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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

去哪买网群组话题个性签名插件,像发微博那样随时换签名

[复制链接]
kuaigou8 发表于 2011-2-8 02:24:42 | 显示全部楼层 |阅读模式
UCHome插件
语言编码: GBK简体 
插件名称: 群组话题个性签名
插件作者: 沧海
适用版本: UCHome 2.0
本帖最后由 kuaigou8 于 2011-2-8 02:30 编辑

https://discuz.dismall.com/thread-2040453-1-1.html这是我原来发的介绍帖子,这里我就不上图片了
放出来送给有缘人....要看演示的到我网站http://www.qnamai.com 随便点一个小组话题就可以看到了....
实现的方法如下:
thread_view.htm找到
  1. <div class="detail" id="detail_0">
  2. <!--{if $_SGLOBAL['ad']['rightside']}-->
  3. <div style="float: right; padding:5px;"><!--{ad/rightside}--></div>
  4. <!--{/if}-->
  5. $thread[content][message]
  6. <!--{if $thread[content][pic]}--><div><a href="$thread[content][pic]" target="_blank"><img src="$thread[content][pic]" alt="" class="resizeimg" /></a></div><!--{/if}-->

  7. </div>

  8. </td>
  9. </tr>
  10. </table>
复制代码
在下面加上


  1. <div style="float:left; width:492px;background-color:#E0E7ED" align="center">
  2. <div id="profileUserIntro" style="width:490px">
  3. <div class="profileUserIntroHd"><span class="profileUserIntroHdInt"></span></div>
  4. <div class="profileUserIntroBd" align="left">
  5. <div class="profileUserIntroBdInt">

  6. <div class="profileUserIntroText" <!--{if $space[self]}-->onmouseover="this.className='profileUserIntroText profileUserIntroText-hover'" onmouseout="this.className='profileUserIntroText'" onclick="profile_edit_text();"<!--{/if}--> id="userIntroView">
  7. <!--{if !$space[self] && $space[spacenote]}-->$space[spacenote]<!--{/if}--><!--{if $space[self]}-->$space[spacenote]<!--{/if}--> <a href="space.php?uid=$space[uid]&do=doing">&raquo;</a>
  8. </div>
  9. <div style="display: none;" class="profileUserIntroInput" id="userIntroEdit">
  10. <form method="post" action="cp.php?ac=doing" id="mood_addform">
  11. <textarea name="message" id="mood_message" onkeyup="textCounter(this, 'maxlimit', 300)" onkeydown="if(event.keyCode == 13 ){ event.returnValue=false;event.cancel = true;$('mood_add').click();$('mood_message').value='';this.blur(); };" class="text" tabindex="1"></textarea>
  12. <div class="mcStatusAct">
  13. <div class="mcStatusEmot"><span onclick="statusFace();" class="emot e-base-1"></span> 还可输入 <strong id="maxlimit">300</strong> 个字符</div>
  14. <div class="mcStatusBtn"><span class="button"><span><button onclick="ajaxpost('mood_addform', 'reloadMood');$('mood_message').value='';" name="add" id="mood_add" type="button" tabindex="2"> 发送 </button></span></span> <span class="button"><span><button onclick="bindBlur();return false;"> 取消 </button></span></span>
  15. <input type="hidden" name="addsubmit" value="true" />
  16. <input type="hidden" name="spacenote" value="true" />
  17. <input type="hidden" name="formhash" value="<!--{eval echo formhash();}-->" /></div>
  18. </div>
  19. </form>
  20. </div>
  21. <!--{if $mtag[grade]>=8 || $thread[uid]==$_SGLOBAL[supe_uid] || ($eventid && $userevent[status]>=3) || checkperm('managethread') || checkperm('managethread') || $mtag[grade]>=8 && !$eventid}-->
  22. <!--{template space_istatus}-->
  23. <!--{/if}-->
  24. </div>
  25. </div>
  26. </div></div>
复制代码

打开thread.css文件在最后面加上:
  1. #profileStatus{display:none;margin:0 0 10px;}
  2. #profileStatus .statusView{}
  3. #profileStatus .statusView .statusWord{margin:0 0 0 -6px;}
  4. #profileStatus .statusView .statusWord i{background-image:url(image/statusWord.gif);}
  5. #profileStatus .time{padding:0 5px;color:#999;}
  6. #profileStatus .statusEdit{}
  7. #profileStatus .statusEdit input.text{width:360px;height:16px;vertical-align:middle;}

  8. #profileUserInfo{margin:0 2px 5px;color:#000;}

  9. #profileUserIntro{margin:0 -5px 10px;}
  10. .profileUserIntroHd{display:block;padding:0 12px 0 0;background:url(image/profileUserIntroHF.png) 100% 0;}
  11. .profileUserIntroHdInt{display:block;overflow:hidden;height:12px;padding:0 0 0 12px;background:url(profileUserIntroHF.png) 0 0;font:0/0 sans-serif;}
  12. .profileUserIntroBd{padding:0 12px 0 0;background:url(image/profileUserIntroBd.png) 100% 0 repeat-y;}
  13. .profileUserIntroBdInt{padding:0 0 0 12px;background:url(image/profileUserIntroBd.png) 0 0 repeat-y;}
  14. .profileUserIntroText{padding:0 5px;}
  15. .profileUserIntroText-hover{background:#ff9;cursor:text;}
  16. .profileUserIntroInput{position:relative;padding:0 7px;zoom:1;}
  17. .profileUserIntroInput textarea{overflow:auto\9;width:100%;height:40px;margin:0 -6px;padding:5px;border:1px solid #eaeaea;line-height:20px;}
  18. .profileUserIntroGuide{padding:15px 5px 10px;}
  19. .profileUserIntroFt{display:block;padding:0 12px 0 0;background:url(image/profileUserIntroHF.png) 100% 100%;}
  20. .profileUserIntroFtInt{display:block;overflow:hidden;height:12px;padding:0 0 0 12px;background:url(image/profileUserIntroHF.png) 0 100%;font:0/0 sans-serif;}

  21. .mcStatusAct{overflow:hidden;position:relative;top:5px;height:28px;zoom:1;}
  22. .mcStatusAct:after{content:'\0020';display:block;clear:both;height:0;}
  23. .mcStatusEmot{float:left;}
  24. .mcStatusEmot .emot{cursor:pointer;}
  25. .mcStatusBtn{float:right;}
复制代码
最后把附件里的文件上传到网站根目录的相对文件夹,更新缓存,就ok了.....

如果话题是自己发的,点击一下签名就会像这样,可以直接发布记录最为签名

象征性的收两个金币,如果没有金币的,我送两个给有缘人下载
怎么不能社区下载时间的啊....之下两天,两天后我删除附件....

本帖子中包含更多资源

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

x
 楼主| kuaigou8 发表于 2011-2-8 08:01:59 | 显示全部楼层
怎么没有人要啊..是不是没有金币啊....
回复

使用道具 举报

bsben 发表于 2011-2-8 08:54:57 | 显示全部楼层
回复

使用道具 举报

 楼主| kuaigou8 发表于 2011-2-8 14:38:05 | 显示全部楼层
大出我的意料,居然能没有人要,呵呵
回复

使用道具 举报

shisanfeng 发表于 2011-2-9 11:37:12 | 显示全部楼层
好东西 我来顶楼主
回复

使用道具 举报

shisanfeng 发表于 2011-2-9 11:53:39 | 显示全部楼层
整完了效果没出来 是咋回事?
我修改的是以下两个文件  附件也上传了
/template/现用风格/space_thread_view.htm
/template/现用风格/thread.css
刷新缓存 无变化
回复

使用道具 举报

 楼主| kuaigou8 发表于 2011-2-9 12:47:05 | 显示全部楼层
shisanfeng 发表于 2011-2-9 11:53
整完了效果没出来 是咋回事?
我修改的是以下两个文件  附件也上传了
/template/现用风格/space_thread_v ...

我看看是什么样的,应该不会吧...你发一个图上来看看
回复

使用道具 举报

 楼主| kuaigou8 发表于 2011-2-14 21:24:21 | 显示全部楼层
回复

使用道具 举报

 楼主| kuaigou8 发表于 2011-2-26 16:00:56 | 显示全部楼层
回复

使用道具 举报

GGGHHH 发表于 2011-2-28 00:37:57 | 显示全部楼层
能开发成像QQ微博或新浪微博那样签名外链就好了
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-9-28 07:16 , Processed in 0.132420 second(s), 19 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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