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

修改日志

本帖由 admin2013-04-04 发布。版面名称:社区版务

  1. admin

    admin 管理员 管理成员

    注册:
    2011-11-01
    帖子:
    3,671
    赞:
    2,425
    短语:
    find_more_info_at_x 查看更多信息
    ask_questions_get_support 官方技术支持
    find_more_info_at_x 演示页面

    模板:
    dark_taigachat.css
    代码:
    background:url(styles/dark/color_swatch.png)
    修改为
    代码:
    background:url('@imagePath/dark/color_swatch.png')
    Gritter.css
    代码:
    background:url(styles/gritter/close.png)
    修改为
    代码:
    background:url('@imagePath/gritter/close.png')
     
    已获得 ZietrXech 的点赞。
  2. admin

    admin 管理员 管理成员

    注册:
    2011-11-01
    帖子:
    3,671
    赞:
    2,425
    PostRating修改
     

    附件文件:

  3. admin

    admin 管理员 管理成员

    注册:
    2011-11-01
    帖子:
    3,671
    赞:
    2,425
    who_visited_block注释掉:
    代码:
        <!--<xen:if is="{$xenOptions.whoHasVisitedCached}">
            <br /><br /><span class="whoVisitedCacheMessage" style="font-size: 10px;">({xen:phrase data_updated_every_x_minutes, 'minutes={xen:number $xenOptions.whoHasVisitedCached}'})</span>
        </xen:if>--!>
     
  4. admin

    admin 管理员 管理成员

    注册:
    2011-11-01
    帖子:
    3,671
    赞:
    2,425
    修正公告字体
    模板:panel_scroller.css
    代码:
        .PanelScroller .navControls a
        {
            @property "panelScrollerNavControl";
            font-size: 12px;
     
  5. admin

    admin 管理员 管理成员

    注册:
    2011-11-01
    帖子:
    3,671
    赞:
    2,425
    编辑navigation

    代码:
    <li><a href="{xen:link 'find-new/posts'}" rel="nofollow">{xen:if $visitor.user_id, {xen:phrase new_posts}, {xen:phrase recent_posts}}</a></li>
    之后加入
    代码:
                            <xen:if is="{$visitor.user_id}"><li><a href="{xen:link 'resources/10/'}">XenForo-VIP</a></li></xen:if>
                            <xen:if is="{$visitor.user_id}"><li><a href="{xen:link 'account/xflicense'}">{xen:phrase liam_xflicense_validate}</a></li></xen:if>
    
     
    最后编辑: 2014-03-15
  6. admin

    admin 管理员 管理成员

    注册:
    2011-11-01
    帖子:
    3,671
    赞:
    2,425
    短语:dark_users_found_this_page
    代码:
    关键词
     
  7. admin

    admin 管理员 管理成员

    注册:
    2011-11-01
    帖子:
    3,671
    赞:
    2,425
    XF魅力
    header
    代码:
    <xen:include template="navigation" />
    下方加入
    代码:
    <div id="last-vers">
    最新稳定版: <strong>XenForo 1.1.4</strong><br>
    <strong><a title="XenForo 中文支持" href="http://www.xf4.org/forums/19/">中文支持</a></strong>
    </div>
     
  8. admin

    admin 管理员 管理成员

    注册:
    2011-11-01
    帖子:
    3,671
    赞:
    2,425
    sidebar_visitor_panel下方加入
    代码:
    <xen:if is="{$visitor.user_id}"><xen:include template="cta_countdown_sidebar" /></xen:if>
     
  9. admin

    admin 管理员 管理成员

    注册:
    2011-11-01
    帖子:
    3,671
    赞:
    2,425
    Redactor中文JS
     

    附件文件:

    • zh_cn.7z
      文件大小:
      999 字节
      浏览:
      1
  10. admin

    admin 管理员 管理成员

    注册:
    2011-11-01
    帖子:
    3,671
    赞:
    2,425
    attached_files.css中搜索
    代码:
    background: transparent url('@imagePath/xenforo/node-sprite.png') no-repeat -72px 0;
    72更改为88

    代码:
            .attachment
            {
                float: left;
                width: 33%;
                max-width: 250px;
            }
     
    最后编辑: 2015-01-19
正在加载...