+ Reply to Thread
Results 1 to 7 of 7

Thread: Adding Logo or 'back to homepage' link to forum
      
   

  1. #1
    Machiavelli is offline Sergeant Major
    Join Date
    Aug 2006
    Posts
    99

    Default Adding Logo or 'back to homepage' link to forum

    I have my forum almost set up and raring to go. The stlye and general admin... all done.

    I have gone for Aphrodite Green to match the colour theme of the rest of my site and i like the way it looks.

    The finishing touch would be to have my logo at the top like I do on my other pages, or at the very least a link back to my homepage at the top. I've looked at the tutorials and there doesn't seem to be anything about this and I don't know anything about programming.

  2. #2
    Aliens Anonymous is offline Special Status
    Join Date
    Jan 2006
    Location
    Dark side of the moon
    Posts
    1,161

    Default Re: Adding Logo or 'back to homepage' link to forum

    Depending of the image in the header check in templates/subSilver/ look for image file logo_phpBB.gif download to your computer, check the size then make a banner or image the same size and save it as logo_phpBB.gif. Then copy it back into the same folder.
    Now to a link back to your web site, in templates/subSliver also in other skins you may have , look for overall_header.tpl download to your computer and make a copy. Now open with notepad or what ever edit program you have.
    #
    #-------[ FIND ]----------------------
    #
    <a href="{U_GROUP_CP}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_groups.gif" width="12" height="13" border="0" alt="{L_USERGROUPS}" hspace="3" />{L_USERGROUPS}</a>&nbsp;
    #
    #-----[ AFTER, ADD ]----------------
    #
    <a href="http://www.yourwebsite" class="mainmenu"><img src="templates/subSilver/images/icon_mini_groups.gif" width="12" height="13" border="0" alt="Home Page" hspace="3" />Home Page</a>&nbsp;

    Change the
    www.yourwebsite to your address also the Home Page.
    you can also change the small image that appears next to it, icon_mini_.groups.gif just make a image save as what ever then put it in templates/subSliver/images then link to it.

  3. #3
    Machiavelli is offline Sergeant Major
    Join Date
    Aug 2006
    Posts
    99

    Default Re: Adding Logo or 'back to homepage' link to forum

    Thanks a lot that was really useful

    I did it first of all in the subSilver one so I could follow it and it worked perfectly.

    I then did it in the aphrodite green which is a bit different. I managed to get the homepage link in fine. But despite changing the logo to mine several times and checking I had done it right, it still came up with their 'Our Community' logo.

    Is it possible that this can't be changed on that style or am I maybe doing something wrong?

  4. #4
    Aliens Anonymous is offline Special Status
    Join Date
    Jan 2006
    Location
    Dark side of the moon
    Posts
    1,161

    Default Re: Adding Logo or 'back to homepage' link to forum

    Make sure the image you sownloaded is the image you wanted to change.
    also that the new image has replaced the old one in the templates/Aphrodite_Green/images folder.

    also post the url as you may have to F5 your computer to refresh.

  5. #5
    Machiavelli is offline Sergeant Major
    Join Date
    Aug 2006
    Posts
    99

    Default Re: Adding Logo or 'back to homepage' link to forum

    I checked it all again. I had it named all ok, but the size was a little out, i guess that made the difference.

    All good now.

    Thanks a lot for your help, it was really useful and not only solved my problem, but educated me a little into how it all ties together.

    You're a credit to your species

  6. #6
    Aliens Anonymous is offline Special Status
    Join Date
    Jan 2006
    Location
    Dark side of the moon
    Posts
    1,161

    Default Re: Adding Logo or 'back to homepage' link to forum

    No Problem

  7. #7
    tbmoroka is offline Private First Class
    Join Date
    Sep 2005
    Posts
    8

    Smile difference between html and php

    Hi!! my name is Benjamin. I need somebody who can explain the difference between html and php for designing web page.

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