限制游客只能访问主题和回复帖部分内容+广告代码FOR x1.5
方法如下:viewthread_node_body.htm
查找:<table cellspacing="0" cellpadding="0"><tr><td class="t_f" id="postmessage_$post">$post</td></tr></table>有二处,
第一处为一楼主题帖内容显示部分。
替换为:<!--{if !$_G['uid']}-->
<div class="t_msgfont" id="postmessage_$post" style="height:100px; overflow:hidden;">$post</div>
<div style="text-align:center; line-height:60px; border:1px solid #E5EDF2"><script type="text/javascript"><!--
google_ad_client = "pub-9417539856773715";
/* 468x60, 创建于 07-11-14 */
google_ad_slot = "0215548036";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br/>查看全部内容:请<a href="/member.php?mod=logging&action=login"><font color="#FF0000">登陆</font></a>或者<a href="/member.php?mod=register"><font color="#FF0000">注册</font></a></div>
<!--{else}-->
<table cellspacing="0" cellpadding="0"><tr><td class="t_f" id="postmessage_$post">$post</td></tr></table>
<!--{/if}-->第二处替换为:<!--{if !$_G['uid']}-->
<div class="t_msgfont" id="postmessage_$post" style="height:0px; overflow:hidden;">$post</div>
<div style="text-align:center; line-height:30px; border:1px solid #E5EDF2">查看全部内容:请<a href="/member.php?mod=logging&action=login"><font color="#FF0000">登陆</font></a>或者<a href="/member.php?mod=register"><font color="#FF0000">注册</font></a></div>
<!--{else}-->
<table cellspacing="0" cellpadding="0"><tr><td class="t_f" id="postmessage_$post">$post</td></tr></table>
<!--{/if}-->
<!--{/if}-->**** Hidden Message *****
页:
[1]