+ Reply to Thread
Results 1 to 7 of 7

Thread: phpbb... How do I personalize my forum?
      
   

  1. #1
    greatmc is offline Private First Class
    Join Date
    Dec 2007
    Posts
    5

    Default phpbb... How do I personalize my forum?

    I added a forum from BlueVoda, in fact, I think it's this same format. It works, it was easy to add, but when I go to edit and add a logo, it seems I must do it with code. I do not see any other option. Anyone? Thank you in advance, and if you have solved one of my other issues, that you for that as well. -df

    www.187motorsports.com

    #19407

  2. #2
    farmboyzim's Avatar
    farmboyzim is offline Second Lieutenant
    Join Date
    Jul 2005
    Location
    California
    Posts
    134

    Default Re: phpbb... How do I personalize my forum?

    Thought I would jump in on this thread...I would like to pop my logo banner into the spot where the php logo is on my forum index page. Could someone point me in the right direction in the forums for this info, or just give me a good shove in the right direction? Thanks much! Learning this stuff a piece (or is that a "parse"?) at a time!
    Sincerely,
    Farmboyzim
    www.farmboyzimsflightsims.com

  3. #3
    farmboyzim's Avatar
    farmboyzim is offline Second Lieutenant
    Join Date
    Jul 2005
    Location
    California
    Posts
    134

    Default Re: phpbb... How do I personalize my forum?

    Guess no one knows how to change the logo in the php forums. Thanks anyway.
    Sincerely,
    Farmboyzim
    www.farmboyzimsflightsims.com

  4. #4
    StrictlyBusiness's Avatar
    StrictlyBusiness is offline Second Lieutenant
    Join Date
    Nov 2007
    Location
    Oklahoma
    Posts
    133

    Default Re: phpbb... How do I personalize my forum?

    Ok this is the thread I should ask my question on. Does anyone know where I may find the link to have my own forum? Thanks
    Diane
    www.smallbizunite.net

    At first you don't succeed, pick yourself up and try again!

  5. #5
    dmitry_makarov is offline Corporal
    Join Date
    Nov 2006
    Posts
    15

    Wink Re: phpbb... How do I personalize my forum?

    Quote Originally Posted by farmboyzim View Post
    Thought I would jump in on this thread...I would like to pop my logo banner into the spot where the php logo is on my forum index page. Could someone point me in the right direction in the forums for this info, or just give me a good shove in the right direction? Thanks much! Learning this stuff a piece (or is that a "parse"?) at a time!
    Open your forum folder in FTP client, than go to templates folder and open the template you want to use.

    After that open the file overallheader.php in any program (like Dreamweaver or any freeware program like notepad). Place your logo instead of the default one. Than save it on the server with exactly the same name. (don't forget to upload your logo to the server).

    That's the simpliest way to personolize phpbb... You can also change css styles there...

    Good luck!

  6. #6
    farmboyzim's Avatar
    farmboyzim is offline Second Lieutenant
    Join Date
    Jul 2005
    Location
    California
    Posts
    134

    Default Re: phpbb... How do I personalize my forum?

    Thanks for the reply. I already have a forum in place on my site, so I don't think there is any need to go into the Templates.

    I looked throughout my forum files and could not find anything called "overallheader.php". Is this a generic name for a folder or an actual name. I have very little experience with php. Thanks
    Sincerely,
    Farmboyzim
    www.farmboyzimsflightsims.com

  7. #7
    Watdaflip's Avatar
    Watdaflip is offline Major General
    Join Date
    Sep 2005
    Location
    Cincinnati, Ohio
    Posts
    2,119

    Default Re: phpbb... How do I personalize my forum?

    Its a filename. The entire layout of the forum is controlled by the template files including the logo. You don't necessarily have to edit the template or the code to change the logo, you could simply create your new logo, and overwrite the current one the forum uses.

    The template file mentioned should be in something like

    public_html/forum_directory/templates/sub_silver/overall_header.tpl

    The logo itself should be stored somewhere like

    public_html/forum_directory/images/logo.jpg

    Register/Login Script
    Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49