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.

John Lester 02-12-2012 04:52 PM

After updating to 4.1.10 I noticed an odd issue. On forum home the column aligns perfectly. However when I click on some forums (forum display ... or do I have those 2 reversed :D ) (about 25% of my forums) the alignment is off. But it's not always off by the same amount, on some forums the column is too low, on others it's too high.

So I thought it was the custom template, so I reverted to the default and went though each forum via forum mgr and set the style to default. Still have the same issue.

So I thought perhaps it was only forums with sub forums (initial look just happened to be sub forums) but alas some forums without sub forums have the alignment issue, and some but not all forums with sub forums have the alignment issue.

Anyone else run into this?

bperkins88 02-12-2012 06:06 PM

how can I make the right sidebar look like the left sidebar?

bperkins88 02-12-2012 06:51 PM

uninstalled due to it not showing up properly on Showthread on 4.1.9

just shows a space to the right side, not sidebar.

Evo-L 02-14-2012 03:02 AM

Looks like it hasn't been updated in 2 years. Can we get an update for 4.1.10? Please :)

dano9258 02-14-2012 04:26 PM

The sidebar boxes are to the right, but way down below the forums area. How do I make it right next to?

cloferba 05-11-2012 07:21 PM

This don“t work with last vbulletin version.

Jonathan81 09-07-2012 09:16 PM

Using 4.2...I can get the sidebar working but unfortunately the footer also appears on the sidebar. Any thoughts?

Seven Skins 09-08-2012 09:58 AM

^^
Read this post:
https://vborg.vbsupport.ru/showpost....&postcount=205

Live Demo:
http://www.sevenskins.com/forum/forum.php?styleid=42

fxdigi-cash 02-07-2013 11:12 PM

Thanks for this mod. works great on vb.4.2 pl3. The only thing is that the place where to insert this code
Code:

{vb:raw ss_rightcolumn_end}
in the footer has to be placed above
Code:

<div class="below_body">
This is the only way worked for me on vb.4.2pl3

Thanks again,

cheers

planetMitch 02-17-2013 08:26 PM

I'm late to the game here... but I want to thank the OP for creating this! I think my advertisers will like it... not so sure about the readers LOL... but I gotta feed the family!

JMUJEEP 04-25-2013 04:29 PM

this is a great mod. its the perfect place to add our site's sponsors and partner links. i do have a quick question

i'm currently running VB 4.0.5. has anyone tried to get information from the "What's Going On" section to display in a side bar? specifically i'd like to display total number of members, total threads, total post, and list the users currently online.

anyone have any luck with this?

ps2wiz 05-30-2013 10:18 AM

Quote:

Originally Posted by Ral.ly (Post 2363505)
Using 4.2...I can get the sidebar working but unfortunately the footer also appears on the sidebar. Any thoughts?

I have the suggest exact problem. Would be appreciate if the developer would investigate this common problem, not everyone is a style designer and has the appropriate diagnostic skills.

Mr. Burns 03-24-2014 02:57 PM

Cannot turn it off. Cannot edit the content. What am I doing wrong here?https://vborg.vbsupport.ru/external/2014/03/1.gif

Seven Skins 03-24-2014 04:13 PM

You can see this mod working here: http://www.sevenskins.com/forum/forum.php?styleid=42

PS. Please send a link to your forum so that I can have a look.

Mr. Burns 03-24-2014 05:17 PM

<a href="http://www.talktimmins.com/forum.php" target="_blank">http://www.talktimmins.com/forum.php</a>

Seven Skins 03-24-2014 05:53 PM

Hack is working in this style: http://www.talktimmins.com/forum.php?styleid=47
You need to the template edit in each style you want to use this hack and copy and paste the content of the columns from one style to other.

Seven Skins 03-24-2014 05:57 PM

One error in header temaple ... to correct the error

find this:

HTML Code:

<img src="images/talkTimm_logoSpring.png" width="550" height="202> border="0" />
Replace it with:

HTML Code:

<img src="images/talkTimm_logoSpring.png" width="550" height="202" border="0" />

Mr. Burns 03-24-2014 06:03 PM

It certainly show up. However, nothing I enter into the boxes in admin shows up. I must be misundertanding thge process.

Where do I change the *title in the headings (*Side column)? ~shrug

Mr. Burns 03-24-2014 06:04 PM

