The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Sidebar Anywhere (Formerly Sidebar for Activity Stream) by BOP5 Details »» | |||||||||||||||||||||||||||||||||||
Sidebar Anywhere (Formerly Sidebar for Activity Stream) by BOP5
Developer Last Online: Aug 2023
Brought to you by BirdOPrey5
www.Qapla.com Version 2.2.0 The new Activity Stream for VB 4.2.0 is very nice but it feels like it is missing something- and what it is missing is a sidebar. Ideally at some point VB will release a custom sidebar built just for the Activity Stream but until then this quick mod will let you use the built in forum sidebar on the Activity Stream. As of version 2.0 besides just working on the Activity Stream the mod can now add a sidebar to ANY vBulletin page including forums, threads, groups, albums, who's online, forum leaders, and more. In fact you can easily add the sidebar even to custom pages from custom mods. New Features
NOTE: To enable mobile device detection options you must install the Mobile Browser Detector mod. Live Demo: Qapla.com Activity Stream You can enable or disable the Sidebar Anywhere independently of the forum sidebar but they will both display the same content (blocks.) NEW - If you need to have different blocks on different pages check out this add-on. You must have at least 1 block setup and active for the sidebar to show. Unlike most of my other mods this mod is enabled by default upon installation. Be default it is setup to show only on the Activity Stream and register.php pages. I am aware there is already a mod out there "Everywhere Sidebar" by another coder. This is completely different code and I made this because my "Staff Online Sideblock" mod did not work on Sidebar Everywhere but it does work on this mod. This mod requires at least VB 4.2.0 to work on the Activity Stream but should work on older VB 4.x.x versions on other pages. Full view of admin cp options: http://www.qapla.com/mods/ss/sidebar...tings_full.jpg. The old version Zip file Sidebar for Activity Stream by BOP5 v11.zip works only on the Activity Stream. PLEASE READ THE INSTRUCTIONS INCLUDED WITH THIS MOD- THEY ANSWER MOST OF THE QUESTIONS ABOUT HOW TO USE IT. ------------------------------------------------------ Please "Mark as Installed" if you use this. Donations always appreciated. :up: Nominate MOTM if you LOVE it! Download Now
Screenshots
Show Your Support
|
15 благодарности(ей) от: | ||
akz645, BCP Hung, Disco_Dave, djbaxter, Gemma, Hippy, ikopylov, Mickie D, rhody401, sarasotarepub, thang28101993, Toorak Times, Trevor Hannant, xertox, zercosz |
Comments |
#192
|
||||
|
||||
Quote:
Forumdisplay will be a yes/no option in settings. Just choose YES. |
#193
|
|||
|
|||
I mean sliding sidebar with the scroll of the page...
|
#194
|
|||
|
|||
Having a problem with the width when changing it in the style vars?
It works on the forumhome, but it does not work the width on any other page??? It stays at 250px, I would like to make it 200px on all pages not just the forumhome page? EDIT Additional problem: It seems that turning off mobile devices is not functioning, members are reporting its still on using iphones, ipads, and androids? Thank you for any help. Mick |
#195
|
|||
|
|||
Can the sidebar be displayed on the left side of the site instead of the right hand side?
Also..... Can I easily adjust the width of teh sidebar? Cheers Danny |
#196
|
||||
|
||||
If it doesn't happen with the default sidebar it won't happen with this one.
Quote:
For the sidebar width it works on my forum (Here I set the width to a narrow 150 for an example on the activity stream) So not sure why it wouldn't work on yours- possibly a custom style? Can you see if it works on the default style? Quote:
The width should obey the stylevar forum_sidebar_width. |
#197
|
|||
|
|||
Quote:
Thanks! |
#198
|
|||
|
|||
I have this mod working perfectly with all the pages I want except one. For some reason attachmentgallery|attachmentgallery isn't working with the following:
the scriptname: attachmentgallery error_reporting(E_ALL & ~E_NOTICE); define('THIS_SCRIPT', 'attachmentgallery'); $phrasegroups = array('posting','attachment_image','album'); $specialtemplates = array(); $globaltemplates = array( 'attachmentgallery', 'ag_shell', 'ag_bit', 'attachmentgallery_advopt', https://vborg.vbsupport.ru/showthread.php?t=264966 Any idea why? Thank you! |
#199
|
||||
|
||||
Quote:
So try: attachmentgallery|ag_shell |
#200
|
||||
|
||||
Looks like I left out a special CSS template if the tagcloud is used.
For now you can fix by going to Admin CP -> Products & Plugins -> Plugin Manager Edit the template Sidebar Anywhere CSS Erase everything in the plugin and replace it with this code: Code:
global $vbulletin, $sb_temps; if ($sb_temps) { if ($vbulletin->options['storecssasfile']) { $template_hook[custom_css_links] .= '<link rel="stylesheet" type="text/css" href="clientscript/vbulletin_css/style' . str_pad($style['styleid'], 5, '0', STR_PAD_LEFT) . $vbulletin->stylevars['textdirection']['string'][0] . '/sidebar.css" />'; $template_hook[custom_css_links] .= '<link rel="stylesheet" type="text/css" href="clientscript/vbulletin_css/style' . str_pad($style['styleid'], 5, '0', STR_PAD_LEFT) . $vbulletin->stylevars['textdirection']['string'][0] . '/widgets.css" />'; $template_hook[custom_css_links] .= '<link rel="stylesheet" type="text/css" href="clientscript/vbulletin_css/style' . str_pad($style['styleid'], 5, '0', STR_PAD_LEFT) . $vbulletin->stylevars['textdirection']['string'][0] . '/forumhome.css" />'; $template_hook[custom_css_links] .= '<link rel="stylesheet" type="text/css" href="clientscript/vbulletin_css/style' . str_pad($style['styleid'], 5, '0', STR_PAD_LEFT) . $vbulletin->stylevars['textdirection']['string'][0] . '/tagcloud.css" />'; } else { $template_hook[custom_css_list] .= 'sidebar.css,widgets.css,forumhome.css,tagcloud.css'; } } I will make sure this fix is in the next update. |
#201
|
|||
|
|||
I'm wondering how to make it work on tags.php, which gets lots of hits. The problem is that there seems to be no template associated with that.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|