Quote:
Originally Posted by freewilley
I dont think that will be possible..
|
Why won't it
Quote:
Originally Posted by Ronald0
Yes need some help on changing the redirect links.
If you click the first link that is stacked like how above you see the folders.
vbulletin.org forum / community discussions / General vBulletin Discussions ect...
If you click that first one it directs you back to the portal instead of the index of the forums.
|
In you navbar template, find:
HTML Code:
<td width="100%"><span class="navbar"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a></span> $navbits[breadcrumb]</td>
Replace with:
HTML Code:
<td width="100%"><span class="navbar"><a href="http://www.YOUR_URL_HERE.com/" accesskey="1">$vboptions[bbtitle]</a></span> $navbits[breadcrumb]</td>
And be sure to change
YOUR_URL_HERE