Quote:

Originally Posted by Seven Skins (Post 2489303)
One error in header temaple ... to correct the error

find this:

HTML Code:

<img src="images/talkTimm_logoSpring.png" width="550" height="202> border="0" />
Replace it with:

HTML Code:

<img src="images/talkTimm_logoSpring.png" width="550" height="202" border="0" />

Oh, thanks.

Seven Skins 03-24-2014 07:33 PM

Edit "ss_rightcolumn_contents" template for the heading and the contents.

Mr. Burns 03-24-2014 07:41 PM

Aaaaaaaaah. TY.

I must be looking at the wrong thing under Settings>> Options.

fxdigi-cash 05-17-2014 09:00 PM

It is a great mod.

I just a quick question. when I disable the vb board, is that right column supposed to be showing?

I can't seem to understand why it would show when the board is off!!

here is the thread I asked about this specifically: https://vborg.vbsupport.ru/showthread.php?t=311428

any idea!! :confused:

Seven Skins 05-18-2014 12:23 PM

Main purpose of this mod is to display ads without caching, but if you want you may wrap the code in the if statement like below to all 3 templates of this hack.

HTML Code:

<vb:if condition="$vboptions['bbactive'] == 0">

Code here

</vb:if>


fxdigi-cash 05-18-2014 02:49 PM

Quote:

Originally Posted by Seven Skins (Post 2498299)
Main purpose of this mod is to display ads without caching, but if you want you may wrap the code in the if statement like below to all 3 templates of this hack.

HTML Code:

<vb:if condition="$vboptions['bbactive'] == 0">

Code here

</vb:if>


Thanks for the code, but after trying all that it didn't work. it still shows up...!!

any idea?

Seven Skins 05-18-2014 07:52 PM

Change 0 to 1.

HTML Code:

<vb:if condition="$vboptions['bbactive'] == 1">

fxdigi-cash 05-19-2014 12:20 AM

Thanks!!

That did the work.

I appreciate the great support :)

beideb 11-19-2014 11:15 PM

Hi, I'm trying to, install the Mod, but not got to find the right place.

This is my navbar, end :

Code:

<div class="body_wrap">
{vb:raw ad_location.ad_navbar_below}
{vb:raw ad_location.global_below_navbar}

<vb:if condition="$show['notices'] AND THIS_SCRIPT != 'register'">


        <form action="profile.php?do=dismissnotice" method="post" id="notices" class="notices">
                <input type="hidden" name="do" value="dismissnotice" />
                <input type="hidden" name="s" value="{vb:raw session.sessionurl}" />
                <input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
                <input type="hidden" id="dismiss_notice_hidden" name="dismiss_noticeid" value="" />
                <input type="hidden" name="url" value="{vb:raw return_link}" />               
<ol>
                        {vb:raw notices}
                </ol>
        </form>
{vb:raw ss_rightcolumn_start}
</vb:if>


And this is my footer, first line:
Code:

<vb:if condition="!empty($ad_location['ad_footer_start']) or !empty($ad_location['global_above_footer'])">
<div style="clear: {vb:stylevar left}">
  {vb:raw ss_rightcolumn_end}
  {vb:raw ad_location.ad_footer_start}
  {vb:raw ad_location.global_above_footer}
</div>
</vb:if>

I used vb 4.2.2

Seven Skins 11-20-2014 10:46 AM

This is how it should be in navbar:

Code:

<vb:if condition="$show['notices'] AND THIS_SCRIPT != 'register'">
        <form action="profile.php?do=dismissnotice" method="post" id="notices" class="notices">
                <input type="hidden" name="do" value="dismissnotice" />
                <input type="hidden" name="s" value="{vb:raw session.sessionurl}" />
                <input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
                <input type="hidden" id="dismiss_notice_hidden" name="dismiss_noticeid" value="" />
                <input type="hidden" name="url" value="{vb:raw return_link}" />
                <ol>
                        {vb:raw notices}
                </ol>
        </form>
</vb:if>

{vb:raw ss_rightcolumn_start}


And footer:

Code:

{vb:raw ss_rightcolumn_end}

<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>



All times are GMT. The time now is 10:43 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.01787 seconds
  • Memory Usage 1,834KB
  • 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
  • (10)bbcode_code_printable
  • (7)bbcode_html_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (38)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