Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons

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
  #312  
Old 08-26-2009, 03:09 AM
bmckinley's Avatar
bmckinley bmckinley is offline
 
Join Date: Jun 2009
Location: Texas
Posts: 111
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What could make the SC mod show this?? Different width comes up on Latest Thread box??? It has always worked fine before...

Reply With Quote
  #313  
Old 08-26-2009, 03:12 AM
Xencored Xencored is offline
 
Join Date: Sep 2008
Location: UK, Scuny
Posts: 1,337
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bmckinley View Post
What could make the SC mod show this?? Different width comes up on Latest Thread box??? It has always worked fine before...

template "sc_latest_threads"

Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
play about with that mate

Mike
Reply With Quote
  #314  
Old 08-26-2009, 03:57 AM
Wonksta Wonksta is offline
 
Join Date: Apr 2009
Posts: 325
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Damn have a nasty problem I have enabled show columns globally but when you click peoples profiles this is what happens:


Any idea on how to make it fall under the exsisting columns in profiles or above them but NOt beside?

Running 3.8.3
Reply With Quote
  #315  
Old 08-26-2009, 07:39 AM
crazymilk's Avatar
crazymilk crazymilk is offline
 
Join Date: Aug 2008
Posts: 110
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there a way to show on all pages but not my vBadvance pages

And thanks aniimemike for all your help
Reply With Quote
  #316  
Old 08-26-2009, 07:56 AM
Wonksta Wonksta is offline
 
Join Date: Apr 2009
Posts: 325
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by crazymilk View Post
Is there a way to show on all pages but not my vBadvance pages

And thanks aniimemike for all your help
Yes I would LOVE to be able to disable the columns on

user profile pages
registration page

But no word on how yet..
Reply With Quote
  #317  
Old 08-26-2009, 10:05 PM
Alisa Lindsay's Avatar
Alisa Lindsay Alisa Lindsay is offline
 
Join Date: Aug 2007
Posts: 77
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Mike,

Re:

Quote:
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

Mike
Your help is most appreciated. Thank you so much.

Warmest Regards,

Alisa
Reply With Quote
  #318  
Old 08-27-2009, 03:31 PM
eminence77 eminence77 is offline
 
Join Date: Aug 2009
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi i just caught hold of your mod and am ready to install it BUT i'm unclear as to how to do it from my admin control...Can you please breakdown the steps for me...Im using vbulletin 3.8.4
Reply With Quote
  #319  
Old 08-27-2009, 04:07 PM
bmckinley's Avatar
bmckinley bmckinley is offline
 
Join Date: Jun 2009
Location: Texas
Posts: 111
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Animemike View Post
template "sc_latest_threads"

Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
play about with that mate

Mike
Hey Mike,

Tried the 100% vs 80% etc...no change. But I did discover that on of my RSS feeds was off Twitter and when I removed or retitled the threads and took out the bit.ly addresses, the width lined up with the others. So I guess if you have Twitter bit.ly type address in the thread title, it doesn't know how to split it to go to the next line...it just allows it to widen the thread and thus the column. Not totally sure this is all that was going on, but since I turned off the Twitter Feed forum from display...problem gone. ??? ... ???
Reply With Quote
  #320  
Old 08-27-2009, 10:46 PM
eminence77 eminence77 is offline
 
Join Date: Aug 2009
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

just installed this mos - yet i see no changes to the forum [column does not appear] - i have a skin i purchased- will this effect the ability of the mod column to present itself?

Can any offer me some advice as to why it is not showing?
Reply With Quote
  #321  
Old 08-27-2009, 11:56 PM
Xencored Xencored is offline
 
Join Date: Sep 2008
Location: UK, Scuny
Posts: 1,337
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by crazymilk View Post
Is there a way to show on all pages but not my vBadvance pages
And thanks aniimemike for all your help
Quote:
Originally Posted by SighK View Post
Yes I would LOVE to be able to disable the columns on
user profile pages
registration page
But no word on how yet..
Sorry i only run it on the Forum main page and no where else so cant help on this


Quote:
Originally Posted by Alisa Lindsay View Post
Mike,

Re:



Your help is most appreciated. Thank you so much.

Warmest Regards,

Alisa
Anytime

Quote:
Originally Posted by bmckinley View Post
Hey Mike,

Tried the 100% vs 80% etc...no change. But I did discover that on of my RSS feeds was off Twitter and when I removed or retitled the threads and took out the bit.ly addresses, the width lined up with the others. So I guess if you have Twitter bit.ly type address in the thread title, it doesn't know how to split it to go to the next line...it just allows it to widen the thread and thus the column. Not totally sure this is all that was going on, but since I turned off the Twitter Feed forum from display...problem gone. ??? ... ???
When i log on your site mate i see it all fine and lined up lol
sounds like this "twitter mod" is pushing it out whats the mods real name?

Quote:
Originally Posted by eminence77 View Post
just installed this mos - yet i see no changes to the forum [column does not appear] - i have a skin i purchased- will this effect the ability of the mod column to present itself?

Can any offer me some advice as to why it is not showing?
Quote:
Originally Posted by eminence77 View Post
Hi i just caught hold of your mod and am ready to install it BUT i'm unclear as to how to do it from my admin control...Can you please breakdown the steps for me...Im using vbulletin 3.8.4
did you do this ?
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 08:00 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.06263 seconds
  • Memory Usage 2,346KB
  • 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
  • (2)bbcode_code
  • (10)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