楼主名字自动为红色,包括楼主的回帖DZ7.0
修改方法打开templates\default\viewthread_node.htm
找到:
<a target="_blank" href="space.php?uid=$post['authorid']" style="margin-left: 20px; font-weight: 800">$post</a>
替换为:
<a target="_blank" href="space.php?uid=$post['authorid']" style="margin-left: 20px; font-weight: 800" <!--{if $post == $thread['authorid']}--> style="color:#F00" <!--{/if}-->>$post</a>
页:
[1]