In SMF 2 Custom profile fields are visible in topic view for guests, so if you want to hide them here is one simple edit, but before it
make backup of ./Sources/Load.php
Now open: ./Sources/Load.php
// Are we also loading the members custom fields into context?
if ($display_custom_fields && !empty($modSettings['displayFields'])) // Are we also loading the members custom fields into context?
if ($display_custom_fields && !empty($modSettings['displayFields']) && !$user_info['is_guest'])
Nice trick :) Thanks for sharing ;D
As this is a tip/trick, I've moved it to the... er... Tips and tricks board.
Logical, huh? ;)
Thanks K@ ;)
No sweat! :)