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}-->
{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}-->
<em id="authorposton$post[pid]">{lang poston} $post[dateline]</em>
<!--{elseif $post['authorid'] && $post['username'] && $post['anonymous'] || !$post['authorid'] && !$post['username']}-->
$_G[setting][anonymoustext]
<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号更新
修复搜索和公告等细节问题