Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Template Modifications

Reply
 
Thread Tools
Quick Hack Installation In navbar Details »»
Quick Hack Installation In navbar
Version: 1.00, by UltimateOreo! UltimateOreo! is offline
Developer Last Online: Dec 2009 Show Printable Version Email this Page

Version: 3.6.4 Rating:
Released: 12-31-2006 Last Update: 01-06-2007 Installs: 26
Template Edits
 
No support by the author.

IF YOU USE PLEASE CLICK INSTALL

This is just a small code that adds an admin only link to your navbar that features the following links-
Edit a Style
Vbulletin Options
Database Backup
Maintenance
SQL Query
Product Manager

Support will be in this thread, and feel free to suggest things.

You may edit and re-release this hack, but please send me a PM letting me know, and put this thread link in your hack description.

Users who did not click install will be considered low priority.

Show Your Support

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

Comments
  #2  
Old 01-02-2007, 10:09 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

Thx, first to click install lol
Reply With Quote
  #3  
Old 01-02-2007, 01:12 PM
TheBlackPoet's Avatar
TheBlackPoet TheBlackPoet is offline
 
Join Date: May 2006
Location: Pasadena, Texas, USA
Posts: 577
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

the links dont work for me.... im sure its some link editing i need to do... i have vbonjour's portal installed and sometimes i have to edit links... but when i get it working this is going to be a kick-butt addition.. quick and efficient!
Reply With Quote
  #4  
Old 01-02-2007, 05:26 PM
GruntHalo GruntHalo is offline
 
Join Date: Dec 2006
Location: New Jersey, USA
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for this, this is pretty neat.
Reply With Quote
  #5  
Old 01-02-2007, 07:14 PM
UltimateOreo! UltimateOreo! is offline
 
Join Date: Nov 2006
Location: Missouri
Posts: 462
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Poet, if you give me the links that you have to edit with Vbonjour, I will do a release of the code compatible with the portal.
Reply With Quote
  #6  
Old 01-02-2007, 08:05 PM
Terminatoronly's Avatar
Terminatoronly Terminatoronly is offline
 
Join Date: Mar 2006
Posts: 313
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nice hack it will let me install the hacks fast thats good
Reply With Quote
  #7  
Old 01-02-2007, 08:13 PM
UltimateOreo! UltimateOreo! is offline
 
Join Date: Nov 2006
Location: Missouri
Posts: 462
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thats the point . Glad your enjoying it.
Reply With Quote
  #8  
Old 01-03-2007, 01:15 PM
cupra cupra is offline
 
Join Date: Dec 2006
Location: the Holy Land
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nice work, that is effective one.
Reply With Quote
  #9  
Old 01-05-2007, 10:36 PM
wengi's Avatar
wengi wengi is offline
 
Join Date: Aug 2006
Location: Malta
Posts: 171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed m8 nd thnks nice hack
Reply With Quote
  #10  
Old 01-06-2007, 07:18 AM
WildSharky's Avatar
WildSharky WildSharky is offline
 
Join Date: Jun 2004
Posts: 69
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Your link code is wrong in the links

you have this
Code:
<!-- Drop down for Quick Hack Installation in navbar-->
<div class="vbmenu_popup" id="navmod01_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="thead">Hack Install</a></td></tr>
<td class="vbmenu_control"><a href="$vboptions[bburl]/admincp/template.php$session[sessionurl_q]">Edit a Style</a></td></tr>
<td class="vbmenu_control"><a href="$vboptions[bburl]/admincp/options.php[sessionurl_q]">Vbulletin Options</a></td></tr>
<td class="vbmenu_control"><a href="$vboptions[bburl]/admincp/backup.php[sessionurl_q]">Database Backup</a></td></tr>
<td class="vbmenu_control"><a href="$vboptions[bburl]/admincp/misc.php[sessionurl_q]">Maintenance</a></td></tr>
<td class="vbmenu_control"><a href="$vboptions[bburl]/admincp/queries.php[sessionurl_q]">SQL Query</a></td></tr>
<td class="vbmenu_control"><a href="$vboptions[bburl]/admincp/plugin.php[sessionurl_q]">Product Manager</a></td></tr>
</table>
</div>
<!-- / Quick Hack Installation-->
and it should be this

Code:
<!-- Drop down for Quick Hack Installation in navbar-->
<div class="vbmenu_popup" id="navmod01_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="thead">Hack Install</a></td></tr>
<td class="vbmenu_control"><a href="$vboptions[bburl]/admincp/template.php$session[sessionurl_q]">Edit a Style</a></td></tr>
<td class="vbmenu_control"><a href="$vboptions[bburl]/admincp/options.php$session[sessionurl_q]">Vbulletin Options</a></td></tr>
<td class="vbmenu_control"><a href="$vboptions[bburl]/admincp/backup.php$session[sessionurl_q]">Database Backup</a></td></tr>
<td class="vbmenu_control"><a href="$vboptions[bburl]/admincp/misc.php$session[sessionurl_q]">Maintenance</a></td></tr>
<td class="vbmenu_control"><a href="$vboptions[bburl]/admincp/queries.php$session[sessionurl_q]">SQL Query</a></td></tr>
<td class="vbmenu_control"><a href="$vboptions[bburl]/admincp/plugin.php$session[sessionurl_q]">Product Manager</a></td></tr>
</table>
</div>
<!-- / Quick Hack Installation-->
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 07:28 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.09602 seconds
  • Memory Usage 2,285KB
  • Queries Executed 23 (?)
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
  • (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
  • (2)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