vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Advertising betwen posts (https://vborg.vbsupport.ru/showthread.php?t=87662)

cazzo 09-28-2003 09:25 AM

Advertising betwen posts
 
Please check out this link:
http://forums.multiplayer.it/showthr...4&pagenumber=2

it's possible to have in vB3 too the text-based advertisement between two posts?

thank you

Tony G 09-28-2003 10:21 AM

Just use the post spacing mod, and include the text after the <br /> (If it creates an extra line, remove the <br />)

if you need further help, just ask.

cazzo 09-28-2003 10:47 AM

in other words so?

Quote:

</table>
</td>
</tr>
</table>
ADVERTISING?
<table cellpadding="$stylevar[outerborderwidth]" cellspacing="0" border="0" class="tborder" width="$stylevar[tablewidth]" align="center"><tr><td>
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
thank you, simply genial :)

Tony G 09-28-2003 11:54 AM

That should work. Use <span class="smallfont">ADVERTISING</span>

That will work better. And add a <br /> before if it doesn't go onto a new line once you add it.

GamerzWorld 10-04-2003 06:48 AM

Ho wmany adds do you want :/

Tony G 10-04-2003 07:04 AM

It will only add one, and repeat after the end of every post.

Dave-ahfb 10-09-2003 10:12 PM

I have been wanting to do this, the only hold back has been not wanting to have the same ad every post. Would it be possible with the <if> statements to give a new text link for each post?

Dave

Joe Gardner 10-10-2003 01:26 AM

Yes, I have done this on my forum, example: http://www.bikeforums.net/showthread.php?t=38748

In the postbit template, ad this at the very bottom:

<if condition="$post[postcount] == 1">
<if condition="$bbuserinfo[usergroupid] == 1">
<-- ADVERTISING CODE -->
<br>
</if>
</if>

This is shown to guests only, once a member registers, I have moved the ad down the page, right above the quick reply. If my registered members donate, they go ad-free.

The next change i will make is to ad the code to the TOP of the postbit template, and change the postcount line to "2". This way, the ad will be shown in the same place, but only if the thread has more then one post.

Dave-ahfb 10-10-2003 11:11 AM

Not quite what I am looking for. You have 1 banner ad between the first and second post and no others. I would like <post1> ad1 <post2> ad2 <post3> tip <post4> quote of the day <post5> ad3 <post6>

Dave

Joe Gardner 10-10-2003 11:09 PM

How many ad's do you want to have? You can do it all with if or if else statements. Personaly, I wouldnt visit a forum if there was an ad or tip between every post... :) What about every 5th post? ie:

<if condition="$post[postcount] == 1">
<-- ADVERTISING CODE --><br>
</if>
<if condition="$post[postcount] == 5">
<-- TIP --><br>
</if>
<if condition="$post[postcount] == 10">
<-- ADVERTISING CODE --><br>
</if>
<if condition="$post[postcount] == 15">
<-- REGISTER! --><br>
</if>

Anyhow, that should give you a good start on what you can do.


All times are GMT. The time now is 01:01 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.01117 seconds
  • Memory Usage 1,729KB
  • 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
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (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