1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

美化 在主题列表页面添加回复按钮

Discussion in 'XenForo中文版' started by admin, 2012-03-28.

  1. admin

    admin 管理员 Staff Member

    Joined:
    2011-11-01
    Messages:
    3,671
    Likes Received:
    2,425
    在thread_list_item查找
    替换
    Code:
    <div class="controls faint">
    附近的
    Code:
    <xen:if is="{$thread.canEditThread}"><a href="{xen:link 'threads/list-item-edit', $thread}" class="EditControl">{xen:phrase edit}</a></xen:if>

    Code:
    <a href="{xen:link 'threads/reply', $thread}">Reply</a>
                        <xen:if is="{$thread.canEditThread}"> or <a href="{xen:link 'threads/list-item-edit', $thread}" class="EditControl">{xen:phrase edit}</a></xen:if>
    效果如下:
    reply button.jpg
     
Loading...