贴间通栏广告在显示的时候会在左边有一片空白,就像(图一)的那个样子;有时候就无法显示全部广告,根据本帖提供的修改方法可以显示如下(图二)的样子。
图一:
图二:

修改方法:
template/default/forum/viewthread_node.htm
中
<td class="pls"></td>
<td class="plc">
<!--{if $post['first'] && $_G['forum_thread']['replies']}--><!--{ad/interthread/a_p}--><!--{/if}-->
改为
<!--{if $post['first'] && $_G['forum_thread']['replies']}--><td class="pls" colspan="2"><!--{ad/interthread/a_p}-->
<!--{else}--><td class="pls"></td><td class="plc"><!--{/if}-->
文章评论