The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Removing the register link for registered members and...
removing the usercp link for guests. How can i do this on vb3?
TIA Miguel |
#2
|
||||
|
||||
its default in vb3 already.
|
#3
|
|||
|
|||
Really? They are not going away for me Is it something in the admin panel cuz I haven't seen it... I am running 3.0.1
Thanks, Miguel |
#4
|
||||
|
||||
have you edited the navbar template lately?
|
#5
|
|||
|
|||
Quote:
Miguel |
#6
|
|||
|
|||
This is what I have in my navbar template as far as the registration link...
<if condition="$show['member']"> <td class="vbmenu_control"><a href="usercp.php?$session[sessionurl]">$vbphrase[user_cp]</a></td> </if> <if condition="$show['registerbutton']"> <td class="vbmenu_control"><a href="register.php?$session[sessionurl]">$vbphrase[register]</a></td> </if> |
#7
|
||||
|
||||
their is no option to turn it on or off, its a template modification your usercp and registration link should look something like this
PHP Code:
|
#8
|
|||
|
|||
Quote:
|
#9
|
||||
|
||||
are you adding the usercp and registration code to another template or are you working threw the navbar template?
|
#10
|
|||
|
|||
Quote:
Thanks, Miguel |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|