湖中沉 发表于 2011-3-12 12:11:05

个人信息美化




打开\template\default\forumviewthread_node.htm
查找


      <!--{if $post['authorid'] && $post['username'] && !$post['anonymous']}-->
            <!--{if $_G['setting']['authoronleft']}-->
                <div class="pi">
                  <div class="authi"><a href="home.php?mod=space&uid=$post['authorid']" target="_blank" class="xw1">$post</a>$authorverifys</div>
                </div>
            <!--{/if}-->
      <div class="p_pop blk bui" id="userinfo$post" style="display: none; {if $_G['setting']['authoronleft']}margin-top: -11px;{/if}">
            <div class="m z">
                <div id="userinfo$post_ma"></div>
                <ul>
                  <li class="pm2"><a href="home.php?mod=spacecp&ac=pm&op=showmsg&handlekey=showmsg_$post&touid=$post&pmid=0&daterange=2&pid=$post" title="{lang send_pm}">{lang send_pm}</a></li>
                  <!--{if $post != $_G}-->
                        <li class="buddy"><a href="home.php?mod=spacecp&ac=friend&op=add&uid=$post&handlekey=addfriendhk_{$post}" id="a_friend_li_{$post}">{lang add_to_buddylist}</a></li>
                  <!--{/if}-->
                </ul>
                <!--{if $_G['setting']['magicstatus']}-->
                  <!--{if !empty($_G['setting']['magics']['showip'])}-->
                        <img src="{STATICURL}/image/magic/showip.small.gif" class="vm" /> <a href="home.php?mod=magic&mid=showip&idtype=user&id={echo rawurlencode($post)}" id="a_showip_li_{$post}">$_G['setting']['magics']['showip']</a><br />
                  <!--{/if}-->
                  <!--{if !empty($_G['setting']['magics']['checkonline']) && $post['authorid'] != $_G['uid']}-->
                        <img src="{STATICURL}/image/magic/checkonline.small.gif" class="vm" /> <a href="home.php?mod=magic&mid=checkonline&idtype=user&id={echo rawurlencode($post)}" id="a_repent_$post">$_G['setting']['magics']['checkonline']</a><br />
                  <!--{/if}-->
                  <!--{hook/viewthread_magic_user $postcount}-->
                <!--{/if}-->
                <!--{hook/viewthread_profileside $postcount}-->
            </div>
            <div class="i y">
                <div>
                  <strong><a href="home.php?mod=space&uid=$post" target="_blank">$post</a></strong>
                  <!--{if $_G['setting']['vtonlinestatus'] && $post['authorid']}-->
                        <!--{if ($_G['setting']['vtonlinestatus'] == 2 && $_G[$post]) || ($_G['setting']['vtonlinestatus'] == 1 && (TIMESTAMP - $post['lastactivity'] <= 10800) && !$post['authorinvisible'])}-->
                            <em>{lang online}
                        <!--{else}-->
                            <em>{lang offline}
                        <!--{/if}-->
                        </em>
                  <!--{/if}-->
                </div>
                <dl class="cl"><!--{eval @eval('echo "'.$customauthorinfo.'";');}--></dl>
                <div class="imicn">
                  <!--{if $post['qq']}--><a href="http://wpa.qq.com/msgrd?V=1&Uin=$post&Site=$_G['setting']['bbname']&Menu=yes" target="_blank" title="QQ"><img src="{IMGDIR}/qq.gif" alt="QQ" /></a><!--{/if}-->
                  <!--{if $post['icq']}--><a href="http://wwp.icq.com/scripts/search.dll?to=$post" target="_blank" title="ICQ"><img src="{IMGDIR}/icq.gif" alt="ICQ" /></a><!--{/if}-->
                  <!--{if $post['yahoo']}--><a href="http://edit.yahoo.com/config/send_webmesg?.target=$post&.src=pg" target="_blank" title="Yahoo"><img src="{IMGDIR}/yahoo.gif" alt="Yahoo!"/></a><!--{/if}-->
                  <!--{if $post['taobao']}--><a href="javascript:;" title="{lang taobao}"><img src="{IMGDIR}/taobao.gif" alt="{lang taobao}" /></a><!--{/if}-->
                  <!--{if $post['site']}--><a href="$post" target="_blank" title="{lang member_homepage}"><img src="{IMGDIR}/forumlink.gif" alt="{lang member_homepage}"/></a><!--{/if}-->
                  <a href="home.php?mod=space&uid=$post&do=profile" target="_blank" title="{lang member_viewpro}"><img src="{IMGDIR}/userinfo.gif" alt="{lang member_viewpro}"/></a>
                  <!--{hook/viewthread_imicons $postcount}-->
                </div>
                <div id="avatarfeed"><span id="threadsortswait"></span></div>
            </div>
      </div>
      <!--{/if}-->
      <!--{if $post['authorid'] && $post['username'] && !$post['anonymous']}-->
            <div>
            <!--{if $_G['setting']['bannedmessages'] & 2 && (($post['authorid'] && !$post['username']) || ($post['groupid'] == 4 || $post['groupid'] == 5) || ($post['status'] & 1))}-->
                <div class="avatar">{lang member_avatar_banned}</div>
            <!--{elseif $post['avatar'] && $showavatars}-->
                <div class="avatar"><a href="home.php?mod=space&uid=$post" target="_blank">$post</a></div>
            <!--{/if}-->
            <!--{if $post}--><p>$post</p><!--{/if}-->
            <p><em><a href="home.php?mod=spacecp&ac=usergroup&gid=$post" target="_blank">{$post}</a></em></p>
            <!--{if $post['customstatus'] && $_G['group']['allowcstatus']}--><p class="xg1">$post</p><!--{/if}-->
            </div>
            <p{if $post['upgradecredit'] !== false} id="g_up$post"{/if}><!--{eval showstars($post['stars']);}--></p>
            <!--{if $post['upgradecredit'] !== false}-->
                <div id="g_up$post_menu" class="g_up" style="display:none">
                  <div class="crly">
                        $post['authortitle'], {lang credits} $post['credits'], {lang thread_groupupgrade} $post['upgradecredit'] {lang credits}
                  </div>
                  <div class="mncr"></div>
                </div>
            <!--{/if}-->
            <!--{hook/viewthread_sidetop $postcount}-->
            <!--{if $customauthorinfo}--><dl class="pil cl"><!--{eval @eval('echo "'.$customauthorinfo.'";');}--></dl><!--{/if}-->
            <!--{if $post['medals']}--><p>
                <!--{loop $post['medals'] $medal}-->
                <img src="{STATICURL}image/common/$medal" alt="$medal" title="$medal" />
                <!--{/loop}--></p>
            <!--{/if}-->
            <!--{hook/viewthread_sidebottom $postcount}-->
      <!--{else}-->
            <div class="pi">
            <!--{if !$post['authorid']}-->
                <a href="javascript:;">{lang guest} <em>$post</em></a>
            <!--{elseif $post['authorid'] && $post['username'] && $post['anonymous']}-->
                <!--{if $_G['forum']['ismoderator']}--><a href="home.php?mod=space&uid=$post" target="_blank">{lang anonymous}</a><!--{else}-->{lang anonymous}<!--{/if}-->
            <!--{else}-->
                $post <em>{lang member_deleted}</em>
            <!--{/if}-->
            </div>
      <!--{/if}-->
      <!--{if $_G['group']['allowedituser'] || $_G['group']['allowbanuser'] || ($_G['forum']['ismoderator'] && $_G['group']['allowviewip'] && !$post['first'])}-->
            <p>
                <!--{if $_G['forum']['ismoderator'] && $_G['group']['allowviewip']}-->
                  <a href="forum.php?mod=topicadmin&action=getip&fid=$_G&tid=$_G&pid=$post">IP</a>&nbsp;
                <!--{/if}-->
                <!--{if $_G['group']['allowedituser']}-->
                  <a href="{if $_G['adminid'] == 1}admin.php?frames=yes&action=members&operation=search&uid=$post&submit=yes{else}forum.php?mod=modcp&action=member&op=edit&uid=$post{/if}" target="_blank">{lang edit}</a>&nbsp;
                <!--{/if}-->
                <!--{if $_G['group']['allowbanuser']}-->
                  <!--{if $_G['adminid'] == 1}-->
                        <a href="admin.php?action=members&operation=ban&username=$post&frames=yes" target="_blank">{lang ban_member}</a>&nbsp;
                  <!--{else}-->
                        <a href="forum.php?mod=modcp&action=member&op=ban&uid=$post" target="_blank">{lang ban_member}</a>&nbsp;
                  <!--{/if}-->
                <!--{/if}-->
                <a href="forum.php?mod=modcp&action=thread&op=post&do=search&searchsubmit=1&users=$post" target="_blank">{lang posts}</a>
            </p>
      <!--{/if}-->

