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)

Disco_Stu 01-25-2014 07:15 PM

This mod has really worked out very well for me. Many thanks.

What's the chances of having this mod on both sides of the page at the same time with a different sidebar on each side? That would be terrific.

lille L 01-26-2014 02:55 PM

Works like a charm! thank you so much!

Disco_Stu 01-27-2014 04:21 PM

On one of my pages I need to raise the sidebar up a bit. How can I adjust the position up? I tried entering a negative number like *-10 but that didn't work.


Update:


I changed padding-top to margin-top in the plugin process_templates_complete and that worked. Now I can use negative numbers. The padding-top style specification does not allow negative numbers apparently.

sticky 01-29-2014 01:55 AM

Quote:

Originally Posted by sticky (Post 2437534)
Having a small problem where on the CMS page the article text buttons spill into the sidebar:

https://vborg.vbsupport.ru/external/2014/01/5.png

Any idea how to resolve?

Any help with this please? I like the sidebar on the CMS homepage but the formatting doesn't work.

sticky 01-29-2014 01:57 AM

^ Fixed by changing the layout

sticky 01-29-2014 02:41 AM

Actually it only works if you change the layout content to a fixed with. If you collapse the sidebar it won't expand then.

Argh...

TheLastSuperman 01-29-2014 03:32 AM

Quote:

Originally Posted by sticky (Post 2477625)
Actually it only works if you change the layout content to a fixed with. If you collapse the sidebar it won't expand then.

Argh...

Try fiddling with .fullwidth and .article_preview in the css templates (reference the default css for each from vbulletin-chrome.css then overwrite it via additional.css, if something looks wonky after adding/editing the definitions to additional.css simply remove from additional.css to fix ;).

... content_container or similar may also need to be looked into, depending how it's displaying.

sticky 01-29-2014 07:28 AM

Quote:

Originally Posted by TheLastSuperman (Post 2477627)
Try fiddling with .fullwidth and .article_preview in the css templates (reference the default css for each from vbulletin-chrome.css then overwrite it via additional.css, if something looks wonky after adding/editing the definitions to additional.css simply remove from additional.css to fix ;).

... content_container or similar may also need to be looked into, depending how it's displaying.

Changing .fullwidth from 100% to 98% in vbcms.css did the trick! Nice suggestion, thank you.

Now the question I have is do you have any idea how to do the same for the header?

TheLastSuperman 01-29-2014 11:02 PM

Quote:

Originally Posted by sticky (Post 2477658)
Changing .fullwidth from 100% to 98% in vbcms.css did the trick! Nice suggestion, thank you.

Now the question I have is do you have any idea how to do the same for the header?

Hmm it's either what I see in the code as:

Code:

<h1 class="header">
Or

Code:

<div class="title">
So perhaps overwriting them in additional.css will do the trick with your 98% width and remember for the header class to use the h1 tag in the definition when defining it else it will mess up the actual main "header" class instead of the H1 version of it ;).

sticky 02-15-2014 11:11 PM

Quote:

Originally Posted by TheLastSuperman (Post 2477840)
Hmm it's either what I see in the code as:

Code:

<h1 class="header">
Or

Code:

<div class="title">
So perhaps overwriting them in additional.css will do the trick with your 98% width and remember for the header class to use the h1 tag in the definition when defining it else it will mess up the actual main "header" class instead of the H1 version of it ;).

Would you happen to know how to just disable the header entirely?


All times are GMT. The time now is 06:40 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.01632 seconds
  • Memory Usage 1,745KB
  • 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
  • (5)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