SMF Development > Fixed or Bogus Bugs
Post count disabled, yet showing in PMs.
(1/1)
K@:
Seems a bit daft...
http://www.simplemachines.org/community/index.php?topic=482133.msg3375915#msg3375915
emanuele:
Fix:
--- Code: (find in PersonalMessage.php) ---$context['signature_enabled'] = substr($modSettings['signature_settings'], 0, 1) == 1;
--- End code ---
--- Code: (add after) --- $context['disabled_fields'] = isset($modSettings['disabled_profile_fields']) ? array_flip(explode(',', $modSettings['disabled_profile_fields'])) : array();
--- End code ---
--- Code: ---commit dbe75c9472977eee2313e3c0c13e8a1a5af810b9
Date: Jul 25 2012
Disabled profile fields were still visible in personal messages [Topic: 482511]
--- End code ---
K@:
Ta, Manny! :)
Navigation
[0] Message Index
Go to full version