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
  #42  
Old 05-10-2002, 02:53 PM
Birdie501's Avatar
Birdie501 Birdie501 is offline
 
Join Date: Dec 2001
Location: Germany
Posts: 272
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok we found the error thanks to Yaa 101!!!

Another question for all:

How can i implement this hack into the code of this xmenu?
https://vborg.vbsupport.ru/showthrea...&postid=249919

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

ok,

i found an easy way to change the things i wanted.

If someone is interested please write.

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

can i ask what was wrong?

you know my addy...
Reply With Quote
  #45  
Old 05-17-2002, 08:58 AM
dimitr|'s Avatar
dimitr| dimitr| is offline
 
Join Date: Oct 2001
Location: St Paul
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #46  
Old 05-17-2002, 12:55 PM
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
can i ask what was wrong?

you know my addy...
on which problem do you refer?
Reply With Quote
  #47  
Old 05-17-2002, 01:09 PM
Yaa 101 Yaa 101 is offline
 
Join Date: Dec 2001
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
How can i implement this hack into the code of this xmenu?
https://vborg.vbsupport.ru/show...=&postid=249919

Thanks!

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

ahh ok;

I already installed the vbpopup hack. Together with this i have the following code in global.php

Code:
if ($bbuserinfo['userid']==0) {


//new menu if user is not logged in
eval("\$xmenustyle = \"".gettemplate('xmenu_menustyle')."\";");
eval("\$headinclude = \"".gettemplate('headinclude')."\";");

eval("\$xmenucssexpr = \"".gettemplate('xmenu_cssexpr')."\";");
eval("\$xmenucode = \"".gettemplate('xmenu_menucode')."\";");
eval("\$xmenudef = \"".gettemplate('xmenu_menudef2')."\";");
eval("\$header .= \"".gettemplate('header')."\";");
// End Xmenu

  eval("\$vbpopup .= \"".gettemplate('vbpopup')."\";");
  eval("\$footer .= \"".gettemplate('footer')."\";");


} else {

//new menu if user is logged in
eval("\$xmenustyle = \"".gettemplate('xmenu_menustyle')."\";");
eval("\$headinclude = \"".gettemplate('headinclude')."\";");

eval("\$xmenucssexpr = \"".gettemplate('xmenu_cssexpr')."\";");
eval("\$xmenucode = \"".gettemplate('xmenu_menucode')."\";");
eval("\$xmenudef = \"".gettemplate('xmenu_menudef')."\";");
eval("\$header .= \"".gettemplate('header')."\";");
// End xmenu
  eval("\$footer .= \"".gettemplate('footer')."\";");
}
Then i just copied the template xmenu_menudef and renamend to xmenu_menudef2 and changed the menu content for users that are not logged in.

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

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...
Reply With Quote
  #50  
Old 05-17-2002, 08:51 PM
dimitr|'s Avatar
dimitr| dimitr| is offline
 
Join Date: Oct 2001
Location: St Paul
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yuck, well if that's the case I won't bother either. :hurt:
Reply With Quote
  #51  
Old 05-17-2002, 09:00 PM
Yaa 101 Yaa 101 is offline
 
Join Date: Dec 2001
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I don't think i'm alowed to change their source...

Also as i didn't write it, it takes a while before i get the hange of their code.

i just repackaged it to suit my board, and i just shared it and even gave some help as you can see when reading from start.

maybe i will put another one in due time...

sorry for now...
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 02:57 AM.


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.09177 seconds
  • Memory Usage 2,314KB
  • 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
  • (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
  • (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