I'm using the 3.5.2 version, I've been setting up my forum... changing the colors, i won't have my banner ready until about two weeks, until then i would love to erase the vbulletin logo at the top, its an off color from the rest of my forum.
Announcement
Collapse
No announcement yet.
The VB logo
Collapse
X
-
As is removing the logo.
Edit your header template.
Find:
Code:<a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a>
Code:
Best Regards
Colin Frei
Please don't contact me per PM.
Comment
-
Originally posted by Colin FAs is removing the logo.
Edit your header template.
Find:
Code:<a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a>
Code:
Thanks, but do you want me to replace [forumhome] or [title image] with
Comment
-
-
Originally posted by The CharmerI'm not really sure what is code on that line... if you can highlight what i should change to i would greatly appreciate it.
In the Header Template...
Find and replace this entire line with
Code:<a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a>
Comment
-
Originally posted by ArsenikYou must remove the entire "code" (the entire line) from the template and put instead.
In the Header Template...
Find and replace this entire line with
Code:<a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a>
Comment
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment