PDA

View Full Version : Editing Notifications list in Navbar


vRShafz
05-16-2010, 10:36 AM
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

USAMustangs.com
05-19-2010, 11:54 AM
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.

vRShafz
05-19-2010, 12:19 PM
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

USAMustangs.com
05-19-2010, 01:21 PM
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.

<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.

<td class="vbmenu_control"><a href="http://www.usamustangs.com/forum/arcade.php?">Arcade</a></td>

vRShafz
05-19-2010, 09:19 PM
i meant notifications like this
http://www.picdo.net/Fichiers/9dad2a547a4d9f73fefe82a5dcaef7cc/1.png

USAMustangs.com
05-20-2010, 04:15 AM
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.

vRShafz
05-20-2010, 06:31 AM
Thanks for reply to help anyway :)