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)

se7o 10-03-2012 04:17 PM

I have problem

the original side bar in home page is in the right side

the sections side bar is in left

i want make all pages in right

see

http://www.ng3awya.com/forum.php



http://www.ng3awya.com/forum8.html

BirdOPrey5 10-05-2012 05:46 PM

Seems to be a bug because I didn't account for RTL languages on left/right positions.

Please go to the Admin CP -> Plugin Manager and edit the plugin: Sidebar Anywhere Edits

Find the line:
Code:

if ($vbulletin->options['sidebarposition'])
and change it to:
Code:

if (!$vbulletin->options['sidebarposition'])
(add the exclamation point)

and let me know if it works, please.

sticky 10-06-2012 03:53 AM

I think this is coded absolutely awesome and pretty badass the only problem is, why not work on the CMS page? It works everywhere else...

BirdOPrey5 10-06-2012 10:29 AM

It's just not a built in location because for the CMS people usually use CMS widgets in their own "sidebar" but if you add this code to the Custom Scripts... setting:

Code:

vbcms|vbcms_page
It will work on CMS pages.

sticky 10-06-2012 04:13 PM

Quote:

Originally Posted by BirdOPrey5 (Post 2371136)
It's just not a built in location because for the CMS people usually use CMS widgets in their own "sidebar" but if you add this code to the Custom Scripts... setting:

Code:

vbcms|vbcms_page
It will work on CMS pages.

Perfect, going to try it now. Thanks!

sticky 10-06-2012 05:02 PM

Had to disable the mod as for whatever reason if enabled on forum pages when trying to edit and quick save it won't work. Have to click go advanced.

This bug needs to be fixed or it may be how it plays with another mod but either way it's a big problem toward using this.

BirdOPrey5 10-06-2012 06:35 PM

Quote:

Originally Posted by sticky (Post 2371221)
Had to disable the mod as for whatever reason if enabled on forum pages when trying to edit and quick save it won't work. Have to click go advanced.

This bug needs to be fixed or it may be how it plays with another mod but either way it's a big problem toward using this.

I'm not having that issue on my site with Chrome. What browser are you using?

And you are talking about editing posts on showthread, correct?

se7o 10-07-2012 04:04 PM

Quote:

Originally Posted by BirdOPrey5 (Post 2371023)
Seems to be a bug because I didn't account for RTL languages on left/right positions.

Please go to the Admin CP -> Plugin Manager and edit the plugin: Sidebar Anywhere Edits

Find the line:
Code:

if ($vbulletin->options['sidebarposition'])
and change it to:
Code:

if (!$vbulletin->options['sidebarposition'])
(add the exclamation point)

and let me know if it works, please.




it not work


(add the exclamation point)



i don't understand this point

BirdOPrey5 10-07-2012 08:54 PM

! = exclamation point, you need to add it to the code... Before the $.

Azonaco 10-08-2012 09:32 PM

Is there any way to get the sidebar to display below where a thread starts? Aligned with the first post would be perfect for our site.


All times are GMT. The time now is 06:52 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.01715 seconds
  • Memory Usage 1,739KB
  • 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
  • (6)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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