vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=192)
-   -   Quick Hack Installation In navbar (https://vborg.vbsupport.ru/showthread.php?t=135253)

UltimateOreo! 12-31-2006 10:00 PM

Quick Hack Installation In navbar
 
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.

Genjuro-Sensei 01-02-2007 10:09 AM

Thx, first to click install lol ;)

TheBlackPoet 01-02-2007 01:12 PM

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!

GruntHalo 01-02-2007 05:26 PM

Thanks for this, this is pretty neat. :D

UltimateOreo! 01-02-2007 07:14 PM

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.

Terminatoronly 01-02-2007 08:05 PM

nice hack it will let me install the hacks fast thats good :D

UltimateOreo! 01-02-2007 08:13 PM

Thats the point :D. Glad your enjoying it.

cupra 01-03-2007 01:15 PM

nice work, that is effective one.

wengi 01-05-2007 10:36 PM

Installed m8 nd thnks nice hack

WildSharky 01-06-2007 07:18 AM

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



All times are GMT. The time now is 06:50 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.01098 seconds
  • Memory Usage 1,736KB
  • 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)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete