vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Editing Notifications list in Navbar (https://vborg.vbsupport.ru/showthread.php?t=242625)

vRShafz 05-16-2010 09:36 AM

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

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

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

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>

vRShafz 05-19-2010 08:19 PM

i meant notifications like this
http://www.picdo.net/Fichiers/9dad2a...dcaef7cc/1.png

USAMustangs.com 05-20-2010 03: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 05:31 AM

Thanks for reply to help anyway :)


All times are GMT. The time now is 12:01 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01932 seconds
  • Memory Usage 1,718KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete