Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Template Modifications

Reply
 
Thread Tools
Side Menu Details »»
Side Menu
Version: 1.0, by Developer Developer is offline
Developer Last Online: Nov 2010 Show Printable Version Email this Page

Version: 3.5.4 Rating:
Released: 02-12-2006 Last Update: Never Installs: 83
Template Edits
 
No support by the author.

Side Menu
[Original Code By DynamicDrive.com i've only edit colors and links]
Description::.
This Modifications shows a floating side menu in the left of your forum
this is famous but i didn't find it here.
[Features::.
1-easy yo install
[See Screen Shots]
Admin Controllable
edit ssmItems.js for editng colors and links for you menu]

Installation::.
1-upload ssmItems.js and ssm.js to your forum directory.
2-Edit Template header
at the top of the template add
Code:
<style type="text/css">
<!--
A.ssmItems:link		{color:black;text-decoration:none;}
A.ssmItems:hover	{color:black;text-decoration:none;}
A.ssmItems:active	{color:black;text-decoration:none;}
A.ssmItems:visited	{color:black;text-decoration:none;}
//-->
</style>

<SCRIPT SRC="ssm.js" language="JavaScript1.2">
//Dynamic-FX slide in menu v6.5 (By maXimus, http://maximus.ravecore.com/)
//Updated July 8th, 03' for doctype bug
//For full source, and 100's more DHTML scripts, visit http://www.dynamicdrive.com
//Puplished For VB By Developer
</SCRIPT>

<SCRIPT SRC="ssmItems.js" language="JavaScript1.2"></SCRIPT>
History::.
1.0 On 13. Feb 2006 Initial Version.
Donation::.
Feel Free To
aT lAsT::.
IF YOu lIkE iT cLIcK INSTALL
vbulletin.org

Show Your Support

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

Comments
  #52  
Old 10-28-2008, 06:09 AM
Sgt Pepper Sgt Pepper is offline
 
Join Date: Mar 2008
Posts: 40
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

When i put the code in header, it makes my forum all weird. Everything on it goes except for the background colour. Im using 3.6.8 btw. Help would be greatly appreciated.
Reply With Quote
  #53  
Old 10-30-2008, 03:39 AM
Sgt Pepper Sgt Pepper is offline
 
Join Date: Mar 2008
Posts: 40
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Plz i really need help. i want to install this so much
Reply With Quote
  #54  
Old 10-31-2008, 07:17 PM
TheLastSuperman's Avatar
TheLastSuperman TheLastSuperman is offline
Senior Member
 
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Sgt Pepper View Post
Plz i really need help. i want to install this so much
I'll have an answer for you this Saturday Sgt Pepper, in fact I'll just make a tutorial for this mod and post

S-MAN
Reply With Quote
  #55  
Old 10-31-2008, 07:37 PM
TheLastSuperman's Avatar
TheLastSuperman TheLastSuperman is offline
Senior Member
 
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Actually I have a few minutes now

Download the current version of the menu here --> http://www.dynamicdrive.com/dynamicindex1/davidmenu.htm

1. Download the file "Menu.zip" via the blue download link.
2. Upload the two files "ssm.js" and "ssmItems.js" to your forum directory.
3. Add the code snippet on that page into your "Header" template i.e.

Find:

Code:
<!-- Header -->
OR @ the top of your header before anything else...

ADD:

Code:
<style type="text/css">
<!--
A.ssmItems:link		{color:black;text-decoration:none;}
A.ssmItems:hover	{color:black;text-decoration:none;}
A.ssmItems:active	{color:black;text-decoration:none;}
A.ssmItems:visited	{color:black;text-decoration:none;}
//-->
</style>

<SCRIPT SRC="ssm.js" language="JavaScript1.2">

//Dynamic-FX slide in menu v6.5 (By maXimus, http://maximus.ravecore.com/)
//Updated July 8th, 03' for doctype bug
//For full source, and 100's more DHTML scripts, visit http://www.dynamicdrive.com

</SCRIPT>

<SCRIPT SRC="ssmItems.js" language="JavaScript1.2"></SCRIPT>

Now, all the customization is done via editing "ssmItems.js" And simply follow the instructions Dynamic Drive has provided! After your done just re-upload the file and presto-chango.... Side Menu
- Links, view the current ones... copy & paste to achieve more etc.
- Check the attributes out and modify as you see fit to get different colors etc... the X/Y Offset plays a role in positioning etc.
- I have NEVER gotten the image <img> thing-a-ma-bob to work... if you do PM ASAP

I just threw up the original files here for a Demo to show it works -->
DEMO: http://www.tournamentgamingworld.com...rgsidemenudemo

I will leave that up for reference however it was not made by editing the Header Template so you can literally place it in any template to display where you want it!

Additionally you can tinker w/ the other file to achieve different effects but read DD's info and all should be good!

Hope that helps!

Please use the links I have provided, the author uploaded the menu.zip but it is against DD's Terms of Service / Use so therefor this should actually be a closed or deleted thread however I have put the CREDIT where it is due more so than the original author and followed all DD's guidelines for use SO we should technically be fine now IF you use the links I provided which has extra instructions to boot .

S-MAN
Reply With Quote
  #56  
Old 11-01-2008, 05:20 AM
Sgt Pepper Sgt Pepper is offline
 
Join Date: Mar 2008
Posts: 40
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Btw im trying to use it on 3.6.8 Another Guy i know got it to work on his......unless u know another link for one for 3.6.8?
Reply With Quote
  #57  
Old 11-01-2008, 01:31 PM
TheLastSuperman's Avatar
TheLastSuperman TheLastSuperman is offline
Senior Member
 
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The two .js files are in the actual folder for your forum correct? MAKE sure they are in the same folder as your index.php !

AND you placed the code in the header template?

Besides that I just don't understand why it's not working, unless you want to give me access to your FTP and admincp to confirm but over a simple code like this I would not advise (Although I trust myself lol you know what I mean) but PM me.

S-MAN
Reply With Quote
  #58  
Old 11-01-2008, 11:21 PM
TheLastSuperman's Avatar
TheLastSuperman TheLastSuperman is offline
Senior Member
 
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I also made another menu from DD work, preview here --> http://www.tournamentgamingworld.com...splay.php?f=21

Very top

Still needs work though
Reply With Quote
  #59  
Old 08-13-2010, 02:43 AM
jadooger jadooger is offline
 
Join Date: Jan 2010
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Bro I Want Music In Side menu Like THis
So How To Put Check Images
1:
2:


I Want Mp3 Music IN Manu
Reply With Quote
Reply

Thread Tools

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 07:06 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.09718 seconds
  • Memory Usage 2,289KB
  • 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_code
  • (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
  • (2)pagenav_pagelink
  • (9)post_thanks_box
  • (9)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (9)post_thanks_postbit_info
  • (8)postbit
  • (9)postbit_onlinestatus
  • (9)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_postinfo_query
  • fetch_postinfo
  • 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