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)

SGoogle 07-07-2015 02:57 AM

I hava same error in 4.2.2

AusPhotography 07-08-2015 01:01 AM

Works for us 4.2.3 (and did on 4.2.2pl4) - probably does not help but I'd guess at a conflict with another plugin

We use PHP 5.6, Apapche 2.4, MariaDb 10.0.20 on Centos 6.6

djbaxter 07-08-2015 01:32 AM

Working fine for me on 4.2.3 as well.

gobears20 08-02-2015 05:31 PM

Is there a way that I could just display this information inside the side bar:

There are currently X amount of users online. x number of members and x number of guests online.

Most users ever online was X, 07-30-15 at 10:06 PM.

It would be PHP code but how would I display just that info in the side bar area? Thanks for any info!

eh69 08-13-2015 12:20 PM

How to show simple image in everywere block only on forum home (index)?
<vb:if condition="THIS_SCRIPT == 'index'">
<img src>
</vb:if>
dont woring. image still showing on all pages.

nolimitreef 09-04-2015 05:49 AM

We added a new forum category to our forum. It does not show in the sidebar. How do we add this new category?

Thank you

squidsk 09-04-2015 02:45 PM

Quote:

Originally Posted by nolimitreef (Post 2554240)
We added a new forum category to our forum. It does not show in the sidebar. How do we add this new category?

Thank you

Why would it show in your sidebar? A forum category would show in your forum list, only those sideblock blocks that you create show in your sideblock. What exactly are you trying to do?

This mod only takes the sideblock and displays it on other sections of the site besides the main forum index, it neither adds nor removes sideblocks.

Kushal Patel 09-26-2015 11:33 AM

I was wondering if it's possible to just show thread name and not the description?

Bastien 10-11-2015 01:05 PM

1 Attachment(s)
I have the same problem for activity stream than SGoogle, Gobears20, nick-harper and Guadrian hope !

It works fine on index (2nd pic), but on other pages (showthread, calendar ...), links are not correct (1st pic) !

:confused::confused:

Any idea BOP5 ?

Bastien 10-12-2015 09:54 AM

Found the solution.

Problems come from phrases and variables.

You have to replace in x_replied_to_a_thread_y_in_z in GLOBAL, this

Code:

<a href="{1}">{2}</a> replied to a thread <a href="{3}">{4}</a> in <a href="{5}">{6}</a>
with this :

Code:

<a href="{1}">{2}</a> replied to a thread {4} <a href="{3}">{5}</a> in <a href="{6}">{7}</a>
In x_started_a_thread_y_in_z of GLOBAL, this :

Code:

<a href="{1}" class="username">{2}</a> started a thread <a href="{3}">{4}</a> in <a href="{5}">{6}</a>
with this :

Code:

<a href="{1}" class="username">{2}</a> started a thread {4} <a href="{3}">{5}</a> in <a href="{6}">{7}</a>


All times are GMT. The time now is 05:50 PM.

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.01555 seconds
  • Memory Usage 1,736KB
  • 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
  • (4)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