1. 论坛系统升级为Xenforo,欢迎大家测试!
    Dismiss Notice

在vbb主题的第一个帖子后面添加广告

Discussion in '源码讨论' started by giggs, Mar 24, 2007.

  1. giggs

    giggs New Member

    Joined:
    Mar 3, 2007
    Messages:
    25
    Likes Received:
    0
    模板 postbit_legacy 中

    搜索 <if condition="$post['signature']">,在它前面加


    PHP:
    <!-- google 广告条开始 -->
    <if 
    condition="!$GLOBALS['FIRSTPOSTID']">
    <
    br>

    你的google 广告代码,这里是第一贴的>

    <else />
    <if 
    condition="$post['islastshown']">
    <
    br><br>

    <
    你的google广告代码,这里最后一帖的.>

    <else />
    <if 
    condition="$post[postcount] % $vboptions[maxposts] == 2">
    <
    br><br>

    你的google广告代码,这里是第二贴的,把上面的 ==2 修改成任意数字,就可以是第N贴的>

    </if>
    </if>
    </if>
    <!-- 
    google 广告条结束 -->