The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Editing Notifications list in Navbar
HI guys, iv had a quick look about and couldnt find an answer to this
How do i define what is shown in the notification list when it is clicked, as i want to get rid of some of the options available thanks |
#2
|
|||
|
|||
Do you mean removing a link off the navbar? What do you want to remove and I might be able to help you out. As I have heavily customized my navbar.
|
#3
|
|||
|
|||
i want to get to rid of:
Social Groups Join Requests Social Group Invitations Unread Picture Comments Picture Comments Awaiting Approval Unapproved Group Messages Invitations to Join Blogs |
#4
|
|||
|
|||
OK. If those are links on your navbar. Then AdminCP > Style Manager > navbar template
Back up the navbar template code encase you make a mistake. Or you can just simply hit revert template. Example: Let's say you wanted to remove the Search link and the Arcade link from the navbar on your site In the navbar template under <!-- / breadcrumb, login, pm info --> <!-- nav buttons bar --> You would find and delete the following to remove the search function link. I'm not recommending this, but just showing this as an example of what to look for in the template. Code:
<td id="navbar_search" class="vbmenu_control"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[search]</a> <if condition="$show['quicksearch']"><script type="text/javascript"> vbmenu_register("navbar_search"); </script></if></td> Or to remove a link to your Arcade from the navbar. You would find the following and delete it. Code:
<td class="vbmenu_control"><a href="http://www.usamustangs.com/forum/arcade.php?">Arcade</a></td> |
#5
|
|||
|
|||
i meant notifications like this
|
#6
|
|||
|
|||
Sorry for the misunderstanding. I don't know how to do what you're asking in your version of vBulletin. Maybe a developer or coder will reply and be able to help you out.
|
#7
|
|||
|
|||
Thanks for reply to help anyway
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|