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)
-   -   Forum Home Enhancements - Right side column on forum home and forum display (https://vborg.vbsupport.ru/showthread.php?t=229496)

Seven Skins 04-20-2011 12:18 PM

^ https://vborg.vbsupport.ru/showpost....&postcount=140

0verl0rd 04-28-2011 09:21 AM

tagged for later.

maxlink 05-12-2011 04:47 PM

I can't see its options in the setting list of admin control. How to fix this problem ?

bchertov 05-16-2011 05:32 PM

Has anybody made this work with widgets? Seven Skins - do you think this is possible? Care to publish an example :D ?

bchertov 05-16-2011 05:34 PM

Quote:

Originally Posted by bchertov (Post 2196417)
Has anybody made this work with widgets? Seven Skins - do you think this is possible? Care to publish an example :D ?

P.S. How does this interact with widgets being displayed on ForumHome?

TheLastSuperman 05-16-2011 05:54 PM

1 Attachment(s)
Quote:

Originally Posted by bchertov (Post 2196417)
Has anybody made this work with widgets? Seven Skins - do you think this is possible? Care to publish an example :D ?

You mean sidebar blocks?

Quote:

Originally Posted by bchertov (Post 2196418)
P.S. How does this interact with widgets being displayed on ForumHome?

That's what I believe you mean and if so yes, it will work and only require a few edits, here's a shot from a 4.1.3 default style:

https://vborg.vbsupport.ru/external/...hmentid=129137

bchertov 05-16-2011 10:33 PM

Thanks for the reply Superman. This is what I was afraid of. What I'd like to do, which is what VB ought to do ;) is to intermix banners, widgets and other useful items in a consistent right side column. So the idea is to be able to use widget and/or forum blocks in the new right side column, rather than adding a separate column.

Anybody know how to do something like this?

B

ia7 05-24-2011 12:20 PM

Just want to say big thanks to Seven Skins for this mod, takes a wee bit of work to get working with a customised design but well worth it due to the stupidity of vB4 not having the ability to have the sidebar on pages other than FORUMHOME. :confused: :mad:

So thanks a lot!
Quote:

Originally Posted by I3eXa (Post 2147876)
Have been trying to install this today but for some reason it keeps cutting off my white background image across the whole forum page. Any ideas why? Here are before and after pics and thanks in advance for any info as I know you guys are busy with our stupid questions:

I have just suffered with this myself and after trying clears, clearfix's and all sorts, in the end it all came down to simply adding overflow: hidden to the opening div that contains your background.

Mine for example was body_wrapper so in the navbar template I found:
Code:

<div class="body_wrapper">
and changed it to: (show only to Guests on ForumDisplay)
Code:

<div class="body_wrapper"<vb:if condition="$show['guest'] && THIS_SCRIPT == 'forumdisplay'"> style="overflow:hidden;"</vb:if>>
In your case I believe you're using bodyWrapper so just copy the red section and paste it into the bodyWrapper div. :)

I should say I'm using this on vB 4.1.3

Damsella 06-10-2011 01:27 PM

Excellent mod. Exactly what I need! Many thanks.

John Lester 09-17-2011 05:45 PM

Quote:

Originally Posted by ia7 (Post 2199441)
Just want to say big thanks to Seven Skins for this mod, takes a wee bit of work to get working with a customised design but well worth it due to the stupidity of vB4 not having the ability to have the sidebar on pages other than FORUMHOME. :confused: :mad:

So thanks a lot!
I have just suffered with this myself and after trying clears, clearfix's and all sorts, in the end it all came down to simply adding overflow: hidden to the opening div that contains your background.

Mine for example was body_wrapper so in the navbar template I found:
Code:

<div class="body_wrapper">
and changed it to: (show only to Guests on ForumDisplay)
Code:

<div class="body_wrapper"<vb:if condition="$show['guest'] && THIS_SCRIPT == 'forumdisplay'"> style="overflow:hidden;"</vb:if>>
In your case I believe you're using bodyWrapper so just copy the red section and paste it into the bodyWrapper div. :)

I should say I'm using this on vB 4.1.3

An easier way is to place
Code:

{vb:raw ss_rightcolumn_end}
at the very top of the footer template (above everything else).

My only issue with this hack is that the column is a few pixels higher than my forum display and I can't figure out how to adjust it :( I have tried adding padding as alluded to on page 11 ... or 10 .. whatever ... and it doesn't do anything.


All times are GMT. The time now is 05:07 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.01231 seconds
  • Memory Usage 1,746KB
  • 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
  • (5)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
  • (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