From c4b45908ef135c0e13c952206d72f4c51de322c5 Mon Sep 17 00:00:00 2001 From: MikeyGMT Date: Sun, 16 Oct 2016 23:55:29 +0100 Subject: [PATCH] #1887 Notice Removal User Settings Template #1887 Notice Removal User Settings Template - remember this needs to copied from e107_core/templates to e107_themes/templates - or merged into your own custom template. --- e107_core/templates/usersettings_template.php | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/e107_core/templates/usersettings_template.php b/e107_core/templates/usersettings_template.php index ffe828a5d..c5222a588 100755 --- a/e107_core/templates/usersettings_template.php +++ b/e107_core/templates/usersettings_template.php @@ -46,7 +46,7 @@ $sc_style['PASSWORD_LEN']['pre'] = "
(".LAN_USE $sc_style['PASSWORD_LEN']['post'] = " ".LAN_USER_79.")"; $sc_style['USERCLASSES']['pre'] = " - ".LAN_USER_76.":".req($pref['signup_option_class'])." + ".LAN_USER_76.":".req(varset($pref['signup_option_class']))."
".LAN_USER_73." "; @@ -77,7 +77,7 @@ $sc_style['LOGINNAME']['pre'] = " $sc_style['LOGINNAME']['post'] = "\n"; -$sc_style['SIGNATURE']['pre'] = "".LAN_USER_71.req($pref['signup_option_signature'])." +$sc_style['SIGNATURE']['pre'] = "".LAN_USER_71.req(varset($pref['signup_option_signature']))." "; //$sc_style['SIGNATURE']['pre'] = " @@ -125,14 +125,14 @@ $USERSETTINGS_EDIT = " {LOGINNAME} - ".LAN_USER_60.req(!$pref['disable_emailcheck'])." + ".LAN_USER_60.req(!varset($pref['disable_emailcheck']))." {EMAIL} - ".LAN_USER_63.req($pref['signup_option_realname'])." + ".LAN_USER_63.req(varset($pref['signup_option_realname']))." {REALNAME} @@ -154,7 +154,7 @@ $USERSETTINGS_EDIT = " - ".LAN_USER_07.req($pref['signup_option_image'])." + ".LAN_USER_07.req(varset($pref['signup_option_image']))." {AVATAR_REMOTE} @@ -214,7 +214,7 @@ $USERSETTINGS_WRAPPER['edit']['CUSTOMTITLE'] = "
"; $USERSETTINGS_WRAPPER['edit']['USERCLASSES'] = "
- +
{---}
"; @@ -233,7 +233,7 @@ $USERSETTINGS_WRAPPER['edit']['PHOTO_UPLOAD'] = "
$USERSETTINGS_WRAPPER['edit']['SIGNATURE'] = "
- +
{---}
"; @@ -256,14 +256,14 @@ $USERSETTINGS_TEMPLATE['edit'] = "
- +
{EMAIL}
- +
{REALNAME}
@@ -284,7 +284,7 @@ $USERSETTINGS_TEMPLATE['edit'] = "
- +
{AVATAR_REMOTE}
@@ -320,4 +320,4 @@ $USERSETTINGS_TEMPLATE['extended-field'] = "
-?> \ No newline at end of file +?>