vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Miscellaneous Hacks - Sidebar Anywhere (Formerly Sidebar for Activity Stream) by BOP5 (https://vborg.vbsupport.ru/showthread.php?t=283307)

rumas 06-17-2014 10:54 PM

I had the same problem, try going to
admincp >Options > Forum Sidebar and Block Options > create Forum Blocks >Forum Blocks Manager

Click edit on any block don't change anything and just click save. It worked for me.

gundamz 06-29-2014 08:59 AM

install the xml on vb4.2.1 but the sidebar not showing up on search, forumdisplay..
could it be conflict with certain mod?

motorhaven 07-28-2014 04:01 PM

I found it can conflict with vB Optimise Pro. Make sure "(Pro) Cache Templates in File System" is turned off.

masterme 08-11-2014 11:45 AM

Installed on 4.2.2 and works perfect!

Mark_Zuckerberg 08-12-2014 09:11 PM

how to show staff online block plz guide

ozzy47 08-12-2014 09:16 PM

Quote:

Originally Posted by Mark_Zuckerberg (Post 2511023)
how to show staff online block plz guide

That is this mod, https://vborg.vbsupport.ru/showthread.php?t=284617

Mark_Zuckerberg 08-12-2014 10:24 PM

well mate i have installed that mod which you have mentioned but still cant see the blok also enabled it in vb > options> settings> what i think is i cant find installing the sideblock where i can do this?

ozzy47 08-12-2014 11:00 PM

Read the install instructions that came with the sideblock mod.

squidsk 09-17-2014 01:52 PM

A suggestion for improvement, currently as far as I've been able to determine at any rate, if you have your own custom sideblock widget that uses its own templates the only way to cache those custom templates for the pages where this mod enables the sideblock to be shown on the selected pages is to manually cache them. My suggestion is to add a custom hook location to your code so that templates can be cached on the appropriate pages automatically.

In the plugin on the cache_template hook is where'd I'd recommend adding the hook at the comment location I've added.
Code:

global $sb_temps;

if($sb_temps AND !in_array($GLOBALS['forumid'], explode(",", $vbulletin->options['bop5sbas_forums'])))
{
  $cache[] = 'block_blogentries';
  $cache[] = 'block_cmsarticles';
  $cache[] = 'block_html';
  $cache[] = 'block_newposts';
  $cache[] = 'block_sgdiscussions';
  $cache[] = 'block_tagcloud';
  $cache[] = 'block_threads';

  //add hook location here
}


Disco_Stu 09-17-2014 02:54 PM

I must say, this is the best mod I've run across so far. I use it with a custom HTML block I wrote to house an interactive MP3 player GUI I created in Javascript.

I display it on the right side of my site on most pages and I also display a CMS multifunctional widget on the left side of each page so the site has two fully functional widgets displayed at the same time on each side of the pages.

Again, thanks for the mod it was exactly what I was looking for.


All times are GMT. The time now is 05:58 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02971 seconds
  • Memory Usage 1,734KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete