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)

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 11: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.01400 seconds
  • Memory Usage 1,740KB
  • 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
  • (3)bbcode_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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