Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Admin & Mod CP Quick Links Details »»
Admin & Mod CP Quick Links
Version: 1.50, by thpoul thpoul is offline
Developer Last Online: Feb 2009 Show Printable Version Email this Page

Version: 3.6.4 Rating:
Released: 12-02-2006 Last Update: Never Installs: 33
Template Edits
Code Changes  
No support by the author.

Admin & Mod CP Quick Links
for lazy guys like myself who don't wanna scroll down the page and hit those buttons

Installation:

In Navbar template

Find:

Code:
<if condition="$show['wollink']"><tr><td class="vbmenu_option"><a href="online.php$session[sessionurl_q]">$vbphrase[whos_online]</a></td></tr></if>

After of it add:


Code:
<!--Admin & Mod CP Quick Links Start-->
<if condition="$show['admincplink']"><tr><td class="thead">Admin/Mod</td></tr><else /><if condition="$show['modcplink']">]"><tr><td class="thead">Admin/Mod</td></tr></if></if>
<if condition="$show['admincplink']"><tr><td class="vbmenu_option"><a href="$admincpdir/index.php$session[sessionurl_q]">$vbphrase[admin]</a></td></tr></if>
<if condition="$show['modcplink']"><tr><td class="vbmenu_option"><a href="$modcpdir/index.php$session[sessionurl_q]">$vbphrase[mod]</a></td></tr></if>
<!--Admin & Mod CP Quick Links End-->
Special thanks to Genjuro-Sensei !!

If you use it please click Install



Preview:

Supporters / CoAuthors

Show Your Support

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

Comments
  #2  
Old 12-02-2006, 11:19 PM
dnlister dnlister is offline
 
Join Date: Nov 2005
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

wow, nice work.

Thanks alot.
Reply With Quote
  #3  
Old 12-02-2006, 11:23 PM
thpoul thpoul is offline
 
Join Date: Nov 2006
Location: Italy
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It seems we are 2 lazy guys in here

Thanks for installing
Reply With Quote
  #4  
Old 12-02-2006, 11:26 PM
ImzadiNN ImzadiNN is offline
 
Join Date: Aug 2006
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very cool... I got an array of monitors, so this os GREAT for a lazy guy like me.

X sell lent!

Clickin.
Reply With Quote
  #5  
Old 12-02-2006, 11:51 PM
lexx27's Avatar
lexx27 lexx27 is offline
 
Join Date: May 2005
Location: Athens
Posts: 166
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ι m not so lazy but thanks
Reply With Quote
  #6  
Old 12-02-2006, 11:52 PM
texasasl's Avatar
texasasl texasasl is offline
 
Join Date: Jul 2005
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice job my friend awesome
Reply With Quote
  #7  
Old 12-05-2006, 11:34 AM
Genjuro-Sensei's Avatar
Genjuro-Sensei Genjuro-Sensei is offline
 
Join Date: Jan 2006
Location: Alone in the Dark
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Awsome, installed !

But, If the member is not a MOD or ADMIN it shows two blank TDs, so i'd rather say it would be like this:
HTML Code:
<!--Admin & Mod CP Quick Links Start-->
<if condition="$show['admincplink']"><tr><td class="vbmenu_option"><a href="$admincpdir/index.php$session[sessionurl_q]">$vbphrase[admin]</a></td></tr></if>
<if condition="$show['modcplink']"><tr><td class="vbmenu_option"><a href="$modcpdir/index.php$session[sessionurl_q]">$vbphrase[mod]</a></td></tr></if>
<!--Admin & Mod CP Quick Links End-->
And more better looking i'd say:
HTML Code:
<!--Admin & Mod CP Quick Links Start-->
<if condition="$show['admincplink']"><tr><td class="thead">Admin/Mod</td></tr><else /><if condition="$show['modcplink']">]"><tr><td class="thead">Admin/Mod</td></tr></if></if>
<if condition="$show['admincplink']"><tr><td class="vbmenu_option"><a href="$admincpdir/index.php$session[sessionurl_q]">$vbphrase[admin]</a></td></tr></if>
<if condition="$show['modcplink']"><tr><td class="vbmenu_option"><a href="$modcpdir/index.php$session[sessionurl_q]">$vbphrase[mod]</a></td></tr></if>
<!--Admin & Mod CP Quick Links End-->
Reply With Quote
  #8  
Old 12-05-2006, 01:26 PM
thpoul thpoul is offline
 
Join Date: Nov 2006
Location: Italy
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Perfect!!! Thank you I'll add it to the code now!
Reply With Quote
  #9  
Old 12-05-2006, 01:45 PM
Genjuro-Sensei's Avatar
Genjuro-Sensei Genjuro-Sensei is offline
 
Join Date: Jan 2006
Location: Alone in the Dark
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by thpoul View Post
Perfect!!! Thank you I'll add it to the code now!
You're welcome
Reply With Quote
  #10  
Old 08-07-2007, 03:18 PM
Alibi Alibi is offline
 
Join Date: Jul 2007
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks! nice mod
Reply With Quote
Reply


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 07:08 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08332 seconds
  • Memory Usage 2,299KB
  • Queries Executed 24 (?)
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
  • (2)bbcode_html
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete