Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

收缩式身份表格~

[复制链接]
咕咕 发表于 2005-6-21 20:47:50 | 显示全部楼层 |阅读模式
viewthread.htm
找到


   
  1. <!--{if $allowpostreply}--><a href="post.php?action=reply&fid=$fid&tid=$tid"><img src="{IMGDIR}/reply.gif" border="0"></a><!--{/if}-->

  2. </td></tr></table>
复制代码




下加


  1. <style>
  2. <!--
  3. .detailicon { cursor: hand; }
  4. .userdetail { display: none; }
  5. -->
  6. </style>
  7. <script>
  8. <!--
  9. function flip (ud, img) {
  10.       if (ud.style.display == "block") {
  11.         ud.style.display="none";
  12.         img.src = '{IMGDIR}/detail_plus.gif';
  13.       }else{
  14.         ud.style.display="block";
  15.         img.src = '{IMGDIR}/detail_minus.gif';
  16.       }

  17. }
  18. // -->
  19. </script>
复制代码




找到


  1. <!--{loop $postlist $postkey $post}-->
  2.         <!--{eval $postpid=$post[pid]}-->
  3.         $post[newpostanchor]
  4.         <tr bgcolor="$post[thisbg]">
  5.         <td valign="top" width="21%"><a name="pid$post[pid]"></a>
  6.         <!--{if $ismoderator && $allowviewip}--><a href="topicadmin.php?action=getip&fid=$fid&tid=$tid&pid=$post[pid]"><img src="{IMGDIR}/ip.gif" border="0" align="right" alt="{lang admin_getip}"></a><!--{/if}-->
  7.         <!--{if $post['authorid']}-->
  8.                 <span class="bold">$post[author]</span><br><span class="smalltxt">
  9.                 <!--{if $post['username']}-->$post[authortitle]<!--{else}-->{lang member_deleted}<!--{/if}-->
  10.         <!--{else}-->
  11.                 <span class="bold">{lang guest}</span> <span class="smalltxt">$post[useip]</span><br><span class="smalltxt">{lang unregistered}
  12.         <!--{/if}-->
  13.         <br>{eval showstars($post['stars']);}<br>$post[customstatus]<br><br>
  14.         <!--{if $post['avatar']}-->
  15.                 <table width="95%" border="0" cellspacing="0" cellpadding="0" style="table-layout: fixed">
  16.                 <tr><td align="center">$post[avatar]</td></tr></table><br>
  17.         <!--{else}-->
  18.                 <br><br>
  19.         <!--{/if}-->
  20.         {lang credit_title} $post[credit]<br>
  21.         {lang postnum} $post[postnum]<br>
  22.         {lang regtime} $post[regdate]
  23.         <!--{if $post['location']}--><br>{lang location} $post[location]<!--{/if}--><br>
  24.         <!--{if $vtonlinestatus && $post['authorid']}-->
  25.                 <!--{if $timestamp - $post['lastactivity'] <= 10800}-->
  26.                         {lang online_status} <b>{lang online}</b>
  27.                 <!--{else}-->
  28.                         {lang online_status} {lang offline}
  29.                 <!--{/if}-->
  30.         <!--{/if}-->
  31.         </span>
  32.         </td>
复制代码