替换为
<!--{subtemplate forum/fans_show}-->
即可!

下载附件,FansBar_imgs文件夹上传至根目录, fans_show.htm放到风格目录的forum目录下
**** Hidden Message *****

情非得已 发表于 2013-5-21 10:16:58

起点网络论坛—旨在为您提供更好的网络虚拟主机空间服务!

ma556189 发表于 2016-2-2 15:33:30

这资源我收了!谢谢楼主!
Discuz扩展中心好 才是真的好

领导来了 发表于 2016-1-7 01:02:59


这资源我收了!谢谢楼主!
Discuz扩展中心好 才是真的好

大大乔侨 发表于 2011-3-19 19:38:31

既然你诚信诚意的推荐了,那我就勉为其难的看看吧!
Discuz扩展中心 一切皆有可能

小泡沫 发表于 2011-5-25 07:21:30

楼主发帖辛苦了,谢谢楼主分享!
Discuz扩展中心越来越好!

清远社区 发表于 2011-6-3 15:08:23

{:4_94:}: 个人信息美化{:4_86:}

zxcdh 发表于 2011-6-16 08:27:29

学习了支持支持

shengwuyuan 发表于 2011-6-20 11:24:58

Discuz扩展中心 一切皆有可能

shengwuyuan 发表于 2011-6-20 11:32:16

discuz x!2.0 我照方法放进去不变化啊?

pengjicn 发表于 2011-6-28 14:44:14

看看到底有啥玩意?

yukangle2006 发表于 2011-10-31 23:36:06

看看,好久没来了

omgos 发表于 2011-11-1 00:18:13

这资源我收了!谢谢楼主!
Discuz扩展中心好 才是真的好
页: [1] 2 3 4 5
查看完整版本: 个人信息美化