how do you change it? like on here, it has the frihost image on the top left corner of the screen... mine says phpbb and i don't want it to 
phpbb2 top corner icon
Open up templates>>subsilver>>overall_header.tpl
You will have a link to that picture in that file..
delete the link to remove the image
or replace the image with your own image or banner
You will have a link to that picture in that file..
delete the link to remove the image
or replace the image with your own image or banner
k... i'm in templates>subsilver> and i'm looking at overall_header.tpl but it's not a folder... do i just delete that file and replace it with my picture, which i would rename overall_header.tpl ?
| cocobirdi wrote: |
| k... i'm in templates>subsilver> and i'm looking at overall_header.tpl but it's not a folder... do i just delete that file and replace it with my picture, which i would rename overall_header.tpl ? |
I'm assuming you mean the phpBB logo... If so, open the overall_header.tpl file and you'll see an <img> tag with the image URL in it. Just change that to the URL of your new image.
The code to edit looks like:
| Code: |
| <img src="templates/subSilver/images/logo_phpBB.gif" border="0" alt="yourdomain.com Forum Index" vspace="1" /> |
Just change the 'templates/subSilver/images/logo_phpBB.gif' to reflect the new image path.
yay! it's fixed
now i've just gotta get the whole thing looking more put-together
the colors clash right now lol
the colors clash right now lol
