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
  #352  
Old 09-21-2009, 12:00 AM
pfgamerz pfgamerz is offline
 
Join Date: Sep 2009
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I uploaded it, but it's not working... it doesn't show anything...

I am using 3.8.3
Reply With Quote
  #353  
Old 09-21-2009, 11:04 AM
nikolas-online nikolas-online is offline
 
Join Date: Aug 2009
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bmckinley View Post
Yea it does you will need to find your template

which everside you use example i use right side sidebar
so i find
Sidebar columm templates >> sc_right_bottom

and add

Code:
<BR>
After

Code:
 
<td width="10">&nbsp;</td> 
    <td width="$vboptions[sc_width]">
Save it and it will be all lined up

This is from a post a few pages back. But I saw that you could use it.
Hello! Please help me ASAP !
Today i found on lower size monitor, that my forum face is terrible bad! look at the picture:
How to do these:
to cover right side column by
a) navbar
b) menu
c) header
(<br> - is not enough)
please give me the advice

is this about 100% with in templates?
Regards
nik
Attached Images
File Type: png 1.png (265.5 KB, 0 views)
Reply With Quote
  #354  
Old 09-21-2009, 01:12 PM
bmckinley's Avatar
bmckinley bmckinley is offline
 
Join Date: Jun 2009
Location: Texas
Posts: 111
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bmckinley View Post
Hey ry215,

Any way we can change the "-by [threadstarter]" to -by [lastposter] so that the Recent Threads also indicates the recent user who posted? I've tried to figure it out, but I'm terminally code illiterate.

Let me know.

Anyone got any ideas how to do this?

Nik-
Difficult to see what's going on there. I would say at first glance make sure you have all the width limiters the same for navbar, forum display, etc.
Reply With Quote
  #355  
Old 09-21-2009, 11:39 PM
Nadeemjp Nadeemjp is offline
 
Join Date: Aug 2008
Location: Japan
Posts: 601
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hi there sir
i installed this mod and have the following error:

Code:
Database error in vBulletin 3.8.4:

Invalid SQL:

							SELECT threadid, title, dateline, lastpost, visible, open, postusername, postuserid	  
							FROM thread AS thread
							WHERE NOT ISNULL(threadid) AND forumid IN (1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,52,52,53,54,55,56,57,58,59,60,61,63,) 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  : Monday, September 21st 2009 @ 07:35:56 PM
Error Date    : Monday, September 21st 2009 @ 07:35:56 PM
what could be the reason?
Reply With Quote
  #356  
Old 09-22-2009, 02:13 AM
bmckinley's Avatar
bmckinley bmckinley is offline
 
Join Date: Jun 2009
Location: Texas
Posts: 111
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You have a syntax error here:

Code:
 
63,
I believe the problem is with the ","; try removing the "," and see if that works.

I think it should be...(please remember I'm not a coder):

Code:
...62,63
Reply With Quote
  #357  
Old 09-22-2009, 06:52 AM
Nadeemjp Nadeemjp is offline
 
Join Date: Aug 2008
Location: Japan
Posts: 601
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks friend.
but how do i cure this error?
Reply With Quote
  #358  
Old 09-22-2009, 06:21 PM
bmckinley's Avatar
bmckinley bmckinley is offline
 
Join Date: Jun 2009
Location: Texas
Posts: 111
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Go to your Admin CP

AdminCP>>Vbulletin Options>>Sidebar Column Settings

In the blank where you list the forum id numbers, there is a " , " at the very end, (after 63). Try removing the " , " at the end.

Log out, or flush cache and see if that helps.
Reply With Quote
  #359  
Old 09-22-2009, 07:10 PM
Mahar Mahar is offline
 
Join Date: Aug 2004
Location: Wisconsin
Posts: 127
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

There is a typo with this mod. At the very top it says User Infomation. It should be Information. Where can I change that.
Reply With Quote
  #360  
Old 09-23-2009, 01:30 PM
Bit's Avatar
Bit Bit is offline
 
Join Date: Nov 2002
Location: Chicago
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Mahar View Post
There is a typo with this mod. At the very top it says User Infomation. It should be Information. Where can I change that.
In your Admin Control Panel go to Language and Phrases and Search for Phrases. Type in "user infomation" without the quotes in the Search for Text field. You will see sc_user. To the right click on the Edit button. Copy default text into form and change the incorrect spelling with user information and click on Save.
Reply With Quote
  #361  
Old 09-23-2009, 02:55 PM
grafbyte grafbyte is offline
 
Join Date: Apr 2007
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

all the time vbulletin logo in user info
http://www.gamezentrum.de/fff3.png

http://www.gamezentrum.de/index.php

logo
http://www.gamezentrum.de/images/avatars/noavatar.jpg

http://www.gamezentrum.de/fff3a.png
setting


vb 3.8.4

place help
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:01 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.06183 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
  • (5)bbcode_code
  • (3)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
  • (5)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