![]() |
如何在主题的第一帖后面显示一个广告条
管理面板->风格与模版->风格管理->« » 按钮->帖子块模版->postbit 或 postbit_legacy (根据您选择的帖子布局选择)
在模版最下方的位置添加下面代码中的蓝色部分: Code:
</if>还有几个变体供您将广告条显示在不同位置。您只需将上面的代码中的“if”部分替换为下述的代码。 ...在每一页的第一篇帖子后 (而不只是第一页的第一篇帖子): Code:
<if condition="$post[postcount] % $vboptions[maxposts] == 1">Code:
<if condition="$post[postcount] == 1 AND !$bbuserinfo[userid]">Code:
<if condition="$post[postcount] == 1 AND $GLOBALS[threadinfo][replycount] >= 2">Code:
<if condition="$post[postcount] == 1 AND in_array($GLOBALS[forumid], array(X,Y,Z))">Code:
<if condition="$post[postcount] % X == 0">Code:
<if condition="$post['islastshown']">Code:
<if condition="$post['islastshown']">Code:
<if condition="$post[postcount] % $vboptions[maxposts] == 1 AND !$bbuserinfo[userid] AND in_array($GLOBALS[forumid], array(X,Y,Z))"> |
| All times are GMT +8. The time now is 10:38 PM. |
Powered by vBulletin Version 3.8.7
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.