- <!--{if $_G['group']['raterange'] && $post['authorid']}-->
- <a href="javascript:;" id="ak_rate" onclick="showWindow('rate', 'forum.php?mod=misc&action=rate&tid=$_G[tid]&pid=$post[pid]', 'get', -1);return false;" title="{lang rate_position}">{lang rate}</a>
- <!--{else}-->
- <span>{lang rate}</span>
- <!--{/if}-->
- <!--{if $allowpostreply && !$_G['forum_thread']['archiveid']}-->
- <a href="forum.php?mod=misc&action=comment&tid=$post[tid]&pid=$post[pid]&extra=$_GET[extra]&page=$page{if $_G['forum_thread']['special'] == 127}&special=$specialextra{/if}" onclick="showWindow('comment', this.href, 'get', 0)">{lang comments}</a>
- <!--{else}-->
- <span>{lang comments}</span>
- <!--{/if}-->
复制代码在内容页我另外添加了一个点评和评分,但是点评和评分都是给 最后一楼的怎么样才能点评和评分 指定给楼主?谢谢高人给修改一下 |
|
|