Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Template Modifications

Reply
 
Thread Tools
Admin and Mod Toolbar in Navbar Details »»
Admin and Mod Toolbar in Navbar
Version: 3, by nNJ nNJ is offline
Developer Last Online: Nov 2009 Show Printable Version Email this Page

Category: Forum Display Enhancements - Version: 3.8.x Rating:
Released: 03-30-2009 Last Update: 11-11-2009 Installs: 99
Template Edits
Re-useable Code Translations  
No support by the author.

Description
(Please Note that Version 2.5 has been released!)
(Arabic Translation added! (Credits to Daniel_HBK!)

This is a template modification that will add an "Admin Toolbar" to the navbar if you are an administrator, and a "Mod Toolbar" to the navbar if you are a Mod/Super Mod.

Other usergroups Can Not! see these toolbars!

New! Administrators/Moderators only see links to tools they have permission to use!

Each Toolbar is a dropdown menu with shortcuts to the Admin/Mod panel, and frequently used tools within the Admin/Mod Panel.



By Default, these are the shortcut in each Toolbar:

Administrators

  • Admin Panel Home
  • Vbulletin Options
  • Style Manager
  • Usergroup Manager
  • Forum Manager
  • Infraction Manager
  • Search for User
  • Ban User
  • New Announcement


Moderators
  • Mod Panel Home
  • Search for User
  • Search for IP
  • Ban User
  • New Announcement


*Links can be customized [easily]! Please check the download for instructions.



Screenshots:





*Please note: In the screenshots above, the Administrator sees both the Admin and Moderator Panel. This glitch was fixed in v2.5, but I am unable to update the screenshots until I reopen my forum.

Tested and working perfetly in vBulletin 3.8.1, althought it should work in all versions of vBulletin newer than 3.5.

Please Click "Installed" if you have used this hack!

For Installation Instructions, Please Download and see the .txt

I welcome comments and feedback!

Download Now

File Type: txt Admin Mod Toolbars V3.txt (9.9 KB, 413 views)

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 04-10-2009, 09:35 AM
princeedward's Avatar
princeedward princeedward is offline
 
Join Date: Jan 2007
Location: Deutschland
Posts: 901
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

great idea...just dunno can't make it work without that dropdown arrow....also the mod not working also to my site....

any idea? thanks a lot...

Reply With Quote
  #23  
Old 04-10-2009, 10:04 PM
ragtek ragtek is offline
 
Join Date: Mar 2006
Location: austria, croatia
Posts: 1,630
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

edit: sorry not working
Reply With Quote
  #24  
Old 04-11-2009, 12:57 AM
nNJ nNJ is offline
 
Join Date: Mar 2009
Posts: 61
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

only if you don't know much PHP.
Reply With Quote
  #25  
Old 04-11-2009, 12:04 PM
ragtek ragtek is offline
 
Join Date: Mar 2006
Location: austria, croatia
Posts: 1,630
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

sorry

my code will not work in the frontend!
Reply With Quote
  #26  
Old 04-11-2009, 12:13 PM
BigBass BigBass is offline
 
Join Date: Jan 2009
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just FYI,

The installation text, forgets to tell you to put the usergroup numbers in the text that you want to have the toolbars visible to.
Reply With Quote
  #27  
Old 04-11-2009, 11:56 PM
nNJ nNJ is offline
 
Join Date: Mar 2009
Posts: 61
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ragtek View Post
sorry

my code will not work in the frontend!
Oh No!
I didn't mean that you didn't know much PHP!

I had meant that I don't know much, I'm still learning the language.

I apologize if it seemed like I was insulting you, I really did not mean it that way.

nNJ
Reply With Quote
  #28  
Old 04-11-2009, 11:59 PM
nNJ nNJ is offline
 
Join Date: Mar 2009
Posts: 61
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BigBass View Post
Just FYI,

The installation text, forgets to tell you to put the usergroup numbers in the text that you want to have the toolbars visible to.
It was left out on purpose; I didn't want to confuse people with an extra step.

I think it would be easy to change the usergroup that it's visiable, but I didn't think many people would change the default Usergroups.

So, I left it visible to mod and supermod (usergroup id 5 and 7), and Admin (usergroup id 6).

If you require any help changing the usergroups the toolbars are visible to, please let me know.
Reply With Quote
  #29  
Old 04-12-2009, 12:21 AM
Parker Clack Parker Clack is offline
 
Join Date: Oct 2001
Posts: 351
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Code:
<td class="vbmenu_option"><a href="$modcpdir/user.php?do=find">Mod Panel Home</a></td>

should be

Code:
<td class="vbmenu_option"><a href="$modcpdir/index.php">Mod Panel Home</a></td>
Thanks for the great hack.
Reply With Quote
  #30  
Old 04-12-2009, 03:34 PM
nNJ nNJ is offline
 
Join Date: Mar 2009
Posts: 61
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Woops.

Thanks for pointing that out Parker Clack!

I will fix that and re upload now.

pesky little typos....
Reply With Quote
  #31  
Old 04-12-2009, 03:35 PM
nNJ nNJ is offline
 
Join Date: Mar 2009
Posts: 61
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Daniel_HBK View Post
Arabic Version!
Thank you very much for the translation!

I will upload that to the main release and add your name to the credits!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:44 PM.


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.05021 seconds
  • Memory Usage 2,325KB
  • Queries Executed 27 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete