- 注册时间
- 2009-12-25
- 最后登录
- 2021-7-10
- 在线时间
- 3302 小时
- 阅读权限
- 200
- 积分
- 10
- 帖子
- 13416
- 精华
- 1
- UID
- 2036
  
|
每個主題只顯示一次簽名 for D6% g# N, P/ X; V# `/ C' @% W5 K {- }* b. H8 U6 i7 W+ a
: i3 }2 n+ A0 B+ Q2 h6 S0 ]* E A; d% X
修改: viewthread.php- `4 ]+ B- K, h: `6 Z9 w6 s' m: h/ ?0 [
* X% s' C9 o0 W5 B, d
/ F8 j& I4 d3 J2 c/ T2 W/ P1 {8 f找 - $post['signature'] = $post['usesig'] ? $post['signature'] : '';
( _# w4 ~- H A0 f3 O复制代码
# ?! I# Y9 T) }2 o, r5 i0 _5 h8 U改為 - $post['signature'] = $GLOBALS['postlisttemp'][$post['authorid']] ? '' : $post['signature'];
- $GLOBALS['postlisttemp'][$post['authorid']] = 1;
+ M. J+ G$ z6 F1 ^" R/ ]复制代码6 ?: G0 c$ W7 F" }6 y( s& j
完成+ Y8 e6 ?4 i7 v! ^1 O! L0 p& y- _
& Y7 ~+ t/ c( P" d$ K
, d& S/ x2 l4 ~# J' G9 n e5 |) R1 C; M7 c; K6 @/ F- A. l忽略發帖者設定是否顯示簽名 for D6
6 [0 E/ ^) S/ A: P# u }4 t0 F7 G+ c2 q8 i" P4 k+ {. t4 R' Q+ x" I
& X% F% P7 E( `& C- M0 q( m' X找 - $showsignatures = $customshow{0} == 2 ? $showsettings{0} : $customshow{0};
, N' ^7 r' M/ L* i4 P
复制代码6 ^ M. C( p* E I/ V
改為 - $showsignatures = (1 || $customshow{0} == 2) ? $showsettings{0} : $customshow{0};
( l @* T& E7 g. `$ ]5 w复制代码 |
|