返回列表 回復 發帖

更顯眼的廣告位Discuz 7.0

介紹: 如 香港討論區 的 廣告位, 令人更容易看到廣告
演示: http://www.yakhk.com/discuz/forumdisplay.php?fid=24&page=1
原帖: http://www.discuz.net/thread-1069999-1-5.html



模版 /templates/default/forumdisplay.htm 找
  1. <tbody id="$thread[id]" {if in_array($thread['displayorder'], array(4, 5))}style="display: none"{/if}>
複製代碼
前面加上

  1. <!--廣告碼-->
  2. <!--{if $key%15==5}-->
  3.                 <tbody>
  4.                 <tr class="row" height="30"><td align="center"></td><td class="icon"></td><td colspan="6" align="left">
  5. 廣告代碼
  6. </td></tr>
  7.                 </tbody>
  8. <!--{/if}-->
  9. <!--廣告碼-->
複製代碼
紅色部分請修改 藍色部分選擇性修改

ps: 5 代表 於 第5行 顯示廣告, 如果你想於第 10 行顯示, 你可以改成 10 ..但請勿多於你設定的 每頁顯示主題數
     廣告代碼 等於  ....例如 : 申請 google 廣告後, 它給你的廣告顯示代碼, 你把他直接貼上就可以了 (建議文字類廣告)
附件: 您所在的用戶組無法下載或查看附件
返回列表 回復 發帖