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

Reply
 
Thread Tools
Details »»

Version: 1.00, by Yaa 101 Yaa 101 is offline
Developer Last Online: Oct 2003 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 02-01-2002 Last Update: Never Installs: 35
 
No support by the author.

Not long ago i made a menusystem into a hack for my board.

I want to share this hack.

Before downloading and using it have a look on a working system.
I have to find some ways to lure people to my board

http://forums.knowledge-emporium.com

All info and instructions you can find in the attached zipfile ( 9k ) that you can download.

This hack is a Intermediate - Expert level hack.
My tip is to try it first on a test style.

Have fun with it,
Yaa101


IMPORTANT! change in package: included the 3 pics that are used.
Also changed the description to this fact.

My excuses to the persons missing these files.

Show Your Support

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

Comments
  #52  
Old 05-18-2002, 12:29 AM
Keyser S?ze's Avatar
Keyser S?ze Keyser S?ze is offline
 
Join Date: Apr 2002
Location: USA
Posts: 690
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

can i have this hack installed but just use it on one style and not the others? thanks
Reply With Quote
  #53  
Old 05-18-2002, 03:34 AM
dimitr|'s Avatar
dimitr| dimitr| is offline
 
Join Date: Oct 2001
Location: St Paul
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Technically, yes. I think.
Reply With Quote
  #54  
Old 05-18-2002, 06:09 AM
Keyser S?ze's Avatar
Keyser S?ze Keyser S?ze is offline
 
Join Date: Apr 2002
Location: USA
Posts: 690
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yea it can, works great,



damn im wrestleing with a monster error here, the whole thing wont show up now, cuz i changed some stuff

sigh, anyone really good at this want to help me out? AIM- Ice0wnzj00


thanks

-edit-

i changed the "Contact" thing to this, and thats whats causing the menu not to show up,, can anyone tell me what i have wrong

PHP Code:


var webfxContactMenu = new WebFXMenu;
webfxContactMenu.left    359;
webfxContactMenu.top    86;
webfxContactMenu.width 100;

webfxContactMenu_9.add(new WebFXMenuItem("Webmaster email""mailto:mailto:forum@emusanet.com"));

var 
webfxContactMenu_10 = new WebFXMenu;
webfxContactMenu_10.width 120;
webfxForumMenu.add(new WebFXMenuItem("Admins"null""webfxContactMenu_10", ""));

var webfxContactMenu_11 = new WebFXMenu;
webfxContactMenu_11.width = 120;
webfxForumMenu.add(new WebFXMenuItem("
Mods", null, webfxContactMenu_11"""));

var 
webfxContactMenu_12 = new WebFXMenu;
webfxContactMenu_12.width 120;
webfxForumMenu.add(new WebFXMenuItem("News"nullwebfxContactMenu_12", ""));

webfxContactMenu_10.add(new WebFXMenuItem("
Vinh", "http://www.emusanet.com/forums/member.php?s=&action=getinfo&userid=2", ""));
webfxContactMenu_10.add(new WebFXMenuSeparator());
webfxContactMenu_10.add(new WebFXMenuItem("SillyAssTheClown""http://www.emusanet.com/forums/member.php?s=&action=getinfo&userid=397"""));
webfxContactMenu_10.add(new WebFXMenuItem("The Ice Man""http://www.emusanet.com/forums/member.php?s=&action=getinfo&userid=2230"""));
webfxContactMenu_10.add(new WebFXMenuItem("AnthraxSurprise""http://www.emusanet.com/forums/member.php?s=&action=getinfo&userid=80878"""));

webfxContactMenu_11.add(new WebFXMenuItem("DoomX""http://www.emusanet.com/forums/member.php?s=&action=getinfo&userid=2142"""));
webfxContactMenu_11.add(new WebFXMenuItem("Deztriam""http://www.emusanet.com/forums/member.php?s=&action=getinfo&userid=5417"""));
webfxContactMenu_11.add(new WebFXMenuItem("Myst Man""http://www.emusanet.com/forums/member.php?s=&action=getinfo&userid=59"""));
webfxContactMenu_11.add(new WebFXMenuItem("Negator""http://www.emusanet.com/forums/member.php?s=&action=getinfo&userid=30"""));
webfxContactMenu_11.add(new WebFXMenuItem("therock1984""http://www.emusanet.com/forums/member.php?s=&action=getinfo&userid=153"""));

webfxContactMenu_12.add(new WebFXMenuItem("Acid_DK""http://www.emusanet.com/forums/member.php?action=getinfo&userid=3449"""));
webfxContactMenu_12.add(new WebFXMenuItem("NTHK""http://www.emusanet.com/forums/member.php?action=getinfo&userid=81550""")); 
Reply With Quote
  #55  
Old 05-19-2002, 12:54 PM
Birdie501's Avatar
Birdie501 Birdie501 is offline
 
Join Date: Dec 2001
Location: Germany
Posts: 272
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by dimitr|
Like this hack a lot. One thing I was wondering was how to make it so a link on the menu opens a new browser window. Also, how can the menus be made to come up with a mouseover instead of a click? sorry, but I know nothing about javascript.
Quote:
Originally posted by Yaa 101
Thanks... just curious...

to Dimitri:

I am sorry i did not write the menu, only packaged it into a hack.
Check the original makers... http://webfx.eae.net
I checked the source and what you want means a re-write of some parts, sorry i am not going to invest in that...
Thats not correct! It is just very easy to do!

OK here we go:

in template xmenu_menucode find this:

PHP Code:
webfxMenuUseHover                opera true false
and replace with that :

PHP Code:
webfxMenuUseHover                true
Thats all!

Reply With Quote
  #56  
Old 05-19-2002, 01:40 PM
Yaa 101 Yaa 101 is offline
 
Join Date: Dec 2001
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I was referring to the other part where a target="_blank" must be put in the <a> tag to make windows open up in a new browser...

Thanks for the other part of Dimitri's question...

Reply With Quote
  #57  
Old 05-21-2002, 11:40 AM
Birdie501's Avatar
Birdie501 Birdie501 is offline
 
Join Date: Dec 2001
Location: Germany
Posts: 272
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Yaa 101
I was referring to the other part where a target="_blank" must be put in the <a> tag to make windows open up in a new browser...

Thanks for the other part of Dimitri's question...

Hi,

i have no skill in programming but i changed the code that you now can use a target for opening your links.

i will write a "how to" and public it here.

Maybe the download file could be updated.

thanks.
Reply With Quote
  #58  
Old 05-21-2002, 11:50 AM
Yaa 101 Yaa 101 is offline
 
Join Date: Dec 2001
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I say send it later to me and i look it in and update the download...
Prob i have some time for that tomorrow...

Thanks...

Reply With Quote
  #59  
Old 05-21-2002, 12:42 PM
Birdie501's Avatar
Birdie501 Birdie501 is offline
 
Join Date: Dec 2001
Location: Germany
Posts: 272
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Here is the install instruction for all that already uses the xmenu!

Have fun!
Reply With Quote
  #60  
Old 05-21-2002, 12:55 PM
Yaa 101 Yaa 101 is offline
 
Join Date: Dec 2001
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

got it... i will update my version tomorrow...
Reply With Quote
  #61  
Old 05-23-2002, 09:45 AM
Birdie501's Avatar
Birdie501 Birdie501 is offline
 
Join Date: Dec 2001
Location: Germany
Posts: 272
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,

is my instruction correct or are there any bugs?

Thanks
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 03:23 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.04688 seconds
  • Memory Usage 2,331KB
  • 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
  • (3)bbcode_php
  • (3)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
  • (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
  • (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