When you click on the logo(Vbulletin logo up top like on this forum), it takes you to your index.php file. Is it possible to make that point somewhere else? I'm running VBA and when you click the banner it takes you back to the very front page, I want it to take me to my forum homepage which is the old index file renamed. Is this possible?
Possible To Change Path The Banner Points To?
Collapse
X
-
The header template holds the code:Code:<td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
Of course, you can change this a link in the template to whatever you want to use (hardcode it). -
With VBAdvanced you rename the VB Index file to something else(forums in my case) and when I go to "Script Name for Forum Home Page" in the VB Options tab in my Admin CP, I have Index in there, is that whats causing the logo at the top of the page to point at the index.php file?
I swear before when I had VBadvanced, if I clicked that logo it would go to the page im wanting, dont know why its changed now.Comment
-
You will have to hardcode the specific page you want to go to in the piece of the header template that Floris mentions above.My Live vB5 Site - NZEating.com
vBulletin Hosting | vBulletin Services - Need hosting for your vB? Need it installed? Something else? Let me take that hassle off your hands.Comment
-
Originally posted by FlorisThe header template holds the code:Code:<td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
Of course, you can change this a link in the template to whatever you want to use (hardcode it).
Thanks!Comment
-
BEFORE
Code:<td align="$stylevar[left]"><a href="[COLOR=red]$vboptions[forumhome].php$session[sessionurl_q][/COLOR]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
Code:<td align="$stylevar[left]"><a href="[COLOR=red]http://www.yoursite.com/forums/forum.php[/COLOR]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
Comment
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment