jrsweets Posted February 19, 2004 Posted February 19, 2004 How would I edit Invision PB 1.3 final so that the logo will span the top of the forums, and not just show up in the top left? I know where the code is located, I just don't know how to make it span. I think this is the code I need to edit: <!--IBF.BANNER--> <div id='logostrip'> <a href='{$ibforums->base_url}' title='Board Home'><img src='{$ibforums->vars['img_url']}/logo4.gif' alt='Powered by Invision Power Board' border="0" /></a> </div> If this is wrong could someone point me in the right direction. Thanks. Quote
TCH-Sales Posted February 19, 2004 Posted February 19, 2004 Well the "logo4.gif" is the file you'd need to replace, but as far as getting it to go all the way across the top you might be better off by just re-writting the HTML for the top. That'd probably be quicker than trying to edit the code thats there now. Quote
jrsweets Posted February 19, 2004 Author Posted February 19, 2004 I know html, but I am new to Invision. Could you point me in the right direction on to where the html for the top of the board is located? Quote
TCH-Sales Posted February 19, 2004 Posted February 19, 2004 The bit of HTML you showed me from the page is what you'd want to work around and replace. Should be able to find it within the templetes. Just make sure you make a backup of the origional just in case something bad happens. Always good to be able to go back. Quote
Kaos-UK Posted March 10, 2004 Posted March 10, 2004 Have a look here IPB Documentation for info regarding changing the header. Quote
TCH-Bruce Posted March 10, 2004 Posted March 10, 2004 (edited) Hey Jeff, Care to share how you added the portal to the front of your forum. Nice look too by the way. Edited March 10, 2004 by TCH-Bruce Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.