SMF Version: SMF 1.1.1
How do I disable personal text?
First, uncheck Admin / Current Theme / Show personal text in message view
Now if you want to also remove it from the Profile -
Open - Themes/default/Profile.template.php and possibly Themes/theme_name/Profile.template.php (If you are using a custom theme that has this template in it)
', $context['member']['blurb'], '
And remove or comment it out.
Next:
<tr>
<td width="40%"><b>', $txt[228], ': </b></td>
<td><input type="text" name="personalText" size="50" maxlength="50" value="', $context['member']['blurb'], '" /></td>
</tr>
And remove it or comment it out.