Hello Friends,
I am new in PHP. I have successfully installed the Invision Power Board on my site. Can you please lel me know how i place a 46x60 banner after below logo. I mean in which file, i have to edit for placing a banner.
Awaiting for responses.
MividDesigns
02-25-2004, 03:22 PM
I dont use innovision, but try looking for a footer or trailer file. Most likely where you want to put it.
There are no such files :(
WebEmployed
02-25-2004, 11:20 PM
There should be some template files in a folder on your FTP. I haven't used it in a while but I remember them being there.
Argious
02-25-2004, 11:35 PM
If you want to place a banner (I'm assuming it's javascript or html based), you can insert it into your board wrapper.
AdminCP > Skins & Templates > Board Wrappers
Select the board wrapper you're currently using for whichever skin you want the banner to be shown on, and simply add in your banner code after the <% NAVIGATION %> but before the <% BOARD %>
That will put your banner right after the breadcrumb navigation, but before where all your categories and forums appear. Note: there may be slight differences depending on which skin file you're using and what version of IPB you have installed. The above is assuming you have the latest 1.3 final installed and have a board wrapper similar to the default IPB one.
Cheers.
Ahh, Thank you very much Mitty Chang :)
Brightadmin
02-26-2004, 02:37 AM
Hi,
Generally banner settings will be given in index.php file. So go and check the file, regarding size of the banner declared and modified according to your specifications. If not able the change they they might be using dynamic file inclusion using require
so check that banner file and change the settings there.
Regards,
1.Log on to your admin CP.
2.go to skin and templates,
3.Click on manage HTML Templates
4.click on manage HTML
5.cLICK ON Global HTML elements under lots of menus there
6.onthe third row you will see Board Header (logo, links, etc), click on edit which is on next column
7. you will see a box with html in it
find the line below and replace it with ur own logo name and alt.You are done.Do not forget to upload the logo.
><img src='{ibf.vars.img_url}/logo.gif' alt='whatever' border='0'></a></td>