Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Innovative Drop Down Panel 3.7.x Details »»
Innovative Drop Down Panel 3.7.x
Version: 0.0.1, by TheLastSuperman (Senior Member) TheLastSuperman is offline
Developer Last Online: Oct 2023 Show Printable Version Email this Page

Category: Major Additions - Version: 3.7.x Rating:
Released: 11-22-2008 Last Update: Never Installs: 13
Supported Template Edits
Additional Files Is in Beta Stage  

Innovative Drop Down Panel

By:


Mod Version: 0.0.1
Compatible vB version: 3.6.x , 3.7.x , 3.8.x

DESCRIPTION:
This is a Drop Down Panel, code developed by Dynamic Drive for use on personal and commercial websites (Special thanks to my Dynamic Drive for allowing me to use this script! Please see here for approval --> Approved by DD).

This hack is in the BETA stages AND was originally meant to be something completely different from the route I went... I might still make that mod as well but please be patient and the cat has my tongue so hmph lol. The code is stable and works quite well, I cannot however give permissions to re-use the code as I normally do - sorry but it would break Dynamic Drives Terms of Use and as you can see I did obtain permission before attempting!

FEATURES:
Allows you to add whatever you can imagine! Basically within the <div> tags you place whatever code you like... let's see you could:

- Setup to hide advertisements so your members do not have to view unless they click
- Add in a scrolling Affiliates section
- Add in a Help Section or something similar etc.
- Place Member of the week/month information

Pretty much your imagination is the limit

Quote:
I said your imaginations the limit

Check this out from the 3.7 mod thread...

Quote:
Originally Posted by FiMeTi View Post
Wow, thats leet. I like this feature and will use it in future. Tagged it!
=)

//Edit

Uhhh this is really sexyyyyy...
Installed & Nominated. You can even include whole tables and vb-data in this mod.
Like show new events in this toggle feature etc...
Or you can put some nice STATS with images in.... ^^

thx br0 4 sharing...
AND

Quote:
Quote:
Originally Posted by AURFSCAN View Post
This looks good,

Could you have it that it's down on page load and then 'click here to remove this message'
- of course change the Image to suit. Just a thought.

Will look at this for sure. thx
All the THX goes to Dynamic Drive I just showed the way

I believe you can find that in the included .js file

Look for:

Code:
function ddpanel(setting){
	setting.dir="up" //initial state of panel (up="contracted")
	if (setting.stateconfig.persiststate && ddpanel.getCookie(setting.ids[0])=="down"){
		setting.dir="down"
	}
And change to suit

S-MAN
*No Screenshots - Please see Demo's my forum is Demo 1, look at the top for the RED ARROW and click it ( I have not set mine up exactly how I want it due to making the install file and packaging the zip and well to release it to you all so it's up to you to make this into EXACTLY what you can imagine ).

Demo 1: Click Here
Demo 2: Click Here

Demo 2 = Look up on the top right where it has the Red arrow and the word "toggle".

Link to full details by Dynamic Drive --> Click Here

*Attention* Please view the first page as the 2nd and 3rd post were reserved and contain additional information.

TheLastSuperman
http://www.innovationbyinstinct.com


For VBulletin.org Forum Support:
  • Click above in the right menu "Mark as Installed" else simply CLICK HERE TO MARK AS INSTALLED
  • Make sure under your sig on the left it has the "INSTALLED" Stamp located there else you have clicked too many times.
  • Post your question/problem in the thread including screenshots.

Supporters / CoAuthors

Show Your Support

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

Comments
  #2  
Old 11-23-2008, 01:56 AM
TheLastSuperman's Avatar
TheLastSuperman TheLastSuperman is offline
Senior Member
 
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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

** Reserved
Reply With Quote
  #4  
Old 11-23-2008, 02:12 AM
AURFSCAN AURFSCAN is offline
 
Join Date: Dec 2007
Posts: 328
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This looks good,

Could you have it that it's down on page load and then 'click here to remove this message'
- of course change the Image to suit. Just a thought.

Will look at this for sure. thx
Reply With Quote
  #5  
Old 11-23-2008, 02:15 AM
TheLastSuperman's Avatar
TheLastSuperman TheLastSuperman is offline
Senior Member
 
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

All the THX goes to Dynamic Drive I just showed the way

I believe you can find that in the included .js file

Look for:

Code:
function ddpanel(setting){
	setting.dir="up" //initial state of panel (up="contracted")
	if (setting.stateconfig.persiststate && ddpanel.getCookie(setting.ids[0])=="down"){
		setting.dir="down"
	}
And change to suit

S-MAN
Reply With Quote
  #6  
Old 11-23-2008, 10:24 AM
FiMeTi FiMeTi is offline
 
Join Date: May 2008
Location: Germany
Posts: 157
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Wow, thats leet. I like this feature and will use it in future. Tagged it!
=)

//Edit

Uhhh this is really sexyyyyy...
Installed & Nominated. You can even include whole tables and vb-data in this mod.
Like show new events in this toggle feature etc...
Or you can put some nice STATS with images in.... ^^

thx br0 4 sharing...
Reply With Quote
  #7  
Old 11-23-2008, 01: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

Quote:
Originally Posted by FiMeTi View Post
Wow, thats leet. I like this feature and will use it in future. Tagged it!
=)

//Edit

Uhhh this is really sexyyyyy...
Installed & Nominated. You can even include whole tables and vb-data in this mod.
Like show new events in this toggle feature etc...
Or you can put some nice STATS with images in.... ^^

thx br0 4 sharing...
No problem FiMeTi!!!

I know

I was imagining up stuff all yesterday lol BUT could not get it to do what I originally intended to do YET lol and since I could not use re-usable code I wanted to release a stripped down version so everyone else could use as they please and how they want to as I do that with many mods on here - it's all in your imagination and then following up w/ learning a bit of coding!
Reply With Quote
  #8  
Old 11-23-2008, 10:54 PM
TheLastSuperman's Avatar
TheLastSuperman TheLastSuperman is offline
Senior Member
 
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Included Screenshots

Red text is placed in, see updated demo link #1
Reply With Quote
  #9  
Old 11-23-2008, 11:58 PM
ymy ymy is offline
 
Join Date: Feb 2003
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks , TheLastSuperman

I will install it to see what we have from this nice mod

Ymy

.
Reply With Quote
  #10  
Old 11-24-2008, 03:14 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 ymy View Post
Thanks , TheLastSuperman

I will install it to see what we have from this nice mod

Ymy

.
No problem!! I just started my "Battle All Stars" and after it's done I'll release it as an ADD-ON plus I have a few other ideas...

You could in theory create a whole page to go behind your forum... I tried a shoutbox (Inferno) but only a few minutes last night... If I get it working I will most likely do it on one of our sub-forums for the shoutbox and then on another sub-forum for images/screenshots/dogtags for VBiGallery

JUST some ideas but think of what you can put there and roll w/ it

S-MAN
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 09:22 AM.


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.05356 seconds
  • Memory Usage 2,307KB
  • Queries Executed 24 (?)
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
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (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
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete