nope, smf lacks that option.
I stand corrected (sorta) .. if you can convince the admin to install the mod
http://custom.simplemachines.org/mods/index.php?action=parse
Aaaack - you made me have a flashback anikka!!! :cussing: :booty" :crazytongue:
I can't even find the mood emocons :laughing:
//-Ignore MOD- Start
echo '
<tr>
<td><b>', $txt['ignored_by'] ,':</b></td>
<td>', $context['member']['ignored_by_num'], ($context['member']['ignored_by_num']>1 ? $txt['members'] : $txt['member']),'</td>
</tr>';
//-Ignore MOD- End
Ken you could prob take the number out of the profile view. It would be hurtful for everyone to see how many people blocked them, it would single people out.
./Themes/default/Profile.template.php
Code://-Ignore MOD- Start echo ' <tr> <td><b>', $txt['ignored_by'] ,':</b></td> <td>', $context['member']['ignored_by_num'], ($context['member']['ignored_by_num']>1 ? $txt['members'] : $txt['member']),'</td> </tr>'; //-Ignore MOD- End
Besides that it works great.