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

Reply
 
Thread Tools
Sidebar Column Details »»
Sidebar Column
Version: 3.8.002, by ry215 ry215 is offline
Developer Last Online: May 2022 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 3.8.1 Rating:
Released: 02-08-2009 Last Update: 02-08-2009 Installs: 832
Uses Plugins Auto-Templates
Translations  
No support by the author.

Description:
This MOD automatically create a sidebar column on the left or right in your forum.

Features:
  • Show only Index or All Pages.
  • Choose StyleID, which you want to use for the sidebar.
  • User Infomation with Avatar
  • Latest Threads
  • Poll
  • Advertisement
  • Partner Links
Info:
Plugins: 3
Phrases: 57
Templates: 17
Settings: 20

Install:

1. Import Product via Manage Products
ACP >> Plugins & Products >> Manage Products >> [Add/Import Product]

Settings:
ACP >> vBulletin Options >> Sidebar Column Settings

History:
v3.8.001 : First Release
v3.8.002 : Add Option for StyleID

PS: Work fine with 3.7.x (Tested)

Thanks to:
  • bmckinley
  • Alisa Lindsay

Similar Mods:
Sidebar Lastest Threads
Sidebar Poll

Download Now

File Type: xml product-sidebar_column.xml (88.6 KB, 7073 views)

Screenshots

File Type: jpg sc_left.jpg (74.1 KB, 0 views)
File Type: jpg sc_right.jpg (72.5 KB, 0 views)
File Type: jpg sc_acp.jpg (76.0 KB, 0 views)

Show Your Support

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

Comments
  #212  
Old 06-05-2009, 07:45 AM
rtyagis rtyagis is offline
 
Join Date: Feb 2009
Posts: 87
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Reserved for install.
Reply With Quote
  #213  
Old 06-05-2009, 09:07 AM
Lautaro's Avatar
Lautaro Lautaro is offline
 
Join Date: Jan 2009
Location: United States
Posts: 233
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm having this error:

Quote:
Database error in vBulletin 3.8.2:

Invalid SQL:

SELECT threadid, title, dateline, lastpost, visible, open, postusername, postuserid
FROM thread AS thread
WHERE NOT ISNULL(threadid) AND forumid IN () AND visible = '1' AND open!='10'
ORDER BY dateline DESC

LIMIT 0, 5;

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') AND visible = '1' AND open!='10'
ORDER BY dateline DESC

' at line 3
Error Number : 1064
Request Date : Friday, June 5th 2009 @ 05:06:32 AM
Error Date : Friday, June 5th 2009 @ 05:06:32 AM
Script : XXXXXXXXXX
Referrer : XXXXXXX
IP Address : XXXXXXXXXXX
Username : XXXXXX
Classname : vB_Database
MySQL Version : 5.0.67-community
Reply With Quote
  #214  
Old 06-05-2009, 10:45 AM
ry215 ry215 is offline
 
Join Date: Apr 2006
Location: Paraguay
Posts: 508
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lautaro View Post
I'm having this error:
Quote:
WHERE NOT ISNULL(threadid) AND forumid IN () AND visible = '1' AND open!='10'
Enter forumids in options.
Reply With Quote
  #215  
Old 06-07-2009, 10:50 PM
faraz_9000 faraz_9000 is offline
 
Join Date: Jul 2008
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hi
thnx for the great mod
all ok for me but prblm on index page as its showing sidebar at center at the right side as well as left.its not starting from top where navbar ends like on other pages.
please help

Reply With Quote
  #216  
Old 06-08-2009, 02:28 AM
Kottonmouth801's Avatar
Kottonmouth801 Kottonmouth801 is offline
 
Join Date: Apr 2009
Posts: 56
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

:up: Kottonmouth801 Marks Installed...!! :up:

:up::up: Mod Of The Month :up::up:


A Mod to Remove the Navbar Login would be great to go along with this....! :up:

Does anyone know of a mod that does this?
Reply With Quote
  #217  
Old 06-08-2009, 06:32 AM
faraz_9000 faraz_9000 is offline
 
Join Date: Jul 2008
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Kottonmouth801 View Post
:up: Kottonmouth801 Marks Installed...!! :up:

:up::up: Mod Of The Month :up::up:


A Mod to Remove the Navbar Login would be great to go along with this....! :up:

Does anyone know of a mod that does this?
removing following will do,but make sure to take backup of navbar template in notepad or wordpad

Edit NAVBAR
Quote:
<!-- login form -->
<form action="login.php?do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, $show[nopasswordempty])">
<script type="text/javascript" src="clientscript/vbulletin_md5.js?v=$vboptions[simpleversion]"></script>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
<tr>
<td class="smallfont" style="white-space: nowrap;"><label for="navbar_username">$vbphrase[username]</label></td>
<td><input type="text" class="bginput" style="font-size: 11px" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="$vbphrase[username]" onfocus="if (this.value == '$vbphrase[username]') this.value = '';" /></td>
<td class="smallfont" nowrap="nowrap"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" />$vbphrase[remember_me]</label></td>
</tr>
<tr>
<td class="smallfont"><label for="navbar_password">$vbphrase[password]</label></td>
<td><input type="password" class="bginput" style="font-size: 11px" name="vb_login_password" id="navbar_password" size="10" tabindex="102" /></td>
<td><input type="submit" class="button" value="$vbphrase[log_in]" tabindex="104" title="$vbphrase[enter_username_to_login_or_register]" accesskey="s" /></td>
</tr>
</table>
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
<input type="hidden" name="do" value="login" />
<input type="hidden" name="vb_login_md5password" />
<input type="hidden" name="vb_login_md5password_utf" />
</form>
<!-- / login form -->
Reply With Quote
  #218  
Old 06-08-2009, 11:37 AM
Kottonmouth801's Avatar
Kottonmouth801 Kottonmouth801 is offline
 
Join Date: Apr 2009
Posts: 56
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

:up: Thanks....! :up:

That worked Great...!!
Reply With Quote
  #219  
Old 06-13-2009, 10:57 AM
Scovic Scovic is offline
 
Join Date: Jan 2007
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How would I make this mod so that users can collapse it, if required.
Reply With Quote
  #220  
Old 06-14-2009, 05:48 AM
shinng's Avatar
shinng shinng is offline
 
Join Date: May 2009
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

installed it and it worked great, but when i made a reply to a post and checked out the sidebar, all of a sudden now there's a horizontal scroll bar. users are now required to scroll horizontally to actually see the sidebar. How do I edit this so that everything fits on one page with no horizontal scroll bar at the bottom?

Edit: sidebar is currently installed, but disabled until I understand how to edit it so there is no horizontal scroll bar at the bottom.
Reply With Quote
  #221  
Old 06-15-2009, 01:35 PM
xplan2007 xplan2007 is offline
 
Join Date: Feb 2008
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Baigo View Post
Same is happening here, anyone knows how to fix this?

Baigo
Quote:
Originally Posted by v12kid View Post
go it working but it screws up the alignment of my forums and the chatbox

any idea what to fix?
i fixed it by

edit template>sc_right_top or sc_left_top

remove

Code:
width="100%"
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:12 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.05496 seconds
  • Memory Usage 2,348KB
  • Queries Executed 26 (?)
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
  • (7)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
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (4)postbit_attachment
  • (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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete