Page 2 of 2

Re: php code error

Posted: Mon Aug 24, 2009 1:43 pm
by jackpf
generate_board_url() most probably.

Re: php code error

Posted: Mon Aug 24, 2009 2:16 pm
by jacen100
yes i wander how that is generating the /phpbb3/ output because i cant see it in the code anywere

Re: php code error

Posted: Mon Aug 24, 2009 2:50 pm
by jackpf
I just told you where. Remove that function...

Re: php code error

Posted: Mon Aug 24, 2009 2:51 pm
by jacen100
got it, my phpbb3 forum control panel , i went into server settings in there and it was set to phpbb3 i changed the path to nimccforum and it worked :)

thx for your help and taking time to reply to my posts i realy appreciate it :mrgreen:

Re: php code error

Posted: Mon Aug 24, 2009 2:53 pm
by jackpf
Oh right, cool. No problem.

Re: php code error

Posted: Mon Aug 24, 2009 3:21 pm
by jacen100
have u any idea how i would change the font size in that code i would like the posts to appear a little smaller?

Re: php code error

Posted: Mon Aug 24, 2009 3:29 pm
by jackpf
Use the font-size Css property.

Re: php code error

Posted: Mon Aug 24, 2009 3:32 pm
by jacen100
im using dreamweaver the posts just show as a small [P] on the screen in dreamweaver were i added the <?php include("newposts.php");
?> tag , if i change the font size in there the whole page changes for some reason?

Re: php code error

Posted: Mon Aug 24, 2009 3:40 pm
by jackpf
I don't really know what you mean, but try changing the font size for just the container div, or whatever contains it.

Re: php code error

Posted: Mon Aug 24, 2009 3:45 pm
by jacen100
because the topics that i show on the webpage are actually a php script that is loaded onto my server which is excuted by adding the <?php include("newposts2.php"); >? command into my html webpage so i actually dont see the text in my webpage it just shows as a PHP icon which is a small [p] they are running down the right hand sidebar when i load the html page because this is were i placed the php include command here is a screenie u can see the small p at the bottom right highlighted in blue if u follow me.
web.jpg
web.jpg (68.85 KiB) Viewed 154 times

Re: php code error

Posted: Mon Aug 24, 2009 5:59 pm
by jackpf
:dubious: right....

I'm not really sure, since I don't use dreamweaver or whatever. But can you not, as I suggested before, put the include() statement in a div, and set that div's font size??

Re: php code error

Posted: Wed Aug 26, 2009 11:27 am
by jacen100
thx for the advice that worked, yes i just started using dreamweaver myself i realy just started web design teaching myself as i go along all this stuff is new to me, gettin some valuable help from people like urself on forums CHEERS :D