From: Eloi G. <ada...@us...> - 2004-10-03 23:18:08
|
Update of /cvsroot/phpwsbb/phpwsbb/class In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv397/class Modified Files: Manager.php Log Message: Fixed Bug Report [1038108] "1.0.0 CVS: Off-site Avatar checking needed" Remote Avatars are now disabled by default & admins are now warned about the dangers of using them. Index: Manager.php =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/class/Manager.php,v retrieving revision 1.55 retrieving revision 1.56 diff -C2 -d -r1.55 -r1.56 *** Manager.php 3 Oct 2004 06:58:21 -0000 1.55 --- Manager.php 3 Oct 2004 23:17:39 -0000 1.56 *************** *** 890,893 **** --- 890,894 ---- $tags['USE_AVATARS_TEXT'] = $_SESSION['translate']->it('Allow user-selected Avatars to be displayed in messages'); $tags['USE_OFFSITE_AVATARS_TEXT'] = $_SESSION['translate']->it('Allow user-selected Avatar URLs to be displayed in messages'); + $tags['USE_OFFSITE_AVATARS_HELP'] = $_SESSION['translate']->it('Not recommended').CLS_help::show_link('phpwsbb', 'remote_avatars'); $tags['USE_SIGNATURES_TEXT'] = $_SESSION['translate']->it('Allow user-created Signatures to be displayed in messages'); |