The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Missing Menu in User CP?
Hello Guys
Since upgrading to VB3.8 there are some menus missing in my UserCP. Could someone help me out with this? i'm not very expirienced with template stuff. In the Attachement you can see that two menu points are missing. thanks for your help. |
#2
|
||||
|
||||
Did you uninstall any mods that you manually edited the templates for? Both seem to be unneeded menu options unless you needed it for a mod of some type.
You can fix it by editing your templates. User Control Panel Templates -> USERCP_SHELL |
#3
|
|||
|
|||
as far as i know there are no template edits done in this template. but TMS shows me that something was changed.
in my point ov view it looks okay. here is the template i have active in USERCP_SHELL PHP Code:
|
#4
|
||||
|
||||
It seems you never updated your style when you upgraded your vbulletin. This will fix your problems for this template.
Code:
Find this: $vbphrase[edit_profile] Replace with this: $vbphrase[edit_your_details] Find this: <li><a class="smallfont" href="profile.php?$session[sessionurl]do=editlist">$vbphrase[buddy_ignore_lists]</a></li> Replace with this: <li><a class="smallfont" href="profile.php?$session[sessionurl]do=ignorelist">$vbphrase[edit_ignore_list]</a></li> |
#5
|
|||
|
|||
i updated my style and everything looks fine now! there where a lot of old templates in my style beacause i updated from 3.6 to 3.8
thanks for your help! |
#6
|
||||
|
||||
Your welcome.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|