|
|
Administrator
|
Posts: 1190
Join Date: Mar 2005
|
That's because pictures in signatures are annoying. Anyway, if you want to have them remove these 2 lines from usercp.php
Code:
if (is_null($errormessage) && strpos(strtoupper($usersignature), '[IMG ]') !== false)
$errormessage = get_error($lang['no_images_in_signatures']);
|