PHPbb 2 Problem. Simple but confusing!

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
Joe
Forum Regular
Posts: 939
Joined: Sun Feb 29, 2004 1:26 pm
Location: UK - Glasgow

PHPbb 2 Problem. Simple but confusing!

Post 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
User avatar
ol4pr0
Forum Regular
Posts: 926
Joined: Thu Jan 08, 2004 11:22 am
Location: ecuador

Post 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 ;-)
User avatar
werlop
Forum Commoner
Posts: 68
Joined: Sat Mar 22, 2003 2:50 am
Location: /dev/null

Post 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
Last edited by werlop on Fri Mar 05, 2004 5:42 pm, edited 1 time in total.
User avatar
Joe
Forum Regular
Posts: 939
Joined: Sun Feb 29, 2004 1:26 pm
Location: UK - Glasgow

Thanks!

Post 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
User avatar
ol4pr0
Forum Regular
Posts: 926
Joined: Thu Jan 08, 2004 11:22 am
Location: ecuador

Post 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 ;-)
Post Reply