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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[求助] Show Signature by click on button To speed up the Forum

[复制链接]
dz-discuz 发表于 2017-12-25 18:05:53 | 显示全部楼层 |阅读模式

Show Signature by click on button To speed up the Forum


photo (my chinsese not good




open viewthread_node.htm in your style


and  Search for
  1. $post[signature]
复制代码
And replace it with


  1. <!--discuz.dismall.com)-->
  2. <div class="spoiler"><script>
  3. function showHide(what){
  4. a=what.getElementsByTagName("div")[0];
  5. if(a.style.display=='none'){
  6. a.style.display='block';
  7. }else{
  8. a.style.display='none';




  9. }}
  10. </script>
  11. <input type="button" onclick="showHide(this.parentNode)" value="我的签名"><div style="display:none">$post[signature]</div></div>
  12. <!--discuz.dismall.com )-->  
复制代码

update Cache

本帖子中包含更多资源

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

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

本版积分规则

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

GMT+8, 2024-11-29 18:28 , Processed in 0.037248 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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