Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vBulletin 4 Sliding Like Sidebar For vB 3.7.x-3.8.x Details »»
vBulletin 4 Sliding Like Sidebar For vB 3.7.x-3.8.x
Version: 1.21, by J98680Bxxxxx J98680Bxxxxx is offline
Developer Last Online: Oct 2011 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.8.4 Rating:
Released: 01-01-2010 Last Update: 01-03-2010 Installs: 18
Uses Plugins Auto-Templates
Re-useable Code Additional Files Translations  
No support by the author.

What this mod does

It adds a sliding sidebar (see vBulletin 4, http://www.vbulletin.com/forum/) on the front page of your vBulletin 3.7.x ? 3.8.x forum.

Features:
  1. Fully phrased to allow language translation
  2. Option to have displayed the latest posts containing attachments
  3. Option to have displayed the latest slideshows threads created (https://vborg.vbsupport.ru/showthread.php?t=230476)
  4. Option to have displayed the latest albums photo created
  5. Option to have displayed the latest blog entries
  6. Option to have displayed the latest threads created
  7. Option to have displayed the latest social groups created
  8. Option to have displayed the latest polls created
  9. Option to have displayed a 3D rotating cumulus Tag Cloud (see WP-Cumulus screenshot @ http://wordpress.org/extend/plugins/...s/screenshots/)

Added in version 1.10
  1. Option to chose the tags type (most used/most searched)
  2. Option to have a specified static block, the content of which should be defined in the ACP.
  3. Latest Slide Shows taking into account the thread viewing permissions

Few corrections made for those having php5.

Added in version 1.20
  • Option to have displayed the latest posts
  • Option to have displayed the newest members.
  • Option to specify displayed orders for sidebar blocks.
  • Code for handling the tag cloud improved.
  • Correction made on database error where a threadid was not specified.


Added in version 1.21
  • Correction implemented on the missing tag link as reported.
  • Missing images for posts and members blocks added in the images/misc folder


Installation instructions - Version 1.20.
  1. Un-install any previous version product file xml
  2. Uncompress the archive
  3. Upload the content of the "upload" folder into your forum root/main directory
  4. Import the "product_vb4sidebar.xml" product via your ACP:
    ACP -> Plugins & Products -> Manage Product -> Add/Import Product
  5. Adjust the mod settings as you see fit.
    ACP -> vBulletin Options -> vBulletin Options -> vBulletin 4 Sidebar Option
  6. Save the specified settings.

Constructive suggestions for improvement are welcome!

Enjoy

Live demo at http://www.fuflixbulletin.net
It?s a member only discussion forum and registration is required.

Show Your Support

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

Comments
  #42  
Old 01-04-2010, 07:05 PM
Kosmic1 Kosmic1 is offline
 
Join Date: Nov 2009
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice work, installed!!! Great mod
But it works only with default (vbulletin) skin, and I use another one

Quote:
Originally Posted by ahmedeldeep View Post
Try to make a new thread , upload attachment but don't submit the thread and check the home page ??
I've tried to make this, and it gives me a database error with the URL thread.

What can I do to this works with my custom skin?? It would be fantastic!
Reply With Quote
  #43  
Old 01-04-2010, 07:33 PM
Tyran1 Tyran1 is offline
 
Join Date: Jan 2007
Location: Deutsches Reich
Posts: 297
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can you the Sidebar on "showthread.php" "member.php" ect ??
To all site the Sidebar?

The last Profi lNachrichten?? (Guestbook)

Sorry for my English, i am from Germany
Reply With Quote
  #44  
Old 01-04-2010, 07:35 PM
blogthea blogthea is offline
 
Join Date: Dec 2007
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok i figured out how to make it open by default
first i edited
vb4sidebar_template
and removed this: (to remove the image button)
Code:
<a id="sidebar_button_link" href="#"><img id="sidebar_button" src="$stylevar[imgdir_misc]/tab-expanded.png" alt=""></a>
then i edited vbulletin-sidebar.js (its inside the clientscript/sidebar/ folder)
commented out this line:
Code:
//	YAHOO.util.Event.on(this.sidebar_button, "click", this.toggle_collapse, this, true);
above it, i put:
Code:
this.expand();
i am sure this isnt the best way to do it, but it works
Reply With Quote
  #45  
Old 01-04-2010, 08:08 PM
Rickeo's Avatar
Rickeo Rickeo is offline
 
Join Date: Jan 2007
Location: Manchester
Posts: 275
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How do you set this to be open by default please

Rick
Reply With Quote
  #46  
Old 01-04-2010, 08:21 PM
J98680Bxxxxx J98680Bxxxxx is offline
 
Join Date: Jan 2008
Location: Bridge - Enterprise
Posts: 325
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Kosmic1 View Post
Nice work, installed!!! Great mod
But it works only with default (vbulletin) skin, and I use another one



I've tried to make this, and it gives me a database error with the URL thread.

What can I do to this works with my custom skin?? It would be fantastic!
Just upload the content of the images folder to your customized style images folder.
Reply With Quote
  #47  
Old 01-04-2010, 08:24 PM
J98680Bxxxxx J98680Bxxxxx is offline
 
Join Date: Jan 2008
Location: Bridge - Enterprise
Posts: 325
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Tyran1 View Post
Can you the Sidebar on "showthread.php" "member.php" ect ??
To all site the Sidebar?

The last Profi lNachrichten?? (Guestbook)

Sorry for my English, i am from Germany
You can have it where ever you want, but would it be relevant as it requires reading quite a lot of data from the database that would not necessary be needed on showthread.

If there is a high demand for this addition, I can add an option for it.
Reply With Quote
  #48  
Old 01-04-2010, 08:26 PM
J98680Bxxxxx J98680Bxxxxx is offline
 
Join Date: Jan 2008
Location: Bridge - Enterprise
Posts: 325
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by blogthea View Post
ok i figured out how to make it open by default
first i edited
vb4sidebar_template
and removed this: (to remove the image button)
Code:
<a id="sidebar_button_link" href="#"><img id="sidebar_button" src="$stylevar[imgdir_misc]/tab-expanded.png" alt=""></a>
then i edited vbulletin-sidebar.js (its inside the clientscript/sidebar/ folder)
commented out this line:
Code:
//	YAHOO.util.Event.on(this.sidebar_button, "click", this.toggle_collapse, this, true);
above it, i put:
Code:
this.expand();
i am sure this isnt the best way to do it, but it works
Thanks for this addition. :up: I am sure a lot of members will appreciate it.
Reply With Quote
  #49  
Old 01-04-2010, 08:35 PM
TheLastSuperman's Avatar
TheLastSuperman TheLastSuperman is offline
Senior Member
 
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ahh something new to tinker with... nice one Data and thanks!

/me downloads, and consider installed to test and tinker with ah-ha!
Reply With Quote
  #50  
Old 01-04-2010, 08:49 PM
J98680Bxxxxx J98680Bxxxxx is offline
 
Join Date: Jan 2008
Location: Bridge - Enterprise
Posts: 325
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have just added an attachment with additional images for the "Latest Posts" and "Newest Members" blocks.

Of course, the designers can put on more images for specific styles. :up:
Reply With Quote
  #51  
Old 01-04-2010, 09:09 PM
Kosmic1 Kosmic1 is offline
 
Join Date: Nov 2009
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by J98680B2423E View Post
Just upload the content of the images folder to your customized style images folder.
Thanks a lot! It's working now

One more problem:

When I click in some tag in tag cloud, it gives me an error:
Quote:
Not Found
The requested URL /forum/psyfactory was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
What can I do to fix it?
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 05:29 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.05484 seconds
  • Memory Usage 2,319KB
  • 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
  • (6)bbcode_code
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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