站帮网仿小米最新Discuz x3.1/3.2模板,主色调:黄橙色,具体请大家看演示效果吧,希望大家喜欢( ^_^ )
已安装风格的用户请认真看上面相关下载连接下载 [DIY导入文件] 和 [安装手册] 使用, 感谢大家对站帮网的信任和支持, 谢谢!
销售唯一联系方式:客服QQ:5620010 点击Q我
模板演示地址:http://demo.zb7.com/xiaomi/portal.php
模板介绍:
- 站帮网最新仿制Discuz模板,页面标准DIV+CSS切图, 代码精简优化,布局专业大气, 最适合各类论坛;
- 模板宽度为DZ官方的标准960宽度,可以完美兼容官方以及站帮网开发的各种模板使用,容各大主流浏览器;
- 对模板代码进行部分优化、图标按钮效果及整体页面都做了细节美化修改;
- 模板页面自动识别伪静态,地址自动判断,无须再作其他设置;
- 多处增加nofollow,图片加强alt处理,加强SEO优化,增大搜索引擎收录机率;
- 模板完美支持自适应宽窄屏切换功能。
推荐插件:仿小米首页帖子聚合http://addon.discuz.com/?@zb7com_milists.plugin
推荐模板:
仿威锋网新风格http://addon.discuz.com/?@zbang_weinew.template
站帮网五彩社区模板http://addon.discuz.com/?@zb7com_city.template
仿腾讯粤地方类模板http://addon.discuz.com/?@zb7com_tengxun.template
更多精美模板请登录站帮网官网模版区:http://bbs.zb7.com/forum-44-1.html
2014年10月28日更新
修复内容页用户回帖时间问题
老用户可以不更新,只需要在viewthread_node.php文件搜索</div>
</div>
<!--{ad ad_a_pr/thread/a_pr/3/$postcount}-->
在上面添加
<div class="authi">
<!--{if $close_leftinfo && !$post['anonymous'] && $postshowavatars && $showavatars}-->
<a href="home.php?mod=space&uid=$post[authorid]" target="_blank" class="xi2 z" style="padding-right:10px;">{echo avatar($post['authorid'], 'small')}</a>
<!--{/if}-->
<!--{eval $_self = $thread['author'] && $post['author'] == $thread['author'] && $post['position'] !== '1';}-->
<!--{if $_self }-->
<img class="authicn vm" id="authicon$post[pid]" src="{IMGDIR}/ico_lz.png" />
<!--{else}-->
<!--{if !$post['anonymous'] && $_G['cache']['groupicon'][$post['groupid']]}-->
<img class="authicn vm" id="authicon$post[pid]" src="$_G['cache']['groupicon'][$post['groupid']]" />
<!--{else}-->
<img class="authicn vm" id="authicon$post[pid]" src="$_G['cache']['groupicon'][0]" />
<!--{/if}-->
<!--{/if}-->
<!--{if $post['authorid'] && !$post['anonymous']}-->
<!--{if $_self}-->
&nbsp;{lang thread_author}<span class="pipe">|</span>
<!--{/if}-->
<!--{if !$_G['setting']['authoronleft']}--><a href="home.php?mod=space&uid=$post[authorid]" target="_blank" class="xi2">$post[author]</a>$authorverifys<!--{/if}-->
<!--{if $close_leftinfo}--><!--{/if}-->
<em id="authorposton$post[pid]">{lang poston} $post[dateline]</em>
<!--{if $post['status'] & 8}-->
<span class="xg1"><!--{if $_G['setting']['mobile']['mobilecomefrom']}-->{$_G['setting']['mobile']['mobilecomefrom']}<!--{else}-->{lang from_mobile}<!--{/if}--></span>
<!--{/if}-->
<!--{if $post['invisible'] == 0}-->
<span class="pipe">|</span>
<!--{if !IS_ROBOT && !$_GET['authorid'] && !$_G['forum_thread']['archiveid']}-->
<a href="forum.php?mod=viewthread&tid=$post[tid]&page=$page&authorid=$post[authorid]" rel="nofollow">{lang thread_show_author}</a>
<!--{elseif !$_G['forum_thread']['archiveid']}-->
<a href="forum.php?mod=viewthread&tid=$post[tid]&page=$page" rel="nofollow">{lang thread_show_all}</a>
<!--{/if}-->
<!--{/if}-->
<!--{elseif getstatus($post['status'], 5)}-->
<!--{if !$_G['setting']['authoronleft']}--><a href="javascript:;" class="xi2">$post[author]</a><!--{/if}-->
&nbsp;<em id="authorposton$post[pid]">{lang poston} $post[dateline]</em>
<!--{elseif $post['authorid'] && $post['username'] && $post['anonymous'] || !$post['authorid'] && !$post['username']}-->
$_G[setting][anonymoustext]&nbsp;
<em id="authorposton$post[pid]">{lang poston} $post[dateline]</em>
<!--{/if}-->
<!--{if !IS_ROBOT && !$_G['forum_thread']['archiveid'] && $post['first'] }-->
<!--{if $_G['forum_thread']['attachment'] == 2 && $_G['group']['allowgetimage'] && (!$_G['setting']['guestviewthumb']['flag'] || $_G['setting']['guestviewthumb']['flag'] && $_G['uid'])}-->
<span class="pipe">|</span><a href="forum.php?mod=viewthread&tid=$_G[tid]&from=album">{lang view_bigpic}</a>
<!--{/if}-->
<span class="none"><img src="{IMGDIR}/arw_r.gif" class="vm" alt="{lang replycredit}" /></span>
<!--{if !$rushreply}-->
<!--{if $ordertype != 1}-->
<span class="pipe show">|</span><a href="forum.php?mod=viewthread&tid=$_G[tid]&extra=$_GET[extra]&ordertype=1" class="show">{lang post_descview}</a>
<!--{else}-->
<span class="pipe show">|</span><a href="forum.php?mod=viewthread&tid=$_G[tid]&extra=$_GET[extra]&ordertype=2" class="show">{lang post_ascview}</a>
<!--{/if}-->
<!--{/if}-->
<!--{/if}-->
<!--{if $post['first']}-->
<span class="pipe show">|</span><a href="javascript:;" onclick="readmode($('thread_subject').innerHTML, $post[pid]);" class="show">{lang read_mode}</a>
<!--{/if}-->
<!--{hook/viewthread_postheader $postcount}-->
</div>
2014年7月30号更新
修复模板诸多细节问题
1、修复导读页面问题
2、修正几处细节错误
2014年2月18号更新
1.分区版主文字重叠的修复
2.版块推荐和百宝箱在ie6 ie7下兼容问题修复
3.门户页,ie7下友情链接的上面没有间隔的修复
4.列表页“加载更多”,ie6下背景错乱的修复
5.内容页“分享到”区域里各链接内边距太小的修复
2013年12月31号更新
修复搜索和公告等细节问题
运行环境:discuzX3 discuzX3.1 discuzX3.2
适用编码:简体中文




应用推荐:https://www.discuz.1314study.com/services.php?mod=product
应用下载地址
|