Page 1 of 1

PHPbb 2 Problem. Simple but confusing!

Posted: Fri Mar 05, 2004 2:31 pm
by Joe
HI!, I just set up my PHPbb forums last night and everything is going well apart from one thing. This sounds as if im really stupid but I need an answer!, The problem is trying to change the PHPbb image at the top of the page to something that I personally like. I have went through every option with no luck at all. Can anyone who has experience with PHPbb 2 please help me with this problem?

If you are clueless to what i am talking about then please go to the below URL and look at the PHPbb image at the top.

http://www.connexsecurity.com/forum/


Regards


Joe

Posted: Fri Mar 05, 2004 2:34 pm
by ol4pr0
I dont have phpbb on my computer but you will have to look at i guess the index.php ( which prolly contain a

Code: Select all

include("top.php"
or something like that.

in that top.php you will find the answer ;-)

Posted: Fri Mar 05, 2004 2:41 pm
by werlop
I think you have to change the image for each individual template. As far as I can remember it's in the templates folder.

Why not find the name of the default image, and use grep to find which php file it's in?

David

Thanks!

Posted: Fri Mar 05, 2004 2:48 pm
by Joe
OK Thanks. I found the problem. I viewed the picture properties, found its location in the Templates directory and now all I need to do is change it. Thanks a lot for the great help guys!


Regards



Joe

Posted: Fri Mar 05, 2004 2:50 pm
by ol4pr0
yea you could replace the images... but by using the same name as phpbb did.

in order for you to be able to use youre own pic.names.jpg/gif you will need to edit the php files ;-)