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)

ofir24 10-19-2011 11:42 AM

there is any for the left side? and for vb 4.1.7?

John Lester 11-09-2011 04:30 AM

Quote:

Originally Posted by John Lester (Post 2247276)
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.

I still can't figure this out. The column sits a few pixels higher than the forums do and it's kind of annoying :D

EDIT: Figured out how to "fix" it. This is on 4.1.5 pl3 (not sure if that matters :D )

Open the xml file

Find (adjusts forum display page column)

Code:

.ss_rightcolumn_index {
  width: 200px;
  overflow: hidden;
  margin-top: 44px;

Change the margin-top: to fit your site, for me it was 50px.

Find (adjusts thread display page column)

Code:

.ss_rightcolumn_other {
  width: 200px;
  overflow: hidden;
  margin-top: 1px;

Change margin-top (I had to change it to 90).

After you change the xml, import the changed xml and "allow overwight". Remember to refresh the page to see how the changes affected the column.

WIJI SEJATI 11-13-2011 02:42 PM

1 Attachment(s)
I have same problem
Quote:

Originally Posted by haidm (Post 2256006)
Does anyone have the same problem with me?


Seven Skins 11-13-2011 07:52 PM

Install this on default style and see if it works. if it works then you know you will have to fix something in your custom style.

And make sure you add these in the correct place.

Code:

{vb:raw ss_rightcolumn_start}
{vb:raw ss_rightcolumn_end}


mirajane 11-14-2011 01:34 AM

as I understand.. it was just like sidebar right??

WIJI SEJATI 11-14-2011 03:29 AM

Done and Thank You very much.

Quote:

Originally Posted by Seven Skins (Post 2267641)
Install this on default style and see if it works. if it works then you know you will have to fix something in your custom style.

And make sure you add these in the correct place.

Code:

{vb:raw ss_rightcolumn_start}
{vb:raw ss_rightcolumn_end}



MikaN 11-14-2011 08:21 AM

I just upgraded from vb3.8 to 4.1.7 Patch level 2 and noticed that there is a small error in instructions:

Quote:

Find in footer template (top of footer template):
HTML Code:
{vb:raw ad_location.ad_footer_start}
Add above:
HTML Code:
{vb:raw ss_rightcolumn_end}
As the footer is now:
Quote:

<vb:if condition="!empty($ad_location['ad_footer_start']) or !empty($ad_location['global_above_footer'])">
<div style="clear: {vb:stylevar left}">
{vb:raw ad_location.ad_footer_start}
{vb:raw ad_location.global_above_footer}
</div>
</vb:if>
<div id="footer" class="floatcontainer footer">
.. you have to add that {vb:raw ss_rightcolumn_end}

above <div id="footer" class="floatcontainer footer">

because otherwise it is inside that if-clause and it won't work if you don't have an ad on footer.

One question: How to center title and content?

Wajow-community 12-28-2011 04:46 PM

i have a login system there and i need a avatar link.. but nothing works.

How can a fix that {vb:raw post.avatarurl} works under Right Column?

lem 12-29-2011 08:16 PM

1 Attachment(s)
I've attached a picture of my problem. I have this problem with both the right column and left column plugins.

Any ideas? It's like something isn't being cleared out.

pcalloway 01-15-2012 02:51 PM

Got this hack working perfectly - thanks muchly.

Question - is it possible to set the conditional to display on the 'get new posts' results page? My users use New Posts a ton - great opportunity for additional impressions and clickthroughs.


All times are GMT. The time now is 06:46 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.01412 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
  • (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