1
CiberEspia
ADsense in CBB or NewBB

I need to put adsense in my forum (CBB) but that single appears once and not like this now.
I and put the code in ==> newbb_thread.html
before --><div class="comText" align="justify"><{$topic_post.post_text}></div>

2
CiberEspia
Re: ADsense in CBB or NewBB

I to solve it with

<{if $topic_post.post_no == 1}>
code adsense
<{/if}>

3
tatane
Re: ADsense in CBB or NewBB
  • 2009/6/3 17:14

  • tatane

  • Just can't stay away

  • Posts: 649

  • Since: 2008/5/6 1



how can we put adsense advertising every five Topic for example?

4
adium
Re: ADsense in CBB or NewBB
  • 2009/6/4 6:48

  • adium

  • Just popping in

  • Posts: 99

  • Since: 2005/1/18


Google says you can't place more than two adsense codes on a single page, so this could be against the TOS.

5
tatane
Re: ADsense in CBB or NewBB
  • 2009/6/4 7:06

  • tatane

  • Just can't stay away

  • Posts: 649

  • Since: 2008/5/6 1



ok but there is not that like advertising adsence

6
iHackCode
Re: ADsense in CBB or NewBB

use, modulus. if its evenly divisible by 5 then show.

<{if $topic_post.post_no % 5 == 0}>
code adsense
<{/if}>
CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧

7
tatane
Re: ADsense in CBB or NewBB
  • 2009/6/4 13:45

  • tatane

  • Just can't stay away

  • Posts: 649

  • Since: 2008/5/6 1


nice thank you

8
egyptian
Re: ADsense in CBB or NewBB
  • 2012/1/5 12:52

  • egyptian

  • Just popping in

  • Posts: 28

  • Since: 2008/8/3 7


open newbb_thread.html

add code

<{if $topic_post.post_no == 1}>
<center>code adsense</center>
<{/if}>

after </table>

Login

Who's Online

209 user(s) are online (137 user(s) are browsing Support Forums)


Members: 0


Guests: 209


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits