Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 09-22-2015, 12:11 AM
XYZ500 XYZ500 is offline
 
Join Date: Aug 2014
Posts: 171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default 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.
Reply With Quote
  #2  
Old 09-22-2015, 12:15 AM
Gio~Logist's Avatar
Gio~Logist Gio~Logist is offline
 
Join Date: Jun 2004
Location: San Francisco
Posts: 2,575
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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>
Reply With Quote
2 благодарности(ей) от:
Brandon Sheley, tanzeelniazi
  #3  
Old 09-22-2015, 12:23 AM
XYZ500 XYZ500 is offline
 
Join Date: Aug 2014
Posts: 171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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>
Reply With Quote
  #4  
Old 09-22-2015, 12:30 AM
Gio~Logist's Avatar
Gio~Logist Gio~Logist is offline
 
Join Date: Jun 2004
Location: San Francisco
Posts: 2,575
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You got it :up:
Reply With Quote
  #5  
Old 09-23-2015, 05:02 AM
Kushal Patel Kushal Patel is offline
 
Join Date: Aug 2015
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #6  
Old 09-23-2015, 09:49 PM
XYZ500 XYZ500 is offline
 
Join Date: Aug 2014
Posts: 171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Gio~Logist View Post
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:



What to do?
Reply With Quote
  #7  
Old 09-23-2015, 11:33 PM
billstelling's Avatar
billstelling billstelling is offline
 
Join Date: Apr 2011
Posts: 246
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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..
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:11 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04663 seconds
  • Memory Usage 2,229KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (5)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (7)post_thanks_box
  • (2)post_thanks_box_bit
  • (7)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (7)post_thanks_postbit_info
  • (7)postbit
  • (7)postbit_onlinestatus
  • (7)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete