短语: 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')
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>--!>
修正公告字体 模板:panel_scroller.css 代码: .PanelScroller .navControls a { @property "panelScrollerNavControl"; font-size: 12px;
编辑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>
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>
sidebar_visitor_panel下方加入 代码: <xen:if is="{$visitor.user_id}"><xen:include template="cta_countdown_sidebar" /></xen:if>
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; }