整段改為


   
  1. <!--{loop $postlist $postkey $post}-->
  2.         <!--{eval $postpid=$post[pid]}-->
  3.         $post[newpostanchor]
  4.         <tr><td bgColor="{ALTBG1}" height="1" colSpan="2"></tr>
  5.         <tr bgcolor="$post[thisbg]">
  6. <td valign="top" width="23%">
  7. <!--{if $ismoderator}-->
  8. <a href="topicadmin.php?action=getip&fid=$fid&tid=$tid&pid=$post[pid]"><img src="{IMGDIR}/ip.gif" border="0" align="right" alt="{lang admin_getip}"></a><br><br><!--{/if}-->
  9. <fieldset style=width="99%" align="center" >
  10. <align="center"><legend>
  11. <!-- HACK BY 17STAR START-->
  12. <!--{if $post['authorid']}-->
  13. <span class="bold"><font style="filter: glow(color=blue,strength=3); height:10px; color:white; padding:1px">$post[author]</font></span>
  14. <!--{else}-->
  15.                 <span class="bold"><font style="filter: glow(color=blue,strength=3); height:10px; color:white; padding:1px">{lang guest}</font></span> <span class="smalltxt">$post[useip]</span>
  16.         <!--{/if}-->
  17. <!-- HACK BY 17STAR END -->
  18. </legend>
  19. <!--{if $vtonlinestatus && $post['authorid']}-->
  20. <!--{if $timestamp - $post['lastactivity'] <= 10800}-->
  21. &nbsp;<img src="images/default/online1.gif">
  22. <!--{else}-->
  23. &nbsp;<img src="images/default/offline1.gif"><!--{/if}--><!--{/if}-->
  24. <!--{if $post['avatar']}-->
  25.                 <table width="100%" border="0" cellspacing="0" cellpadding="0" style="table-layout: fixed">
  26.                 <tr><td align="center"  class="row2">$post[avatar]</td></tr></table>
  27.         <!--{else}-->
  28.         
  29.         <!--{/if}--><br><center><span class="smalltxt">$post[authortitle]
  30.         
  31.         <br><!--{if $post['username']}-->{eval showstars($post['stars']);}<br>$post[customstatus]<br></center>
  32.         <!--{else}--><img src="images/starslevel/5.gif"><!--{/if}-->
  33.         
  34.          </fieldset>
  35.          
  36. <table width="100%" border="0" cellspacing="1">

  37. <tr>
  38. <td class="userdetail" id="ud_$post[pid]">
  39. <table width=100% border=1 align="center" cellspacing="1" cellpadding=2 style="BORDER-COLLAPSE: collapse">
  40. <tbody><tr><td>
  41. <img src="{IMGDIR}/hack.gif">  {lang postnum}: $post[postnum]
  42. </td></tr></tbody>
  43. <tbody><tr><td>
  44. <img src="{IMGDIR}/hack.gif">  {lang credit_title}: $post[credit]
  45. </td></tr></tbody>
  46. <tbody><tr><td>
  47. <img src="{IMGDIR}/hack.gif">  {lang regtime}: $post[regdate]
  48. </td></tr></tbody><!--{if $post[location]}-->
  49. <tbody><tr><td>
  50. <img src="{IMGDIR}/hack.gif">  {lang location}: $post[location]
  51. </td></tr></tbody><!--{/if}-->
  52. </table>
  53. </td>
  54. </tr>
  55. <tr>
  56. <td><center>
  57. <span class="detailicon" onclick="flip(ud_$post[pid], document.images.img_$post[pid])" id="img_$post[pid]">
  58. <img src="{IMGDIR}/detail_plus.gif" id="img_$post[pid]" alt="$post[author]">
  59. </span><center>
  60. </td>
  61. </tr>
  62. </table>
复制代码




下載下兩按鈕到風格目錄內

[ 本帖最后由 咕咕 于 2005-11-5 19:54 编辑 ]

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x

评分

1

查看全部评分

PerfectWorks 发表于 2005-6-21 20:58:40 | 显示全部楼层
沙发啦哈哈不错
回复

使用道具 举报

FreeDZ 发表于 2005-6-21 21:02:10 | 显示全部楼层
板凳..来顶一个....怎么都来半原创了?
回复

使用道具 举报

 楼主| 咕咕 发表于 2005-6-21 21:03:07 | 显示全部楼层
由于之前有过这个2.0的代码。。。我自己修改了一下。。所以还是半原创好点~
回复

使用道具 举报

freddy 发表于 2005-6-21 21:04:35 | 显示全部楼层
这个不错~加分收下了~
回复

使用道具 举报

PerfectWorks 发表于 2005-6-21 21:07:21 | 显示全部楼层
替换式安装不方便,提供下详细东西~
回复

使用道具 举报

 楼主| 咕咕 发表于 2005-6-21 21:10:40 | 显示全部楼层
很方便呀?那里的代码主要是发帖那些。。把修改的复制了。。然后弄回去就好了。。只不过是给+了个框框~
回复

使用道具 举报

xjbl 发表于 2005-6-21 21:44:08 | 显示全部楼层
原帖由 文文の封印 于 2005-6-21 21:07 发表
替换式安装不方便,提供下详细东西~

替换不方便.
回复

使用道具 举报

isly 发表于 2005-6-22 08:55:37 | 显示全部楼层
安装不成功啊
只有当这页里只有一个帖子(ONLY主题或一个回帖)时,仿佛是正常的
其他的地方点它没效果

有没有装成功的啊,交流一下
还有,我记得2.2的时候要升级的
回复

使用道具 举报

nicknick 发表于 2005-6-22 10:58:09 | 显示全部楼层
原帖由 isly 于 2005-6-22 08:55 发表
安装不成功啊
只有当这页里只有一个帖子(ONLY主题或一个回帖)时,仿佛是正常的
其他的地方点它没效果

有没有装成功的啊,交流一下
还有,我记得2.2的时候要升级的



剛安裝了, 也發現有這樣的問題發生.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-22 03:12 , Processed in 0.028213 second(s), 5 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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