The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
How To Move Notification Dropdown?
Basically, I'm trying to leave nothing but the Breadcrumbs & my Navigation Tabs. I;m moving everything else into a sidebar block. I must be missing something though, as I only get a Private Message link when I do so.
Anyone care to educate the simple? |
#2
|
|||
|
|||
hmmm, you might have to register the new template, not sure, wanna post/pm your code and I will take a look at it if you want
|
#3
|
||||
|
||||
the code for that dropdown isn't all in one spot IIRC. did you copy all the lines for all of the entires, or did you just copy one or two lines at the top?
I think you also need this chunk if you don't have it. Code:
<!-- / user cp tools menu --> <if condition="$notifications_total"> <!-- notifications menu --> <div class="vbmenu_popup" id="notifications_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr><td class="thead" colspan="2">$vbphrase[your_notifications]</td></tr> $notifications_menubits </table> </div> <!-- / notifications menu --> </if> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|