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)

Hippy 08-03-2012 11:59 PM

Thanks Brotha

Killhunter 08-04-2012 07:41 PM

Quote:

Originally Posted by BirdOPrey5 (Post 2354028)
That wouldn't be a suggestion for this mod- that would be a separate forum sideblock that works as you request.

Well, you cant do that? :o

sweetpotato 08-05-2012 02:51 AM

Is there anyway to excluded threads/posts of certain forums being showed on sidebar?
Thanks,

BirdOPrey5 08-05-2012 10:46 AM

Quote:

Originally Posted by Killhunter (Post 2354481)
Well, you cant do that? :o

No, sorry.

Quote:

Originally Posted by sweetpotato (Post 2354571)
Is there anyway to excluded threads/posts of certain forums being showed on sidebar?
Thanks,

You can edit the forum block in Forum Blocks Manager and restrict which forum's posts/threads get pulled from for each block.

Anygma 08-10-2012 03:27 PM

the sidebar sudden didnt work on subpages except in forum.php...
but when Im logged out, its working fine..
What are the probable cause?

Thanks

BirdOPrey5 08-10-2012 04:55 PM

Make sure it is enabled for your usergroup in the Admin CP Settings.

Anygma 08-11-2012 03:58 AM

Its already enabled for ALL uergroups...

BirdOPrey5 08-11-2012 07:08 PM

I can't think of any other reason it would not show if you were logged in. If you want to PM me a link to your site and Amin CP access I can take a look.

gedsta 08-15-2012 12:42 PM

Installed and working fine on our beta website, thanks for the latest update.

Couple more useful additions maybe?

1) The ability to place the sidebar to the left or right hand side of the forums?
2) The ability to also change the width of the sidebar etc eg 200, 210, 230 etc?
3) The ability to also change the width of the gap between the sidebar and the forums etc?

Thanks again.

BirdOPrey5 08-15-2012 08:25 PM

Quote:

Originally Posted by gedsta (Post 2357131)
Installed and working fine on our beta website, thanks for the latest update.

Couple more useful additions maybe?

1) The ability to place the sidebar to the left or right hand side of the forums?
2) The ability to also change the width of the sidebar etc eg 200, 210, 230 etc?
3) The ability to also change the width of the gap between the sidebar and the forums etc?

Thanks again.

These are all possible now.

Left or Right will work based on what you have the default forum sidebar set to (Admin CP -> Settings -> Options -> Forum Sidebar and Block Option)

The width can be changed by the stylevar- the same stylevar that changes the default sidebar width- it has been mentioned in this thread before- I think it is in Stylvar Editor -> Sidebar-> forum_sidebar_width. Just search for "sidebar" there's only a few.

Any other changes - like the gap width can be done via custom CSS in additional.css or stylevars if they exist.

For example this in addtional.css should narrow the gap-

Code:

#sidebar_container {
 padding-right: 10px !important;
}

Note padding=right is needed for the siebar on the right of the page. If on the left of the page use padding-left.


All times are GMT. The time now is 12:17 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.01347 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
  • (1)bbcode_code_printable
  • (4)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