vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Is there a way to put banner ad between sticky threads and normal threads? (https://vborg.vbsupport.ru/showthread.php?t=320316)

XYZ500 09-22-2015 12:11 AM

Is there a way to put banner ad between sticky threads and normal threads?
 
I know there is a way to put banner ads or text ads after the first post of every thread (by putting the ad codes in the postbit template).

Is there a way to put banner ad between sticky threads and normal threads? Like separating the sticky threads and normal threads with a banner/text ad?

For example,

http://prntscr.com/8j1zzh

Is this possible to do?
If yes, please instruct how to do it.

Also, if it is possible to do this for certain forum categories, that'd be great.

Gio~Logist 09-22-2015 12:15 AM

Go to your forumdisplay template and enter your ad code in between the following two pieces of code:

Code:

                        <vb:if condition="$show['stickies']">
                                <ol id="stickies" class="stickies">
                                        {vb:raw threadbits_sticky}
                                </ol>
                        </vb:if>

and

Code:

                        <vb:if condition="$show['threads']">
                                <ol id="threads" class="threads">
                                        {vb:raw threadbits}
                                </ol>
</vb:if>

It also might help if you enter your ad code wrapped in something like this:
Code:

                                <div class="threadbit">
                                        <p class="nonthread">
<-- AD CODE HERE -->
                                        </p>
                                </div>


XYZ500 09-22-2015 12:23 AM

So you mean this is how the forumdisplay template should look like, right?

Code:



<vb:if condition="$show['stickies']">
                                <ol id="stickies" class="stickies">
                                        {vb:raw threadbits_sticky}
                                </ol>
                        </vb:if>





<div class="threadbit">
                                        <p class="nonthread">
<-- AD CODE HERE -->
                                        </p>
                                </div>





                <vb:if condition="$show['threads']">
                                <ol id="threads" class="threads">
                                        {vb:raw threadbits}
                                </ol>
</vb:if>


Gio~Logist 09-22-2015 12:30 AM

You got it :up:

Kushal Patel 09-23-2015 05:02 AM

Question,

Is it possible to post ad code on every section?

Forum consists of
Introduction
News
Chit Chat
SPAM
etc. Is it possible to either make adcode appear on every click, anywhere, on forum?

XYZ500 09-23-2015 09:49 PM

Quote:

Originally Posted by Gio~Logist (Post 2555499)
You got it :up:

Hey check this out. Some went a little wrong. A little area of the normal thread gets broken and gets above the banner with the sticky threads. This screenshot will explain:

https://vborg.vbsupport.ru/external/2015/09/6.png

What to do?

billstelling 09-23-2015 11:33 PM

Change class="threadbit" to threadadd or something else. I think it's messing up because it is a vb class already. You can then style it using the class.
Code:

.threadadd {
      border: 1px solid #000;
      border-radius: 3px;
}

Add that to additional.css and add background, border and what not. It's very easy to get it looking like it was part of vb to begin with..

It also might be because of using a div in the middle of it. I would have to look at how that section was coded. Been awhile since I've been in that template. Bottom line is it can be sorted and working the way you want it to..


All times are GMT. The time now is 01:41 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.01083 seconds
  • Memory Usage 1,731KB
  • 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
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete