vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Advertisement Link Every X Post? VB 2.3.x (https://vborg.vbsupport.ru/showthread.php?t=67389)

interlution 07-19-2004 11:36 PM

Advertisement Link Every X Post? VB 2.3.x
 
I'd like to put a simple text ad every 3rd post (or 5 or 10 etc.) on my forums. I've tried various <if condition> variations in my postbit:

<if condition="$post[postcount] % 3 == 0">
Advertisement
</if>

Results in all the posts having the ad.

if I do:

<if condition="$post['postcount'] % 3 == 0">
Advertisement
</if>

I get "Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING functions.php(374) : eval()'d code on line 39" errors.

Is the <if condition> only for VB3?

Among other hacks, I've installed this post counter: https://vborg.vbsupport.ru/showthrea...threadid=22083

Sorry if this is a newbie question. I've tried my best to search around vbulletin.org, vbulletin.com and vbulletintemplates.com for a few hours and I can't figure this out.

BTW, I love this new vbulletin.org site layout! It's the best looking VB3 board I've seen.

AN-net 07-19-2004 11:42 PM

<if> tags are only for vb3, you will have to code that in php if your using vb2.x.x ;)

Andreas 07-19-2004 11:49 PM

Not necessarily:

https://vborg.vbsupport.ru/showthread.php?t=43325

Although the syntax is slightly different, I think it's basically the same as <if> in vB 3.

interlution 07-19-2004 11:49 PM

Thanks, AN-net!

I'll get it done in php.

interlution 07-19-2004 11:52 PM

Sweet, thanks! I'll check out that KirbyDE. Looks like it should be able to do what I'm looking for.


All times are GMT. The time now is 04:18 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.01008 seconds
  • Memory Usage 1,713KB
  • 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)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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