View Full Version : How To Move Notification Dropdown?
Thelonius Beck
09-14-2010, 06:02 PM
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? ;)
Hell Bomb
09-17-2010, 11:19 PM
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
BigJohnny
09-22-2010, 11:04 AM
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.
<!-- / 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>
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.