Page 4 of 65
Re: [DEV] My Page - Personal web page for your members
Posted: Tue Sep 11, 2007 4:27 am
by Josh18657
Arcanjo wrote:Hi!
Is there any demo?? Im working on translating to portuguese...please a demo
Arcanjo
your welcome to sign up for an account on my forums and try it out. I have it set to allow all registered users to use.
http://www.jtsenterprises.biz/index.php
Re: [DEV] My Page - Personal web page for your members
Posted: Tue Sep 11, 2007 6:33 pm
by Arcanjo
Hi!
Already there
Arcanjo
Re: [DEV] My Page - Personal web page for your members
Posted: Tue Sep 11, 2007 9:19 pm
by Josh18657
updated to version 0.3.1
script works better with different templates
Re: [DEV] My Page - Personal web page for your members
Posted: Wed Sep 12, 2007 2:26 am
by Josh18657
acidteck red template files also now available at the download location
Re: [DEV] My Page - Personal web page for your members
Posted: Wed Sep 12, 2007 2:28 am
by Josh18657
fiorefrank wrote:just great!!!
do you need an help?
if yes...well!!! i'm here!!!
regards
don't need help yet, but I'll be sure to ask if the time comes
anyone is welcome to leave me some good feedback in the comments section at the download site

Re: [DEV] My Page - Personal web page for your members
Posted: Wed Sep 12, 2007 1:51 pm
by afredericks
When I install this mod to test, I get this error :
My Page Error
No mode specified
I am not sure what this means or how to fix it. Any Ideas?
Re: [DEV] My Page - Personal web page for your members
Posted: Wed Sep 12, 2007 7:39 pm
by Josh18657
afredericks wrote:When I install this mod to test, I get this error :
My Page Error
No mode specified
I am not sure what this means or how to fix it. Any Ideas?
to go to mypage. use the link my_page.php?mode=home
when using the install file, this is what is used for the link.
Josh
Re: [BETA] My Page - Personal web page for your members
Posted: Sat Sep 15, 2007 12:41 pm
by xxxgamer
Hey there man. Thanks so much in developing this

Ive just installed this on a test forum using the acidtech red theme and I think ive installed it correctly but I made a mistake with an sql command or something cause i get this:
General Error
SQL ERROR [ mysqli ]
Table 'aohdsif_forum.phpbb_forummypage' doesn't exist [1146]
SQL
SELECT id FROM phpbb_forummypage WHERE user_id = 2
BACKTRACE
FILE: includes/db/mysqli.php
LINE: 143
CALL: dbal->sql_error()
FILE: my_page.php
LINE: 61
CALL: dbal_mysqli->sql_query()
maybe I didnt add the sql properly? Any help would be nice!

Re: [BETA] My Page - Personal web page for your members
Posted: Sat Sep 15, 2007 12:54 pm
by Josh18657
line 58 in my_page.php should look like the following
for some reason it's looking for
make sure that line wasn't changed at all
Re: [BETA] My Page - Personal web page for your members
Posted: Sat Sep 15, 2007 1:29 pm
by xxxgamer
Yea it hasnt changed! :S hmm..I just added the sql into it the add sql so is that right? maybe i did something wrong when i was adding the sql data.
Re: [BETA] My Page - Personal web page for your members
Posted: Sat Sep 15, 2007 1:41 pm
by Josh18657
try ading
on line 17 of my_page.php
Re: [BETA] My Page - Personal web page for your members
Posted: Sat Sep 15, 2007 1:42 pm
by Josh18657
xxxgamer wrote:Yea it hasnt changed! :S hmm..I just added the sql into it the add sql so is that right? maybe i did something wrong when i was adding the sql data.
using phpMyadmin correct? that is the right way to do it
when viewing the list of tables on the left you should now see 2 additional tables
phpbb_mypage
and
phpbb_mypage_images
Re: [BETA] My Page - Personal web page for your members
Posted: Sat Sep 15, 2007 1:45 pm
by xxxgamer
ah sweet now it works
Just another little problem:
template->_tpl_load_file(): File ./styles/acidtech_red/template/mypage/pages/style_2.html does not exist or is empty
I checked in the folder but theres no such file there to upload! any ideas?
Man this mod looks nice.Please keep up the nice work man!
Re: [BETA] My Page - Personal web page for your members
Posted: Sat Sep 15, 2007 1:47 pm
by xxxgamer
sorry i forgot to add there thats when i click on view page! thats when i get that error!
Re: [BETA] My Page - Personal web page for your members
Posted: Sat Sep 15, 2007 1:55 pm
by Josh18657
xxxgamer wrote:ah sweet now it works
Just another little problem:
template->_tpl_load_file(): File ./styles/acidtech_red/template/mypage/pages/style_2.html does not exist or is empty
I checked in the folder but theres no such file there to upload! any ideas?
Man this mod looks nice.Please keep up the nice work man!
add style_1.html and style_2.html from the same directory in the prosilver directory, if that makes sence

, these 2 files are not template dependant