演示地址:http://0762sq.cn/thread-239374-1-1.html
説明:(修正本身就是無錯的,這是站長自行修改過 viewthread_node 後的方案)
修改 ./template/風格模板/forum/viewthread_node.htm
找到
- <dl ><!--{eval @eval('echo
"'.$customauthorinfo[2].'";');}--></dl>
改為
- <dl >{$post[custominfo][menu]}</dl>
找到
- <!--{if $_G['setting']['bannedmessages'] & 2 &&
(($post['authorid'] && !$post['username']) || ($post['groupid']
== 4 || $post['groupid'] == 5) || ($post['status'] & 1))}-->
改為
- <!--{if $_G['setting']['bannedmessages'] & 2 &&
($post['memberstatus'] == '-1' || ($post['authorid'] &&
!$post['username']) || ($post['groupid'] == 4 || $post['groupid'] == 5)
|| ($post['status'] & 1))}-->
找到
- <!--{if $customauthorinfo[1]}--><dl class="pil
cl"><!--{eval @eval('echo
"'.$customauthorinfo[1].'";');}--></dl><!--{/if}-->
改為
- <!--{if $post[custominfo][left]}--><dl class="pil
cl">{$post[custominfo][left]}</dl><!--{/if}-->
找到
- <!--{if $post['signature'] &&
($_G['setting']['bannedmessages'] & 4 && (($post['authorid']
&& !$post['username']) || ($post['groupid'] == 4 ||
$post['groupid'] == 5) || ($post['status'] & 1)))}-->
改為
<!--{if $post['signature'] &&
($_G['setting']['bannedmessages'] & 4 &&
($post['memberstatus'] == '-1' || ($post['authorid'] &&
!$post['username']) || ($post['groupid'] == 4 || $post['groupid'] == 5)
|| ($post['status'] & 1)))}-->