Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Dynamic Drive - Fold-out external menu on the left side Details »»
Dynamic Drive - Fold-out external menu on the left side
Version: 1.00, by Quarterbore Quarterbore is offline
Developer Last Online: Aug 2020 Show Printable Version Email this Page

Version: 3.6.1 Rating:
Released: 09-24-2006 Last Update: 09-24-2006 Installs: 11
Template Edits
Code Changes Is in Beta Stage  
No support by the author.

Background:

This is an implementation of Dynamic Drive's Fold-out external menu. I have been using it on my site for a few days and I have not had any errors.

I am not comfortable with uploading the code from the author here so I will refer to the author's website for the code information through this process.

[S]IMPORTANT NOTE!

This code does not seem to work with Firefox browsers. Because I like this, I have decided that I am going to continue using by creating a "Child Style" of my main style called "Side Menu" so members can chose to use it if their browser can handle it or not if they can't...[/S]

NOTE - This error looks to be because of the four lines I indicated that need to be deleted as below (SEE IMPORTANT NOTE)

Installing this on your site

Open Style Manager >> ALL Style Options (Steps 1 and 2 are both done there)

Below "Additional CSS Definitions" add Code from:

"Step 1: Insert the following code into the <head> section of your page:"

IMPORTANT NOTE! You do not need the:

PHP Code:
<style>
<!-- 
or
PHP Code:
-->
</
style
(Including those 4-lines will cause an error!)

Inside "header" section, above the first line of code, add code listed under:

"Step 2: Insert the following into the <body> section of your page, right after the <body> tag itself:"

Make a Menu File!

I have uploaded my very simple file as an example!

DEMO

NOTE: I had this on one of my sites and it really did work... I had to trun off the style with this hack however as I had this under one of my development styles and another hack I am working with was causing errors to trickle down...

I will see if I can install this on another of my sites when I get a chance so there is a demo of this in use...

Enjoy!

Show Your Support

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

Comments
  #2  
Old 09-25-2006, 02:09 AM
Jayphen Jayphen is offline
 
Join Date: May 2005
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice idea mate, but it doesn't work in Firefox. The entire menu (expanded) appears above the header.
Reply With Quote
  #3  
Old 09-25-2006, 02:16 AM
Quarterbore Quarterbore is offline
 
Join Date: Mar 2005
Location: Valley Forge PA
Posts: 538
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I think this was because on my live site I forgot to remove the four lines (AS ADDED ABOVE) for the style! I made a child style on my site "TS4MS Sidebar" and I am checking with my users if anybody is still having issues... After a few days it looks like it works for Firefox!
Reply With Quote
  #4  
Old 09-25-2006, 03:05 PM
jackceltic1888 jackceltic1888 is offline
 
Join Date: Apr 2006
Posts: 67
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No, when we were talking about it I got it working. But wouldn't work on Opera OR firefox. However on cybertims.co.uk it does work with both browsers.

Mabby theres a fault with the java in that coding?

Not great at this sort of stuff, but its a slick feature.

Be great in a "product" but as you say I am unsure if that could be done.
Reply With Quote
  #5  
Old 09-25-2006, 06:33 PM
Matt Slick Matt Slick is offline
 
Join Date: Nov 2005
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

and it made me think of another use for this.

Can it be adapted to display the threaded view...? so that the window contains the threaded listing for those of us who love the threaded mode?
Reply With Quote
  #6  
Old 09-25-2006, 06:54 PM
Quarterbore Quarterbore is offline
 
Join Date: Mar 2005
Location: Valley Forge PA
Posts: 538
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well, you can read a PHP file in there and I think the server will execute the PHP code... I want to play with this more to see if I can use vBulletin variables to get things like usergroup specific information in there but I do not believe that will work BUT it does seem to retain the session so if you code a mini vB page to put in there. The problem is that we could get Java conflicts with anything that already has the code (header or body as we modified).
Reply With Quote
  #7  
Old 09-25-2006, 06:56 PM
Quarterbore Quarterbore is offline
 
Join Date: Mar 2005
Location: Valley Forge PA
Posts: 538
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

system burp...
Reply With Quote
  #8  
Old 09-25-2006, 09:01 PM
jackceltic1888 jackceltic1888 is offline
 
Join Date: Apr 2006
Posts: 67
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Good luck mate,

I'll wait a few days and see if anything comes up before trying it again.

We'll done so far
Reply With Quote
  #9  
Old 09-25-2006, 10:46 PM
o0Hubba0o's Avatar
o0Hubba0o o0Hubba0o is offline
 
Join Date: Mar 2005
Location: Minnesota
Posts: 263
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You should re-word your directions, on this part here:
Quote:
Inside "header" section, above the first line of code, add code listed under:
The first part you're in the CSS section, so I assumed when you said the "header" section you meant in the css box in the header section and not the "template". You should have it read the "inside the header template" for future people who might assume this.


Also I wanted the links to match the forums so in the menu.htm were it's says"


Code:
a:hover{
color:red;
using the word for the colors doesn't always show the right color in some browsers so I recommend using the hex code. And to get the hover, regular links and visited links to match my forums I added two more codes to it like this:

Code:
a:link{
color:#e0b23a;
}
a:hover{
color:#ffffff;
}
a:visited{
color:#e0b23a;
}
Obviously change the hex code to match your forums links color scheme.


Well, I'm missing something because the hover isn't working, it just stays the visited color. If I remove the visited one it works, but then it's back the default visited color.
Reply With Quote
  #10  
Old 09-26-2006, 03:30 AM
ztempuser ztempuser is offline
 
Join Date: Nov 2005
Posts: 143
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how can this be done to show up on the bottom of the window and rise upward?
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 01:12 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.04399 seconds
  • Memory Usage 2,299KB
  • 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
  • (2)bbcode_php
  • (1)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
  • (1)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