PDA

View Full Version : Need help, getting rid of vBulletin logo and moving everything up


RenegadeFerret
Sat 28th Jun '08, 5:11pm
Here are my forums: askthefurryone.com/forums (http://askthefurryone.com/forums/index.php)

How do I delete the vBulletin logo at the top left and move everything else up?

Or how could I replace it with that "ATFO" picture and have it link to my homepage?

Whichever is easier, thanks in advance.

copiertalk
Sat 28th Jun '08, 5:25pm
Admincp > style and templates > choose stye > dropdown menu > stylevars

Title Image This is the image located in the 'header' template, used as the main logo for your forum

RenegadeFerret
Sat 28th Jun '08, 5:41pm
Thanks a lot!

For anyone who wants the image to link to another page:

Edit your "header" template.

Find this code near the top:

<td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]" id="header_right_cell">
<if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else />&nbsp;</if>

Replace the $vboptions[forumhome].php$session[sessionurl_q] with the URL of the desired page.