Discuz教程网

个人信息美化插件 适用于 Discuz X2 /1.5

  [复制链接]
authicon dly 发表于 2011-7-22 19:46:16 | 显示全部楼层 |阅读模式
喜欢的朋友就多多关注我站的信息更新

两种,可以用于
1.这两个个都是默认风格下的个人信息美化。
如果您的不是默认风格请把文件夹下的template/default/forum/show.htm 放到对应的风格文件夹下的forum 文件夹里,
如你的SNS风格则把template/default/forum/show.htm
复制到template/sns/forum/show.htm
如果是默认风格的话就之际把 template static 两个文件夹传到论坛跟目录
先要修改一下文件,模板文件夹下的forum/viewthread_node.htm




044840zkf1dzzdkd1gkk3k.png 044218jbz4zzwloo1xwj61.jpg

附件下载:
游客,如果您要查看本帖隐藏内容请回复






上一篇:去掉屏幕录像专家加密软件断网功能
下一篇:Discuz X2 赞助系统V2.0.1
authicon 主编 发表于 2011-7-22 22:41:15 | 显示全部楼层
x2没有show.htm,是作者自己加上去的吧
authicon  楼主| dly 发表于 2011-7-23 09:20:04 | 显示全部楼层
主编 发表于 2011-7-22 22:41
x2没有show.htm,是作者自己加上去的吧

show.htm绝对是自己加的
authicon 惜缘雨辰 发表于 2011-7-23 12:14:50 | 显示全部楼层
不错~~
authicon 无心人8886888 发表于 2011-7-24 08:23:18 | 显示全部楼层
果您要查看本帖隐藏内
authicon 龙盘凤逸 发表于 2011-7-27 14:51:02 | 显示全部楼层
非常喜欢这个成绩,比较美观实用。强烈支持楼主的作品!!!
authicon 龙盘凤逸 发表于 2011-7-27 16:04:49 | 显示全部楼层
本帖最后由 龙盘凤逸 于 2011-7-28 03:51 编辑

楼主:
     按照你说的修改方法,在forum/viewthread_node.htm里根本就找不到你所描述的位置。我的是x2。



  1. 75.<p{if $post['upgradecredit'] !== false} id="g_up$post[pid]"{/if}><!--{eval showstars($post['stars']);}--></p>
  2. <!--{if $post['upgradecredit'] !== false}-->
  3. <div id="g_up$post[pid]_menu" class="tip tip_4" style="display: none;">
  4. <div class="tip_horn"></div>
  5. <div class="tip_c">$post['authortitle'], {lang credits} $post['credits'], {lang thread_groupupgrade} $post['upgradecredit'] {lang credits}</div>
  6. </div>
  7. <!--{/if}-->
  8. <!--{hook/viewthread_sidetop $postcount}-->
  9. <!--{if $post[custominfo][left]}--><dl class="pil cl">{$post[custominfo][left]}</dl><!--{/if}-->
  10. <!--{if $post['medals']}-->
  11. <p class="md_ctrl">
  12. <a href="home.php?mod=medal">
  13. <!--{loop $post['medals'] $medal}-->
  14. <img id="md_{$post[pid]}_{$medal[medalid]}" src="{STATICURL}image/common/$medal[image]" alt="$medal[name]" title="" />
  15. <!--{/loop}-->
  16. </a>
  17. </p>
  18. <!--{/if}-->

  19. --------------------------------------------------------------------------------


  20. 63.<!--{if $post['authorid'] && $post['username'] && !$post['anonymous']}-->
  21. <div>
  22. <!--{if $_G['setting']['bannedmessages'] & 2 && ($post['memberstatus'] == '-1' || ($post['authorid'] && !$post['username']) || ($post['groupid'] == 4 || $post['groupid'] == 5) || ($post['status'] & 1))}-->
  23. <div class="avatar">{lang member_avatar_banned}</div>
  24. <!--{elseif $post['avatar'] && $showavatars}-->
  25. <div class="avatar"><a href="home.php?mod=space&uid=$post[authorid]" target="_blank">$post[avatar]</a></div>
  26. <!--{/if}-->

  27. --------------------------------------------------------------------------------


  28. 就是没有你说的:75行下面的一大段删掉(请注意备份)
  29. --------------------------------------------------
  30. <!--{if $post['authorid'] && $post['username'] && !$post['anonymous']}-->
  31. <div>
  32. <!--{if $_G['setting']['bannedmessages'] & 2 && (($post['authorid'] && !$post['username']) || ($post['groupid'] == 4 || $post['groupid'] == 5) || ($post['status'] & 1))}-->
  33. <div class="avatar">{lang member_avatar_banned}</div>
  34. <!--{elseif $post['avatar'] && $showavatars}-->
  35. <div class="avatar"><a href="home.php?mod=space&uid=$post[authorid]" target="_blank">$post[avatar]</a></div>
  36. <!--{/if}-->
  37. <!--{if $post[groupicon]}--><p>$post[groupicon]</p><!--{/if}-->
  38. <p><em><a href="home.php?mod=spacecp&ac=credit&op=usergroup" target="_blank">{$post[authortitle]}</a></em></p>
  39. <!--{if $post['customstatus']}--><p class="xg1">$post[customstatus]</p><!--{/if}-->
  40. </div>
  41. <p>{eval showstars($post['stars']);}</p>
  42. {hook/viewthread_sidetop $post['count']}
  43. <!--{if $customauthorinfo[1]}--><dl class="pil cl">{eval @eval('echo "'.$customauthorinfo[1].'";');}</dl><!--{/if}-->
  44. <!--{if $post['medals']}--><p>
  45. <!--{loop $post['medals'] $medal}-->
  46. <img src="{STATICURL}image/common/$medal[image]" alt="$medal[name]" title="$medal[name]" />
  47. <!--{/loop}--></p>
  48. <!--{/if}-->
  49. {hook/viewthread_sidebottom $post['count']}
  50. <!--{else}-->
  51. <div class="avatar">
  52. <!--{if !$post['authorid']}-->
  53. <a href="javascript:;">{lang guest} <em>$post[useip]</em></a>
  54. <!--{elseif $post['authorid'] && $post['username'] && $post['anonymous']}-->
  55. <!--{if $_G['forum']['ismoderator']}--><a href="home.php?mod=space&uid=$post[authorid]" target="_blank">{lang anonymous}</a><!--{else}-->{lang anonymous}<!--{/if}-->
  56. <!--{else}-->
  57. $post[author] <em>{lang member_deleted}</em>
  58. <!--{/if}-->
  59. </div>
  60. <!--{/if}-->
  61. 这段代码。

复制代码

authicon icebat 发表于 2011-8-2 18:52:01 | 显示全部楼层
好东西好东西好东西好东西好东西好东西好东西好东西好东西好东西好东西好东西好东西好东西好东西好东西好东西好东西好东西好东西好东西好东西好东西好东西好东西好东西好东西好东西好东西好东西好东西好东西好东西好东西好东西好东西好东西好东西好东西好东西好东西好东西好东西好东西好东西好东西好东西好东西好东西好东西好东西好东西好东西好东西好东西好东西好东西
authicon zuw8 发表于 2011-8-3 21:29:39 | 显示全部楼层
顶起!顶起!顶起!顶起!顶起!顶起!顶起!顶起!顶起!顶起!顶起!顶起!顶起!顶起!顶起!
authicon 恭仔 发表于 2011-8-4 12:24:17 | 显示全部楼层
aaaaaaaaaaaaaa
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

1314学习网 ( 浙ICP备10214163号 )

GMT+8, 2024-4-30 13:02

Powered by Discuz! X3.4

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表