Discuz!手机版版块页面主题列表中隔几个主题插入一个广告位的方法

159 篇文章 3 订阅
144 篇文章 1 订阅

打开模板(以触屏版为例)

\template\default\touch\forum\forumdisplay.htm

将代码

<!--{loop $_G['forum_threadlist'] $key $thread}-->
	<!--{if !$_G['setting']['mobile']['mobiledisplayorder3'] && $thread['displayorder'] > 0}-->
		{eval continue;}
	<!--{/if}-->
	<!--{if $thread['displayorder'] > 0 && !$displayorder_thread}-->
		{eval $displayorder_thread = 1;}
	<!--{/if}-->
	<!--{if $thread['moved']}-->
		<!--{eval $thread[tid]=$thread[closed];}-->
	<!--{/if}-->
	<li>
	<!--{hook/forumdisplay_thread_mobile $key}-->
	<a href="forum.php?mod=viewthread&tid=$thread[tid]&extra=$extra" $thread[highlight] >
	{$thread[subject]}
	<span class="by">$thread[author]</span>
	</a>
	<span class="num">{$thread[replies]}</span>
	<!--{if in_array($thread['displayorder'], array(1, 2, 3, 4))}-->
		<span class="icon_top"><img src="{STATICURL}image/mobile/images/icon_top.png"></span>
	<!--{elseif $thread['digest'] > 0}-->
		<span class="icon_top"><img src="{STATICURL}image/mobile/images/icon_digest.png"></span>
	<!--{elseif $thread['attachment'] == 2 && $_G['setting']['mobile']['mobilesimpletype'] == 0}-->
		<span class="icon_tu"><img src="{STATICURL}image/mobile/images/icon_tu.png"></span>
	<!--{/if}-->
	</li>
<!--{/if}-->
{eval $index++;}	
<!--{/loop}-->

修改为

{eval $index=0;}
<!--{loop $_G['forum_threadlist'] $key $thread}-->
	<!--{if !$_G['setting']['mobile']['mobiledisplayorder3'] && $thread['displayorder'] > 0}-->
		{eval continue;}
	<!--{/if}-->
	<!--{if $thread['displayorder'] > 0 && !$displayorder_thread}-->
		{eval $displayorder_thread = 1;}
	<!--{/if}-->
	<!--{if $thread['moved']}-->
		<!--{eval $thread[tid]=$thread[closed];}-->
	<!--{/if}-->
	<li>
	<!--{hook/forumdisplay_thread_mobile $key}-->
	<a href="forum.php?mod=viewthread&tid=$thread[tid]&extra=$extra" $thread[highlight] >
	{$thread[subject]}
	<span class="by">$thread[author]</span>
	</a>
	<span class="num">{$thread[replies]}</span>
	<!--{if in_array($thread['displayorder'], array(1, 2, 3, 4))}-->
		<span class="icon_top"><img src="{STATICURL}image/mobile/images/icon_top.png"></span>
	<!--{elseif $thread['digest'] > 0}-->
		<span class="icon_top"><img src="{STATICURL}image/mobile/images/icon_digest.png"></span>
	<!--{elseif $thread['attachment'] == 2 && $_G['setting']['mobile']['mobilesimpletype'] == 0}-->
		<span class="icon_tu"><img src="{STATICURL}image/mobile/images/icon_tu.png"></span>
	<!--{/if}-->
	</li>
<!--{if in_array($index,array(2,6,9))}-->
<li>

<!--上面一行添加广告代码-->
</li>
<!--{/if}-->
{eval $index++;}	
<!--{/loop}-->
修改说明

in_array($index,array(2,6,9)表示在第3、第7、第10个主题后面插入一个广告位,广告代码在上面所示位置;


评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值