PEAK XOOPS - Re: Hack the CBB module to have adsense ads between posts in englishin japanese

Re: Hack the CBB module to have adsense ads between posts

List posts in the topic

none Re: Hack the CBB module to have adsense ads between posts

msg# 1.1.1.1
depth:
3
Previous post - Next post | Parent - No child | Posted on 2007/7/28 12:07
Bandit-x  一等兵 From: UsA - MiChIgAn  Posts: 17
if you are modifying the newbb_viewtopic_flat.html template/

add..
<{if $topic_post.post_no == 1 }>
code for ads go here
<{/if}>

so it would look like this.. (ad after the first post... im not sure with . after the last one yet. i've been a little busy lately)
 <{include file="$newbb_template_path/newbb_item.html" topic_post=$topic_post}>
 <{else}>
 <{*include file="db:newbb_thread.html" topic_post=$topic_post mode=$mode*}>
 <{include file="$newbb_template_path/newbb_thread.html" topic_post=$topic_post mode=$mode}>
<{if $topic_post.post_no == 1 }>
code for ads go here
<{/if}>
 <{/if}>
Votes:3 Average:10.00

Posts tree

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!