Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Dual Admin Navigation Details »»
Dual Admin Navigation
Version: 1.00, by trafix trafix is offline
Developer Last Online: Jul 2008 Show Printable Version Email this Page

Version: 3.0.5 Rating:
Released: 01-08-2005 Last Update: Never Installs: 13
 
No support by the author.

This Hack will add a second menu to the admin area of your forum thus giving you a new menu for your hack functions while keeping the main navigation menu in its original state.

I posted 2 screenies, one from each menu

4 new phrases

3 file edits

Support for this hack will be given here!

Enjoy

P.S. Please click install

Show Your Support

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

Comments
  #22  
Old 01-27-2005, 11:56 PM
PixelFx PixelFx is offline
 
Join Date: Dec 2002
Posts: 1,117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've had the same problems above with IE but put up with it cause it was badley needed
Reply With Quote
  #23  
Old 02-04-2005, 09:01 PM
djjeffa's Avatar
djjeffa djjeffa is offline
 
Join Date: Aug 2004
Posts: 521
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by drl2005
Hi trafix, wonderfull hack, thnx to you.

I have a little problem, when I push near the text on the Refresh Current Menu button, the menu is then comming into my admin index, see screens :

The First is not good.
The second screen is good.
great hack but its doiing that to me too, also now how do i put all my hacked optiond on ther cause the still all show on the main and in the hack there are none yet.
Reply With Quote
  #24  
Old 02-04-2005, 09:19 PM
trafix's Avatar
trafix trafix is offline
 
Join Date: Dec 2002
Location: Australia
Posts: 1,021
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

you have to edit the index.php and move the admin menu code to between

// ********************* Add hack nav function code below here *********************

// ********************* Add hack nav function code above here *********************
Reply With Quote
  #25  
Old 02-23-2005, 05:28 AM
Thanatos Thanatos is offline
 
Join Date: Dec 2001
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any word on the fix for this?
Reply With Quote
  #26  
Old 03-08-2005, 01:57 PM
Jenta Jenta is offline
 
Join Date: Dec 2004
Posts: 377
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

what i think it needs is target="_self' but not sure how to add that in php files

PHP Code:
construct_nav_option2(construct_phrase($vbphrase['hack_menu']), 'index.php?do=nav2''<br />'); 


PHP Code:
construct_nav_option2(construct_phrase($vbphrase['hack_menu']), 'index.php?do=nav2 target="_self"''<br />'); 
? :nervous: not sure if it will do the " properly
Reply With Quote
  #27  
Old 04-04-2005, 06:23 PM
Revan's Avatar
Revan Revan is offline
 
Join Date: Jan 2004
Location: Norway
Posts: 1,671
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

[high]* Revan installs
[/high]
I severely need this for RPG Integration Hack, because it is adding a number of option groups equal to a fair portion of the native vB
Also, to fix the bug with it duplicating:
In includes/adminfunctions_navpanel, find
PHP Code:
$options[] = "\t\t<div class=\"navlink-normal\" onclick=\"nav_goto('$url$sessionlink');\" onmouseover=\"this.className='navlink-hover';\" onmouseout=\"this.className='navlink-normal'\"><a href=\"$url$sessionlink\"$bubblefix target=\"nav\">$title</a>$_extra</div>\n"
Replace with
PHP Code:
$options[] = "\t\t<div class=\"navlink-normal\" onclick=\"location='$url$sessionlink';\" onmouseover=\"this.className='navlink-hover';\" onmouseout=\"this.className='navlink-normal'\"><a href=\"$url$sessionlink\"$bubblefix target=\"nav\">$title</a>$_extra</div>\n"
- works for me
Reply With Quote
  #28  
Old 04-18-2005, 09:21 PM
Rhoads Rhoads is offline
 
Join Date: Dec 2004
Location: Holland
Posts: 211
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Revan
[high]* Revan installs
[/high]
I severely need this for RPG Integration Hack, because it is adding a number of option groups equal to a fair portion of the native vB
Also, to fix the bug with it duplicating:
In includes/adminfunctions_navpanel, find
PHP Code:
$options[] = "\t\t<div class=\"navlink-normal\" onclick=\"nav_goto('$url$sessionlink');\" onmouseover=\"this.className='navlink-hover';\" onmouseout=\"this.className='navlink-normal'\"><a href=\"$url$sessionlink\"$bubblefix target=\"nav\">$title</a>$_extra</div>\n"
Replace with
PHP Code:
$options[] = "\t\t<div class=\"navlink-normal\" onclick=\"location='$url$sessionlink';\" onmouseover=\"this.className='navlink-hover';\" onmouseout=\"this.className='navlink-normal'\"><a href=\"$url$sessionlink\"$bubblefix target=\"nav\">$title</a>$_extra</div>\n"
- works for me
Thnx, it's works for me too :squareeyed:
Reply With Quote
  #29  
Old 04-19-2005, 05:13 AM
eXtremeTim eXtremeTim is offline
 
Join Date: Jun 2002
Location: eXtremewebtech.com
Posts: 1,201
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great hack. I will be installing soon. Seeing as my acp side nav is more than double the original size already.
Reply With Quote
  #30  
Old 06-03-2005, 11:34 PM
tomshawk's Avatar
tomshawk tomshawk is offline
 
Join Date: Jul 2003
Location: California
Posts: 392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Has anyone got this working in 3.0.7

this is the error I get

Fatal error: Call to undefined function: construct_nav_option2() in /home/techunit/public_html/forums/admincpdir/index.php on line 549

this is line 549
Code:
construct_nav_option2(construct_phrase($vbphrase['refresh_current']), 'index.php?do=nav', '<br />');
Any help would be greatly appriciated

Never mind, I'm an idiot!!!

Thank you for an excellent hack

clicked install of course
Reply With Quote
  #31  
Old 07-04-2005, 03:27 PM
sabret00the's Avatar
sabret00the sabret00the is offline
 
Join Date: Jan 2003
Location: London
Posts: 5,268
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

was gonna pm you but couldn't but wondered if you plan to port this to 3.5 or if you'd allow someone else to do so?
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 06:18 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.04905 seconds
  • Memory Usage 2,316KB
  • Queries Executed 25 (?)
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
  • (1)bbcode_code
  • (6)bbcode_php
  • (2)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
  • (2)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
  • (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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete