- 注册时间
- 2009-12-25
- 最后登录
- 2021-7-10
- 在线时间
- 3302 小时
- 阅读权限
- 200
- 积分
- 10
- 帖子
- 13416
- 精华
- 1
- UID
- 2036
  
|
每個主題只顯示一次簽名 for D6% g# N, P/ X; V# `/ C. B1 p8 t6 f) A$ M& K1 I' T
: i3 }2 n+ A0 B+ Q
* M7 H. _+ K. G6 b: o修改: viewthread.php- `4 ]+ B- K, h: `
' ?5 g( f& e5 Q) V, X9 p* X% s' C9 o0 W5 B, d4 @& f: Y/ B. B) c9 d& a- i) @, Z% O
找 - $post['signature'] = $post['usesig'] ? $post['signature'] : '';
/ y) A+ a6 U2 H
复制代码) c8 P8 W: c- a+ u
改為 - $post['signature'] = $GLOBALS['postlisttemp'][$post['authorid']] ? '' : $post['signature'];
- $GLOBALS['postlisttemp'][$post['authorid']] = 1;
2 |) K$ p5 Z4 ]' o
复制代码
; d% D0 {$ X6 f. k- t完成+ Y8 e6 ?4 i7 v! ^1 O! L0 p& y- _
; P" p+ v# J" z$ y1 h2 ~" Y6 b0 N& g. a4 M/ G8 ~
1 C; M7 c; K6 @/ F- A. l忽略發帖者設定是否顯示簽名 for D6
A. ~* v& b) p4 t0 F7 G+ c2 q8 i" P4 k+ {. t4 R' Q+ x" I6 k% s- N+ T& ]/ c9 D$ T
找 - $showsignatures = $customshow{0} == 2 ? $showsettings{0} : $customshow{0};
: `' r2 g: G! U) i, l6 b9 y复制代码
; _# L8 e! h+ t+ O/ f; f) T改為 - $showsignatures = (1 || $customshow{0} == 2) ? $showsettings{0} : $customshow{0};
$ ^( _7 h. _3 B: h) O. P+ I复制代码 |
|