Recent Topics

1 Sep 10, 2006 02:20    

hi all,

if you have concerns about your users' email addresses and website information,

(you should really know what you do before applying this hack)

try this in /path_to_evo/skins/_feedback.php of your skin :


if ((is_logged_in ()) && ($current_User->check_perm('admin','visible'))) {
$Comment->msgform_link( $Blog->get('msgformurl') );
$Comment->author_url( '', ' · ', '' );
}


this way, only you (or other admins) can see the email addresses and website information of users.

any comments welcome ! :)

Yumurcak


Form is loading...