手动修改方法:
1、打开你风格文件夹下的:viewthread_node.htm
2、找到:
- <!--{if $post['medals']}-->
- <p class="md_ctrl">
- <a href="home.php?mod=medal">
- <!--{loop $post['medals'] $medal}-->
- <img id="md_{$post[pid]}_{$medal[medalid]}" src="{STATICURL}image/common/$medal[image]" alt="$medal[name]" title="" onmouseover="showMenu({'ctrlid':this.id, 'menuid':'md_$medal[medalid]_menu', 'pos':'12!'});" />
- <!--{/loop}-->
- </a>
- </p>
- <!--{/if}-->
复制代码 3、在下面添加:
- <!--添加信息开始--><style>.point { overflow:hidden;zoom:1; padding-top:10px; clear:both; margin-left:-2px;}
- .point div{ float:left; width:32%; text-align:center; color:#999}
- .point div.m{ border-left:1px solid #d3dce4;border-right:1px solid #d3dce4; }
- .point div strong{ display:block; color:#000; font-size:16px;}</style>
- <div class="point">
- <div class="point-item"><strong style="text-align: center">$post['posts']</strong>帖子</div>
- <div class="point-item m"><strong style="text-align: center"><a href="home.php?mod=space&uid=1&do=friend&view=me&from=space">$post[friends]</a></strong>好友</div>
- <div class="point-item"><strong style="text-align: center"><a href="home.php?mod=spacecp&ac=credit">$post['credits']</a></strong>积分</div>
- </div><!--添加信息结束-->
复制代码
4、后台更新缓存
|