The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
My register page link in the navbar is like this, how do i fix it??
register.phps=2a18026c50dccee65ae69c4aaaeba752& |
|
#2
|
|||
|
|||
|
Should be related to your navbar template. Go to Style Manager -> Your Style -> Navigation / Breadcrumbs Templates -> navbar. Check where your register link is being generated. Check if it's similar to this:
HTML Code:
<if condition="$show['registerbutton']"> <td class="vbmenu_control"><a href="register.php$session[sessionurl_q]" rel="nofollow">$vbphrase[register]</a></td> </if> |
|
#3
|
|||
|
|||
|
looks like only problem is it's missing the ? between register.php and s=...
|
|
#4
|
|||
|
|||
|
I couldn't find my register link in my navbar template///
|
![]() |
|
|