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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[插件] 每一主题回复中 每页每一用户只显示一次签名 For 4.0

[复制链接]
123223 发表于 2005-12-19 22:04:08 | 显示全部楼层 |阅读模式
说明: 每一主题回复中 每页每一用户只显示一次签名

这是polo!FD2.5的插件 我把它改用在4.0同样适用

版本:4.0

修改: viewthread.php

查找:

  1.                 $post['message'] = discuzcode($post['message'], $post['smileyoff'], $post['bbcodeoff'], $post['htmlon'], $forum['allowsmilies'], $forum['allowbbcode'], $forum['allowimgcode'], $forum['allowhtml'], ($forum['jammer'] && $post['authorid'] != $discuz_uid ? 1 : 0));
复制代码


下面加:


  1.         // ----------------------------------------------------------------
  2.         //   Signature Once Per Page By Polo!
  3.         // ----------------------------------------------------------------

  4.         $count[$post['authorid']] = $post['usesig'] ? $count[$post['authorid']] + 1 : $count[$post['authorid']];
  5.         $post['signature'] = $count[$post['authorid']] == 1 ? $post['signature'] : NULL;

  6.         // ----------------------------------------------------------------
复制代码


演示就不用了  很简单

评分

1

查看全部评分

vairt 发表于 2005-12-19 22:10:23 | 显示全部楼层
好啊
回复

使用道具 举报

jimmyjimmyqqq 发表于 2005-12-19 22:29:18 | 显示全部楼层
要個板凳!
回复

使用道具 举报

yyhack 发表于 2005-12-19 23:28:07 | 显示全部楼层
来个地板吧
回复

使用道具 举报

別問我是誰 发表于 2006-1-3 18:50:53 | 显示全部楼层
https://discuz.dismall.com/forumdisplay.php?fid=26&page=73

找了73頁 終於找到了 
回复

使用道具 举报

wlqc 发表于 2006-2-14 18:39:20 | 显示全部楼层
非常感谢。。支持一下。
回复

使用道具 举报

jukey 发表于 2006-2-14 18:49:07 | 显示全部楼层
呵呵辛苦!~
回复

使用道具 举报

tomsina 发表于 2006-2-14 19:00:53 | 显示全部楼层
好,有用
回复

使用道具 举报

Clwarm 发表于 2006-2-14 19:47:16 | 显示全部楼层
好东西,支持。
回复

使用道具 举报

5iwy 发表于 2006-2-15 10:09:42 | 显示全部楼层
辛苦5楼的兄弟!!好东东
回复

使用道具 举报

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

本版积分规则

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

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

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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