Quote:
Originally Posted by RGVFMod
I am trying to get the navabar link to point to a site that is not on the vbulletin forums. I keep getting redirected to the my forums as the default. How can I get it to point to a site other than the forums?
|
If you want to make a link to another site make sure you include http:// before the rest
Quote:
Originally Posted by RGVFMod
Got it. Marked as Installed.
|
Thank-you
Quote:
Originally Posted by the stig
Interested to install it. Do you know how I can put "albums" link in the navbar? Can I use this to add that?
|
Of course!
find
Code:
<if condition="$show['registerbutton']">
<td class="vbmenu_control"><a href="register.php$session[sessionurl_q]" rel="nofollow">$vbphrase[register]</a></td>
</if>
Add unther:
Code:
<if condition="$show['member']">
<td class="vbmenu_control"><a href="PUT THE LINK TO YOUR ALBUMS HERE">Albums</a></td></if>
Now if you want to make it plublic then use this:
Code:
<td class="vbmenu_control"><a href="PUT THE LINK TO YOUR ALBUMS HERE">Albums</a></td>
~Ulti