Quote:
Originally Posted by creative-friend
how can i hide signature in more than 1 forum....i have tried but giving me error..
|
Please use the new code in the thread, I've updated it
Quote:
Originally Posted by alloutvb
is there a way to have this for a user to turn on and off for the hole board like is a user is on a iphone or on 56k so the site loads faster ? please let me know thanks for this mod
|
You can make additional user profile fields from the ACP,
and then use this code:
Code:
<if condition="$member['field6']=='show'">
$post['signature'];
</if>
Note: Replace field6 with the field name/number that will appear in the ACP after adding it.