帖子内容页面左侧信息栏修改教程
有很多童鞋问我下列图片中红框中主题,听众,积分怎么修改城其他的?这里是可以的修改的,来我们来看下修改的过程。1.我们首先知道这块代码文件在那里\template\default\forum\viewthread_node.htm <div class="tns xg2">
<table cellspacing="0" cellpadding="0">
<th><p><a href="home.php?mod=space&uid=$post&do=thread&view=me&from=space" class="xi2"><!--{echo dnumber($post)}--></a></p>{lang threads}</th>
<th>
<!--{if helper_access::check_module('follow')}-->
<p><a href="home.php?mod=follow&do=follower&uid=$post" class="xi2"><!--{echo dnumber($post)}--></a></p>{lang follower}
<!--{else}-->
<p><a href="home.php?mod=space&uid=$post&do=friend&view=me" class="xi2"><!--{echo dnumber($post)}--></a></p>{lang friends}
<!--{/if}-->
</th>
<td><p><a href="home.php?mod=space&uid=$post&do=profile" class="xi2"><!--{echo dnumber($post)}--></a></p>{lang credits}</td>
</table>
</div>2.给你们解释下对应代码是什么
$post=主题
$post=听众数量
$post=总积分
3.这里如果想修改字的话 在语言包文件内 source\language
4.这里我们举个列子修改下
修改主题数为帖子数<th><p><a href="home.php?mod=space&uid=$post&do=thread&view=me&from=space" class="xi2"><!--{echo dnumber($post)}--></a></p>{lang posts}</th>这里posts为帖子数,lang posts为语言 这里请注意修改的时候请结合语言包来修改。
修改总积分为金币这里posts为帖子数,lang posts为语言 这里请注意修改的时候请结合语言包来修改。
修改总积分为金币这里extcredits2 为扩展积分 默认程序显示的为金钱 $_G['setting']['extcredits']['title']这里的2为扩展积分 比如extcredits1 extcredits2 extcredits3 等等
页:
[1]