The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Guys, please help me out.
Even when I am logged in, "Register" button appears on the top. How to get rid of this? It takes too much uneccessary space and makes no sense. |
#2
|
|||
|
|||
![]()
Nobody knows?
Wow... |
#3
|
||||
|
||||
![]()
You need to give us time to reply. The normal time we ask before a bump is 24 hours which is in our Site Rules
vboptions > registration options > allow multiple registration for users > set to no. |
#4
|
|||
|
|||
![]()
Thank you.
|
#5
|
||||
|
||||
![]()
Edit the header template and find:
Code:
<vb:if condition="$show['registerbutton']"> <li><a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase register}</a></li> </vb:if> Code:
<vb:if condition="$show['guest']"> <vb:if condition="$show['registerbutton']"> <li><a href="register.php{vb:raw session.sessionurl_q}" style="margin-top:-3px;" rel="nofollow">{vb:rawphrase register}</a></li> </vb:if> </vb:if> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|