how to remove hide account option from user profile means i want only staff member have rights to hide account
5 posters
removed hide account
Draxion- Helper
- Posts : 2518
Reputation : 321
Language : English
Location : USA
- Post n°2
Re: removed hide account
So, just so I'm clear on your question. You want to 'disable' the option to allow users to have their usernames hidden, correct?
Draxion- Helper
- Posts : 2518
Reputation : 321
Language : English
Location : USA
- Post n°4
Re: removed hide account
Sorry, I don't believe there is a way to disable that option as it allows users to hide their account in case they are needing to hide from someone who could possibly bully them or something of that nature. Staff by default can see who is hidden if you have that option enabled.
Admin Panel --> General --> Security --> Allow moderators to see the hidden users
Admin Panel --> General --> Security --> Allow moderators to see the hidden users
brandon_g- Manager
- Posts : 10113
Reputation : 923
Language : English
Location : USA
- Post n°5
Re: removed hide account
Hello,
Just to add to what Draxion already said, an admin can also manually unhide a user by going to their profile in the admin panel and finding 'hide profile', tick to 'no' and save.
I dont see why someone hiding their account would be a problem because as Draxion also said, admins and staff members can see hidden users when their online and such, so it only hides the user to regular users who are not on their friends list. It will not hide the user to staff members and admins.
-Brandon
Just to add to what Draxion already said, an admin can also manually unhide a user by going to their profile in the admin panel and finding 'hide profile', tick to 'no' and save.
I dont see why someone hiding their account would be a problem because as Draxion also said, admins and staff members can see hidden users when their online and such, so it only hides the user to regular users who are not on their friends list. It will not hide the user to staff members and admins.
-Brandon
Remember to mark your topic when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?
Team Leader
Review Section Rules | Request A Review | Sticker Points
Ape- Administrator
- Posts : 19432
Reputation : 2010
Language : fluent in dork / mumbojumbo & English haha
- Post n°6
Re: removed hide account
Hello you can not remove it for just members BUT you can remove it from all members if you want.
This is done by The templates tool.
Please can you post your Templates for the following:
ACP >> Display >> Templates >> Profile
"profile_add_body"
Please post them in the code tag button and i will make the change for you so no one can see the settings.
This is done by The templates tool.
Please can you post your Templates for the following:
ACP >> Display >> Templates >> Profile
"profile_add_body"
Please post them in the code tag button and i will make the change for you so no one can see the settings.
Justin15- Forumember
- Posts : 98
Reputation : 1
Language : english
- Post n°7
Re: removed hide account
- Code:
<script type="text/javascript" src="{JSPWD}"></script>
<!-- BEGIN switch_display_menu -->
{UCP_TABS}
<!-- END switch_display_menu -->
{ERROR_BOX}
<div class="panel row3">
<div class="inner">
<span class="corners-top"><span></span></span>
<div id="cp-main" class="ucp-main">
<form action="{S_PROFILE_ACTION}" {S_FORM_ENCTYPE} method="post" name="post" id="ucp">
<!-- BEGIN switch_informations_menu -->
<h1 class="page-title">{L_REGISTRATION_INFO}</h1>
<div class="panel">
<div class="inner"><span class="corners-top"><span></span></span>
<p>{L_ITEMS_REQUIRED}</p>
<fieldset>
<!-- BEGIN switch_namechange_disallowed -->
<dl>
<dt><label>{L_USERNAME} : *</label></dt>
<dd><input type="hidden" name="username" value="{USERNAME}" class="inputbox" /><strong>{USERNAME}</strong></dd>
</dl>
<!-- END switch_namechange_disallowed -->
<!-- BEGIN switch_namechange_allowed -->
<dl>
<dt><label>{L_USERNAME} : *</label></dt>
<dd><input type="text" name="username" value="{USERNAME}" class="inputbox" /></dd>
</dl>
<!-- END switch_namechange_allowed -->
<!-- BEGIN switch_emailchange_disallowed -->
<dl>
<dt><label>{L_EMAIL_ADDRESS} : *</label></dt>
<dd><input type="hidden" name="email" value="{EMAIL}" />{EMAIL}</dd>
</dl>
<!-- END switch_emailchange_disallowed -->
<!-- BEGIN switch_emailchange_allowed -->
<dl>
<dt><label>{L_EMAIL_ADDRESS} : *</label></dt>
<dd><input type="text" name="email" value="{EMAIL}" class="inputbox" /></dd>
</dl>
<!-- END switch_emailchange_allowed -->
<!-- BEGIN switch_change_password -->
<dl>
<dt><label>{L_CHANGE_PASSWORD} : *</label></dt>
<dd>
<a href="{LINK_FOR_PASSWD_CHANGE}" target="_blank"><b>< {L_MODIFY} ></b></a>
</dd>
</dl>
<!-- END switch_change_password -->
</fieldset>
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- BEGIN switch_span_div -->
<!-- END switch_span_div -->
<!-- BEGIN switch_profile_fields -->
<h1 class="page-title">{switch_informations_menu.switch_profile_fields.L_PROFILE_FIELDS}</h1>
<div class="panel">
<div class="inner"><span class="corners-top"><span></span></span>
<fieldset>
<!-- BEGIN field -->
<dl>
<dt>{switch_informations_menu.switch_profile_fields.field.NAME}</dt>
<dd>
{switch_informations_menu.switch_profile_fields.field.OBJECT}<br />
<span class="italic">{switch_informations_menu.switch_profile_fields.field.DESCRIPTION}</span>
</dd>
</dl>
<!-- END field -->
</fieldset>
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- END switch_profile_fields -->
<!-- BEGIN switch_register_not_display -->
<div class="panel">
<div class="inner"><span class="corners-top"><span></span></span>
<p>{L_PROFILE_INFO_NOTICE}</p>
<fieldset>
<!-- BEGIN switch_unsubscribe_allowed -->
<dl>
<dt><label>{L_DELETE}</label></dt>
<dd><input type="checkbox" name="delete_user" /><span class="italic">{L_DELETE_EXPLAIN}</span>
</dd>
</dl>
<!-- END switch_unsubscribe_allowed -->
</fieldset>
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- END switch_register_not_display -->
<!-- BEGIN switch_profile_fields_register -->
<div class="panel">
<div class="inner"><span class="corners-top"><span></span></span>
<fieldset>
<!-- BEGIN field -->
<dl>
<dt><label>{switch_informations_menu.switch_profile_fields_register.field.NAME} :</label></dt>
<dd>{switch_informations_menu.switch_profile_fields_register.field.OBJECT}<br /><br /></dd>
</dl>
<!-- END field -->
</fieldset>
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- END switch_profile_fields_register -->
<!-- END switch_informations_menu -->
<!-- BEGIN switch_confirm_password -->
<h1 class="page-title">{L_REGISTRATION_INFO}</h1>
<div class="panel">
<div class="inner"><span class="corners-top"><span></span></span>
<fieldset>
<dl>
<dt><label>{L_CURRENT_PASSWORD} : *</label></dt>
<dd><input type="password" name="cur_password" value="{CUR_PASSWORD}" class="inputbox" /></dd>
</dl>
</fieldset>
<span class="corners-bottom"><span></span></span>
</div>
</div>
<!-- END switch_confirm_password -->
<!-- BEGIN switch_confirm_password_new -->
<div class="panel">
<div class="inner"><span class="corners-top"><span></span></span>
<fieldset>
<dl>
<dt><label>{L_NEW_PASSWORD} : *</label></dt>
<dd><input type="password" name="new_password" value="{NEW_PASSWORD}" class="inputbox" maxlength="25" /></dd>
</dl>
<dl>
<dt><label>{L_CONFIRM_PASSWORD} : *</label></dt>
<dd>
<input type="password" name="password_confirm" value="{PASSWORD_CONFIRM}" class="inputbox" maxlength="25" />
<input type="hidden" name="change_password" value="change_password" />
</dd>
</dl>
</fieldset>
<span class="corners-bottom"><span></span></span>
</div>
</div>
<!-- END switch_confirm_password_new -->
<!-- BEGIN switch_preferences_menu -->
<h1 class="page-title">{L_PREFERENCES}</h1>
<div class="panel">
<div class="inner"><span class="corners-top"><span></span></span>
<fieldset>
<dl>
<dt><label>{L_PUBLIC_VIEW_EMAIL} :</label></dt>
<dd>
<label><input type="radio" name="viewemail" value="2" {VIEW_EMAIL_FORM} />{L_YES}</label>
<!-- BEGIN switch_enable_mail_view --><label><input type="radio" name="viewemail" value="2" {VIEW_EMAIL_FORM} />{L_FORM}</label>
<label><input type="radio" name="viewemail" value="1" {VIEW_EMAIL_MAILTO} />{L_MAILTO}</label>
<!-- END switch_enable_mail_view --><label><input type="radio" name="viewemail" value="0" {VIEW_EMAIL_NO} />{L_NO}</label>
</dd>
</dl>
<!-- BEGIN switch_view_pm -->
<dl>
<dt><label>{L_PUBLIC_VIEW_MP} :</label></dt>
<dd>
<label><input type="radio" name="view_pm" value="1" {VIEW_MP_YES} />{L_YES}</label>
<label><input type="radio" name="view_pm" value="0" {VIEW_MP_NO} />{L_NO}</label>
</dd>
</dl>
<!-- END switch_view_pm -->
<!-- BEGIN switch_profile_advanced -->
<dl>
<dt><label>{switch_preferences_menu.switch_profile_advanced.L_ALLOW_PROFILE_MSGS} :</label></dt>
<dd>
<label><input type="radio" name="profilemsgs" value="2" {switch_preferences_menu.switch_profile_advanced.PROFILE_MSGS_ALL} />{L_ALL_USERS}</label>
<label><input type="radio" name="profilemsgs" value="1" {switch_preferences_menu.switch_profile_advanced.PROFILE_MSGS_FRIENDS} />{L_MY_FRIENDS}</label>
<label><input type="radio" name="profilemsgs" value="0" {switch_preferences_menu.switch_profile_advanced.PROFILE_MSGS_NONE} />{L_NO_ONE}</label>
<label><input type="radio" name="profilemsgs" value="-1" {switch_preferences_menu.switch_profile_advanced.PROFILE_MSGS_HIDE} />{L_HIDE_TAB}</label>
</dd>
</dl>
<!-- END switch_profile_advanced -->
<!-- BEGIN switch_fb_connect -->
<dl>
<dt><label>{switch_preferences_menu.switch_fb_connect.L_FB_LINK_ACCOUNT} :</label></dt>
<dd>
<!-- BEGIN switch_fb_account_linked -->
<span class="italic">{switch_preferences_menu.switch_fb_connect.switch_fb_account_linked.L_FB_ACCOUNT_LINKED}</span>
<!-- END switch_fb_account_linked -->
<!-- BEGIN switch_fb_account_not_linked -->
<div class="fb-login-button" onlogin="facebook_link">{switch_preferences_menu.switch_fb_connect.switch_fb_account_not_linked.L_FB_LOGIN_BUTTON}</div>
<!-- END switch_fb_account_not_linked -->
</dd>
</dl>
<!-- BEGIN switch_fb_account_linked -->
<dl>
<dt><label>{switch_preferences_menu.switch_fb_connect.switch_fb_account_linked.L_UNLINK_FB_ACCOUNT_EXPLAIN} :</label></dt>
<dd>
<label><input type="radio" name="unlink_fb_account" value="1" />{L_YES}</label>
<label><input type="radio" name="unlink_fb_account" value="0" checked="checked" />{L_NO}</label>
</dd>
</dl>
<!-- END switch_fb_account_linked -->
<!-- END switch_fb_connect -->
<dl>
<dt><label>{L_NEWSLETTER_ACCEPT} :</label></dt>
<dd>
<label><input type="radio" name="newsletter" value="1" {NEWSLETTER_YES} />{L_YES}</label>
<label><input type="radio" name="newsletter" value="0" {NEWSLETTER_NO} />{L_NO}</label>
<br /><span class="italic">{L_NEWSLETTER_ACCEPT_EXPLAIN}</span>
</dd>
</dl>
<dl>
<dt><label>{L_HIDE_USER} :</label></dt>
<dd>
<label><input type="radio" name="hideonline" value="1" {HIDE_USER_YES} />{L_YES}</label>
<label><input type="radio" name="hideonline" value="0" {HIDE_USER_NO} />{L_NO}</label>
</dd>
</dl>
<dl>
<dt><label>{L_NOTIFY_ON_REPLY} :</label></dt>
<dd>
<label><input type="radio" name="notifyreply" value="1" {NOTIFY_REPLY_YES} />{L_YES}</label>
<label><input type="radio" name="notifyreply" value="0" {NOTIFY_REPLY_NO} />{L_NO}</label>
<br /><span class="italic">{L_NOTIFY_ON_REPLY_EXPLAIN}</span>
</dd>
</dl>
<!-- BEGIN switch_can_disable_mass_pm -->
<dl>
<dt><label>{L_ENABLE_MASS_PM} : </label></dt>
<dd>
<label><input type="radio" name="allow_mass_pm" value="4" {ALLOW_MASS_PM_NOTIFY_CHECKED} />{L_YES}</label>
<label><input type="radio" name="allow_mass_pm" value="2" {ALLOW_MASS_PM_CHECKED} />{L_NO}</label>
<label><input type="radio" name="allow_mass_pm" value="0" {DISABLE_MASS_PM_CHECKED} />{L_NO_MASS_PM}</label>
<br /><span class="italic">{L_ENABLE_MASS_PM_EXPLAIN}</span>
</dd>
</dl>
<!-- END switch_can_disable_mass_pm -->
<!-- BEGIN switch_notify_subscriptions -->
<dl>
<dt><label>{L_NOTIFY_SUBSCRIPTIONS} :</label></dt>
<dd>
<label><input type="radio" name="notify_subscriptions" value="1" {NOTIFY_SUBSCRIPTIONS_YES} />{L_YES}</label>
<label><input type="radio" name="notify_subscriptions" value="0" {NOTIFY_SUBSCRIPTIONS_NO} />{L_NO}</label>
</dd>
</dl>
<!-- END switch_notify_subscriptions -->
<dl>
<dt><label>{L_POPUP_ON_PRIVMSG} :</label></dt>
<dd>
<label><input type="radio" name="popup_pm" value="1" {POPUP_PM_YES} />{L_YES}</label>
<label><input type="radio" name="popup_pm" value="0" {POPUP_PM_NO} />{L_NO}</label>
<br /><span class="italic">{L_POPUP_ON_PRIVMSG_EXPLAIN}</span>
</dd>
</dl>
<dl>
<dt><label>{L_NOTIFY_POST_PREVENT} :</label></dt>
<dd>
<label><input type="radio" name="post_prevent" value="1" {POST_PREVENT_YES} />{L_YES}</label>
<label><input type="radio" name="post_prevent" value="0" {POST_PREVENT_NO} />{L_NO}</label>
<br /><span class="italic">{L_NOTIFY_POST_PREVENT_EXPLAIN}</span>
</dd>
</dl>
<!-- BEGIN switch_report -->
<dl>
<dt><label>{switch_preferences_menu.switch_report.L_NO_REPORT_POPUP} :</label></dt>
<dd>
<label><input type="radio" name="no_report_popup" value="0" {switch_preferences_menu.switch_report.NO_REPORT_POPUP_YES} />{L_YES}</label>
<label><input type="radio" name="no_report_popup" value="1" {switch_preferences_menu.switch_report.NO_REPORT_POPUP_NO} />{L_NO}</label>
</dd>
</dl>
<!-- END switch_report -->
<dl>
<dt><label>{L_ALWAYS_ADD_SIGNATURE} :</label></dt>
<dd>
<label><input type="radio" name="attachsig" value="1" {ALWAYS_ADD_SIGNATURE_YES} />{L_YES}</label>
<label><input type="radio" name="attachsig" value="0" {ALWAYS_ADD_SIGNATURE_NO} />{L_NO}</label>
</dd>
</dl>
<dl>
<dt><label>{L_ALWAYS_ALLOW_BBCODE} :</label></dt>
<dd>
<label><input type="radio" name="allowbbcode" value="1" {ALWAYS_ALLOW_BBCODE_YES} />{L_YES}</label>
<label><input type="radio" name="allowbbcode" value="0" {ALWAYS_ALLOW_BBCODE_NO} />{L_NO}</label>
</dd>
</dl>
<dl>
<dt><label>{L_ALWAYS_ALLOW_HTML} :</label></dt>
<dd>
<label><input type="radio" name="allowhtml" value="1" {ALWAYS_ALLOW_HTML_YES} />{L_YES}</label>
<label><input type="radio" name="allowhtml" value="0" {ALWAYS_ALLOW_HTML_NO} />{L_NO}</label>
</dd>
</dl>
<dl>
<dt><label>{L_ALWAYS_ALLOW_SMILIES} :</label></dt>
<dd>
<label><input type="radio" name="allowsmilies" value="1" {ALWAYS_ALLOW_SMILIES_YES} />{L_YES}</label>
<label><input type="radio" name="allowsmilies" value="0" {ALWAYS_ALLOW_SMILIES_NO} />{L_NO}</label>
</dd>
</dl>
<dl>
<dt><label>{L_BOARD_LANGUAGE} :</label></dt>
<dd>{LANGUAGE_SELECT}</dd>
</dl>
<dl>
<dt><label>{L_TIMEZONE} :</label></dt>
<dd>{TIMEZONE_SELECT}</dd>
</dl>
<dl>
<dt><label>{L_DATE_FORMAT} :</label></dt>
<dd>{DATE_FORMAT}
<br /><span class="italic">{CURRENT_TIME}</span>
</dd>
</dl>
</fieldset>
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- END switch_preferences_menu -->
<!-- BEGIN switch_avatar_block -->
<h1 class="page-title">{L_AVATAR_PANEL}</h1>
<div class="panel">
<div class="inner"><span class="corners-top"><span></span></span>
<fieldset>
<dl>
<dt><label>{L_AVATAR_EXPLAIN}</label></dt>
<dd>
{L_CURRENT_IMAGE}
<br />{AVATAR}
<br /><input type="checkbox" name="avatardel" />{L_DELETE_AVATAR}
</dd>
</dl>
<!-- BEGIN switch_avatar_faceyourmanga -->
<dl>
<dt><label>{L_FACEYOURMANGA_BUTTON_LABEL}</label></dt>
<dd>
<img src="{L_FACEYOURMANGA_LINK_IMG}" onclick="$('#fym_avatar_form').submit()" id="fym_banner" style="cursor:pointer;cursor:hand;" />
<br />
<input type="button" onclick="$('#fym_avatar_form').submit()" value="{L_FACEYOURMANGA_BUTTON_LABEL}" class="button button1" />
</dd>
</dl>
<!-- END switch_avatar_faceyourmanga -->
<!-- BEGIN switch_avatar_faceyourmanga_alternate -->
<dl>
<dt><label>{L_FACEYOURMANGA_BUTTON_LABEL}</label></dt>
<dd>
<img src="{L_FACEYOURMANGA_LINK_IMG}" onclick="{switch_avatar_block.switch_avatar_faceyourmanga_alternate.ONCLICK_FYM}" id="fym_banner" style="cursor:pointer;cursor:hand;" />
<br />
<input type="button" onclick="{switch_avatar_block.switch_avatar_faceyourmanga_alternate.ONCLICK_FYM}" value="{L_FACEYOURMANGA_BUTTON_LABEL}" class="button button1" />
</dd>
</dl>
<!-- END switch_avatar_faceyourmanga_alternate -->
<!-- BEGIN switch_avatar_local_upload -->
<dl>
<dt><label>{L_UPLOAD_AVATAR_FILE} :</label></dt>
<dd><input type="file" name="avatar" class="inputbox" /></dd>
</dl>
<!-- END switch_avatar_local_upload -->
<!-- BEGIN switch_avatar_remote_upload -->
<dl>
<dt><label>{L_UPLOAD_AVATAR_URL} :</label></dt>
<dd><input type="text" name="avatarurl" class="inputbox" />
<br /><span class="italic">{L_UPLOAD_AVATAR_URL_EXPLAIN}</span>
</dd>
</dl>
<!-- END switch_avatar_remote_upload -->
<!-- BEGIN switch_avatar_remote_link -->
<dl>
<dt><label>{L_LINK_REMOTE_AVATAR} :</label></dt>
<dd><input type="text" name="avatarremoteurl" class="inputbox" />
<br /><span class="italic">{L_LINK_REMOTE_AVATAR_EXPLAIN}</span>
</dd>
</dl>
<!-- END switch_avatar_remote_link -->
<!-- BEGIN switch_avatar_local_gallery -->
<dl>
<dt><label>{L_AVATAR_GALLERY} :</label></dt>
<dd><input type="submit" name="avatargallery" value="{L_SHOW_GALLERY}" class="button1" /></dd>
</dl>
<!-- END switch_avatar_local_gallery -->
</fieldset>
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- END switch_avatar_block -->
<fieldset class="submit-buttons">
{S_HIDDEN_FIELDS}
<input class="button1" type="submit" name="submit" value="{L_SUBMIT}" />
<input class="button2" type="reset" name="reset" value="{L_RESET}" />
</fieldset>
</form>
<!-- BEGIN switch_avatar_block -->
<!-- BEGIN switch_avatar_faceyourmanga -->
<form id="fym_avatar_form" action="{L_FACEYOURMANGA_LINK_URL}" method="GET" target="_blank">
<input type="hidden" name="lang" value="{FORUM_LANGUAGE}" />
<input type="hidden" name="site" value="{FORUM_HOSTNAME}" />
</form>
<!-- END switch_avatar_faceyourmanga -->
<!-- END switch_avatar_block -->
</div>
<div class="clear"></div>
<span class="corners-bottom"><span></span></span>
</div>
</div>
<script type="text/javascript">
$(function(){
$('input[name=reset]').click(function(){
$("#pwd_good,#pwd_middle,#pwd_bad").hide();
});
$('input[name=new_password],input[name=username]').keyup(function() {
if ( $('input[name=new_password]').val() != "" )
{
var level = passwordStrength($('input[name=new_password]').val(),$('input[name=username]').val());
switch(level)
{
case 'bad' :
$("#pwd_middle,#pwd_good").hide();
$("#pwd_bad").show();
break;
case 'good' :
$("#pwd_good,#pwd_bad").hide();
$("#pwd_middle").show();
break;
case 'strong' :
$("#pwd_middle,#pwd_bad").hide();
$("#pwd_good").show();
break;
}
}
else
{
$("#pwd_middle,#pwd_good,#pwd_bad").hide();
}
});
var banner_width;
$(window).on("resize", function(){
$("#fym_banner").width(banner_width /($(window).width() < 1000 ? 1.5 : 1));
})
.load(function(){
banner_width = $("#fym_banner").width();
$(this).trigger("resize");
});
});
</script>
SLGray- Administrator
- Posts : 51554
Reputation : 3523
Language : English
Location : United States
- Post n°8
Re: removed hide account
Replace yours with this one:
- Code:
    <script type="text/javascript" src="{JSPWD}"></script>
    <!-- BEGIN switch_display_menu -->
    {UCP_TABS}
    <!-- END switch_display_menu -->
   Â
    {ERROR_BOX}
   Â
    <div class="panel row3">
     <div class="inner">
       <span class="corners-top"><span></span></span>
   Â
       <div id="cp-main" class="ucp-main">
        <form action="{S_PROFILE_ACTION}" {S_FORM_ENCTYPE} method="post" name="post" id="ucp">
        <!-- BEGIN switch_informations_menu -->
          <h1 class="page-title">{L_REGISTRATION_INFO}</h1>
          <div class="panel">
           <div class="inner"><span class="corners-top"><span></span></span>
   Â
           <p>{L_ITEMS_REQUIRED}</p>
           <fieldset>
           <!-- BEGIN switch_namechange_disallowed -->
           <dl>
             <dt><label>{L_USERNAME} : *</label></dt>
             <dd><input type="hidden" name="username" value="{USERNAME}" class="inputbox" /><strong>{USERNAME}</strong></dd>
           </dl>
           <!-- END switch_namechange_disallowed -->
           <!-- BEGIN switch_namechange_allowed -->
           <dl>
             <dt><label>{L_USERNAME} : *</label></dt>
             <dd><input type="text" name="username" value="{USERNAME}" class="inputbox" /></dd>
           </dl>
           <!-- END switch_namechange_allowed -->
           <!-- BEGIN switch_emailchange_disallowed -->
           <dl>
             <dt><label>{L_EMAIL_ADDRESS} : *</label></dt>
             <dd><input type="hidden" name="email" value="{EMAIL}" />{EMAIL}</dd>
           </dl>
           <!-- END switch_emailchange_disallowed -->
           <!-- BEGIN switch_emailchange_allowed -->
           <dl>
             <dt><label>{L_EMAIL_ADDRESS} : *</label></dt>
             <dd><input type="text" name="email" value="{EMAIL}" class="inputbox" /></dd>
           </dl>
           <!-- END switch_emailchange_allowed -->
   Â
           <!-- BEGIN switch_change_password -->
           <dl>
             <dt><label>{L_CHANGE_PASSWORD} : *</label></dt>
             <dd>
              <a href="{LINK_FOR_PASSWD_CHANGE}" target="_blank"><b>< {L_MODIFY} ></b></a>
             </dd>
           </dl>
           <!-- END switch_change_password -->
           </fieldset>
           <span class="corners-bottom"><span></span></span></div>
          </div>
          <!-- BEGIN switch_span_div -->
          <!-- END switch_span_div -->
   Â
          <!-- BEGIN switch_profile_fields -->
          <h1 class="page-title">{switch_informations_menu.switch_profile_fields.L_PROFILE_FIELDS}</h1>
          <div class="panel">
           <div class="inner"><span class="corners-top"><span></span></span>
           <fieldset>
             <!-- BEGIN field -->
             <dl>
              <dt>{switch_informations_menu.switch_profile_fields.field.NAME}</dt>
              <dd>
                {switch_informations_menu.switch_profile_fields.field.OBJECT}<br />
                <span class="italic">{switch_informations_menu.switch_profile_fields.field.DESCRIPTION}</span>
              </dd>
             </dl>
             <!-- END field -->
           </fieldset>
           <span class="corners-bottom"><span></span></span></div>
          </div>
          <!-- END switch_profile_fields -->
   Â
          <!-- BEGIN switch_register_not_display -->
          <div class="panel">
           <div class="inner"><span class="corners-top"><span></span></span>
   Â
           <p>{L_PROFILE_INFO_NOTICE}</p>
           <fieldset>
              <!-- BEGIN switch_unsubscribe_allowed -->
                <dl>
                 <dt><label>{L_DELETE}</label></dt>
                 <dd><input type="checkbox" name="delete_user" /><span class="italic">{L_DELETE_EXPLAIN}</span>
                 </dd>
                </dl>
              <!-- END switch_unsubscribe_allowed -->
           </fieldset>
   Â
           <span class="corners-bottom"><span></span></span></div>
          </div>
          <!-- END switch_register_not_display -->
   Â
          <!-- BEGIN switch_profile_fields_register -->
          <div class="panel">
           <div class="inner"><span class="corners-top"><span></span></span>
           <fieldset>
           <!-- BEGIN field -->
           <dl>
             <dt><label>{switch_informations_menu.switch_profile_fields_register.field.NAME} :</label></dt>
             <dd>{switch_informations_menu.switch_profile_fields_register.field.OBJECT}<br /><br /></dd>
           </dl>
           <!-- END field -->
           </fieldset>
           <span class="corners-bottom"><span></span></span></div>
          </div>
          <!-- END switch_profile_fields_register -->
   Â
          <!-- END switch_informations_menu -->
   Â
   Â
    <!-- BEGIN switch_confirm_password -->
    <h1 class="page-title">{L_REGISTRATION_INFO}</h1>
    <div class="panel">
    <div class="inner"><span class="corners-top"><span></span></span>
    <fieldset>
    <dl>
        <dt><label>{L_CURRENT_PASSWORD} : *</label></dt>
        <dd><input type="password" name="cur_password" value="{CUR_PASSWORD}" class="inputbox" /></dd>
    </dl>
    </fieldset>
    <span class="corners-bottom"><span></span></span>
    </div>
    </div>
    <!-- END switch_confirm_password -->
    <!-- BEGIN switch_confirm_password_new -->
    <div class="panel">
    <div class="inner"><span class="corners-top"><span></span></span>
    <fieldset>
    <dl>
        <dt><label>{L_NEW_PASSWORD} : *</label></dt>
        <dd><input type="password" name="new_password" value="{NEW_PASSWORD}" class="inputbox" maxlength="25" /></dd>
    </dl>
    <dl>
        <dt><label>{L_CONFIRM_PASSWORD} : *</label></dt>
        <dd>
        <input type="password" name="password_confirm" value="{PASSWORD_CONFIRM}" class="inputbox" maxlength="25" />
        <input type="hidden" name="change_password" value="change_password" />
       </dd>
    </dl>
    </fieldset>
    <span class="corners-bottom"><span></span></span>
    </div>
    </div>
    <!-- END switch_confirm_password_new -->
   Â
   Â
          <!-- BEGIN switch_preferences_menu -->
          <h1 class="page-title">{L_PREFERENCES}</h1>
          <div class="panel">
           <div class="inner"><span class="corners-top"><span></span></span>
   Â
           <fieldset>
           <dl>
             <dt><label>{L_PUBLIC_VIEW_EMAIL} :</label></dt>
             <dd>
              <label><input type="radio" name="viewemail" value="2" {VIEW_EMAIL_FORM} />{L_YES}</label>
              <!-- BEGIN switch_enable_mail_view --><label><input type="radio" name="viewemail" value="2" {VIEW_EMAIL_FORM} />{L_FORM}</label>
              <label><input type="radio" name="viewemail" value="1" {VIEW_EMAIL_MAILTO} />{L_MAILTO}</label>
              <!-- END switch_enable_mail_view --><label><input type="radio" name="viewemail" value="0" {VIEW_EMAIL_NO} />{L_NO}</label>
             </dd>
           </dl>
           <!-- BEGIN switch_view_pm -->
           <dl>
             <dt><label>{L_PUBLIC_VIEW_MP} :</label></dt>
             <dd>
              <label><input type="radio" name="view_pm" value="1" {VIEW_MP_YES} />{L_YES}</label>
              <label><input type="radio" name="view_pm" value="0" {VIEW_MP_NO} />{L_NO}</label>
             </dd>
           </dl>
           <!-- END switch_view_pm -->
           <!-- BEGIN switch_profile_advanced -->
           <dl>
             <dt><label>{switch_preferences_menu.switch_profile_advanced.L_ALLOW_PROFILE_MSGS} :</label></dt>
             <dd>
              <label><input type="radio" name="profilemsgs" value="2" {switch_preferences_menu.switch_profile_advanced.PROFILE_MSGS_ALL} />{L_ALL_USERS}</label>
              <label><input type="radio" name="profilemsgs" value="1" {switch_preferences_menu.switch_profile_advanced.PROFILE_MSGS_FRIENDS} />{L_MY_FRIENDS}</label>
              <label><input type="radio" name="profilemsgs" value="0" {switch_preferences_menu.switch_profile_advanced.PROFILE_MSGS_NONE} />{L_NO_ONE}</label>
              <label><input type="radio" name="profilemsgs" value="-1" {switch_preferences_menu.switch_profile_advanced.PROFILE_MSGS_HIDE} />{L_HIDE_TAB}</label>
             </dd>
           </dl>
           <!-- END switch_profile_advanced -->
           <!-- BEGIN switch_fb_connect -->
           <dl>
             <dt><label>{switch_preferences_menu.switch_fb_connect.L_FB_LINK_ACCOUNT} :</label></dt>
             <dd>
              <!-- BEGIN switch_fb_account_linked -->
              <span class="italic">{switch_preferences_menu.switch_fb_connect.switch_fb_account_linked.L_FB_ACCOUNT_LINKED}</span>
              <!-- END switch_fb_account_linked -->
   Â
              <!-- BEGIN switch_fb_account_not_linked -->
                  <div class="fb-login-button" onlogin="facebook_link">{switch_preferences_menu.switch_fb_connect.switch_fb_account_not_linked.L_FB_LOGIN_BUTTON}</div>
              <!-- END switch_fb_account_not_linked -->
             </dd>
           </dl>
           <!-- BEGIN switch_fb_account_linked -->
           <dl>
             <dt><label>{switch_preferences_menu.switch_fb_connect.switch_fb_account_linked.L_UNLINK_FB_ACCOUNT_EXPLAIN} :</label></dt>
             <dd>
              <label><input type="radio" name="unlink_fb_account" value="1" />{L_YES}</label>
              <label><input type="radio" name="unlink_fb_account" value="0" checked="checked" />{L_NO}</label>
             </dd>
           </dl>
           <!-- END switch_fb_account_linked -->
           <!-- END switch_fb_connect -->
           <dl>
             <dt><label>{L_NEWSLETTER_ACCEPT} :</label></dt>
             <dd>
              <label><input type="radio" name="newsletter" value="1" {NEWSLETTER_YES} />{L_YES}</label>
              <label><input type="radio" name="newsletter" value="0" {NEWSLETTER_NO} />{L_NO}</label>
              <br /><span class="italic">{L_NEWSLETTER_ACCEPT_EXPLAIN}</span>
             </dd>
           </dl>
 <dl>
         <dt><label>{L_NOTIFY_ON_REPLY} :</label></dt>
         <dd>
          <label><input type="radio" name="notifyreply" value="1" {NOTIFY_REPLY_YES} />{L_YES}</label>
          <label><input type="radio" name="notifyreply" value="0" {NOTIFY_REPLY_NO} />{L_NO}</label>
          <br /><span class="italic">{L_NOTIFY_ON_REPLY_EXPLAIN}</span>
         </dd>
       </dl>
       <!-- BEGIN switch_can_disable_mass_pm -->
       <dl>
         <dt><label>{L_ENABLE_MASS_PM} : </label></dt>
         <dd>
          <label><input type="radio" name="allow_mass_pm" value="4" {ALLOW_MASS_PM_NOTIFY_CHECKED} />{L_YES}</label>
          <label><input type="radio" name="allow_mass_pm" value="2" {ALLOW_MASS_PM_CHECKED} />{L_NO}</label>
          <label><input type="radio" name="allow_mass_pm" value="0" {DISABLE_MASS_PM_CHECKED} />{L_NO_MASS_PM}</label>
          <br /><span class="italic">{L_ENABLE_MASS_PM_EXPLAIN}</span>
         </dd>
       </dl>
       <!-- END switch_can_disable_mass_pm -->
       <!-- BEGIN switch_notify_subscriptions -->
       <dl>
         <dt><label>{L_NOTIFY_SUBSCRIPTIONS} :</label></dt>
         <dd>
          <label><input type="radio" name="notify_subscriptions" value="1" {NOTIFY_SUBSCRIPTIONS_YES} />{L_YES}</label>
          <label><input type="radio" name="notify_subscriptions" value="0" {NOTIFY_SUBSCRIPTIONS_NO} />{L_NO}</label>
         </dd>
       </dl>
       <!-- END switch_notify_subscriptions -->
       <dl>
         <dt><label>{L_POPUP_ON_PRIVMSG} :</label></dt>
         <dd>
          <label><input type="radio" name="popup_pm" value="1" {POPUP_PM_YES} />{L_YES}</label>
          <label><input type="radio" name="popup_pm" value="0" {POPUP_PM_NO} />{L_NO}</label>
          <br /><span class="italic">{L_POPUP_ON_PRIVMSG_EXPLAIN}</span>
         </dd>
       </dl>
       <dl>
         <dt><label>{L_NOTIFY_POST_PREVENT} :</label></dt>
         <dd>
          <label><input type="radio" name="post_prevent" value="1" {POST_PREVENT_YES} />{L_YES}</label>
          <label><input type="radio" name="post_prevent" value="0" {POST_PREVENT_NO} />{L_NO}</label>
          <br /><span class="italic">{L_NOTIFY_POST_PREVENT_EXPLAIN}</span>
         </dd>
       </dl>
       <!-- BEGIN switch_report -->
       <dl>
          <dt><label>{switch_preferences_menu.switch_report.L_NO_REPORT_POPUP} :</label></dt>
         <dd>
          <label><input type="radio" name="no_report_popup" value="0" {switch_preferences_menu.switch_report.NO_REPORT_POPUP_YES} />{L_YES}</label>
          <label><input type="radio" name="no_report_popup" value="1" {switch_preferences_menu.switch_report.NO_REPORT_POPUP_NO} />{L_NO}</label>
         </dd>
       </dl>
       <!-- END switch_report -->
       <dl>
         <dt><label>{L_ALWAYS_ADD_SIGNATURE} :</label></dt>
         <dd>
          <label><input type="radio" name="attachsig" value="1" {ALWAYS_ADD_SIGNATURE_YES} />{L_YES}</label>
          <label><input type="radio" name="attachsig" value="0" {ALWAYS_ADD_SIGNATURE_NO} />{L_NO}</label>
         </dd>
       </dl>
       <dl>
         <dt><label>{L_ALWAYS_ALLOW_BBCODE} :</label></dt>
         <dd>
          <label><input type="radio" name="allowbbcode" value="1" {ALWAYS_ALLOW_BBCODE_YES} />{L_YES}</label>
          <label><input type="radio" name="allowbbcode" value="0" {ALWAYS_ALLOW_BBCODE_NO} />{L_NO}</label>
         </dd>
       </dl>
       <dl>
         <dt><label>{L_ALWAYS_ALLOW_HTML} :</label></dt>
         <dd>
          <label><input type="radio" name="allowhtml" value="1" {ALWAYS_ALLOW_HTML_YES} />{L_YES}</label>
          <label><input type="radio" name="allowhtml" value="0" {ALWAYS_ALLOW_HTML_NO} />{L_NO}</label>
         </dd>
       </dl>
       <dl>
         <dt><label>{L_ALWAYS_ALLOW_SMILIES} :</label></dt>
         <dd>
          <label><input type="radio" name="allowsmilies" value="1" {ALWAYS_ALLOW_SMILIES_YES} />{L_YES}</label>
          <label><input type="radio" name="allowsmilies" value="0" {ALWAYS_ALLOW_SMILIES_NO} />{L_NO}</label>
         </dd>
       </dl>
       <dl>
         <dt><label>{L_BOARD_LANGUAGE} :</label></dt>
         <dd>{LANGUAGE_SELECT}</dd>
       </dl>
       <dl>
         <dt><label>{L_TIMEZONE} :</label></dt>
         <dd>{TIMEZONE_SELECT}</dd>
       </dl>
       <dl>
         <dt><label>{L_DATE_FORMAT} :</label></dt>
         <dd>{DATE_FORMAT}
          <br /><span class="italic">{CURRENT_TIME}</span>
         </dd>
       </dl>
       </fieldset>
       <span class="corners-bottom"><span></span></span></div>
      </div>
      <!-- END switch_preferences_menu -->
      <!-- BEGIN switch_avatar_block -->
      <h1 class="page-title">{L_AVATAR_PANEL}</h1>
      <div class="panel">
       <div class="inner"><span class="corners-top"><span></span></span>
       <fieldset>
       <dl>
         <dt><label>{L_AVATAR_EXPLAIN}</label></dt>
         <dd>
          {L_CURRENT_IMAGE}
          <br />{AVATAR}
          <br /><input type="checkbox" name="avatardel" />{L_DELETE_AVATAR}
         </dd>
       </dl>
                      Â
                    <!-- BEGIN switch_avatar_faceyourmanga -->
                    <dl>
                      <dt><label>{L_FACEYOURMANGA_BUTTON_LABEL}</label></dt>
                      <dd>
                        <img src="{L_FACEYOURMANGA_LINK_IMG}" onclick="$('#fym_avatar_form').submit()" id="fym_banner" style="cursor:pointer;cursor:hand;" />
                        <br />
                        <input type="button" onclick="$('#fym_avatar_form').submit()" value="{L_FACEYOURMANGA_BUTTON_LABEL}" class="button button1" />
                      </dd>
                    </dl>
                    <!-- END switch_avatar_faceyourmanga -->
            <!-- BEGIN switch_avatar_faceyourmanga_alternate -->
            <dl>
              <dt><label>{L_FACEYOURMANGA_BUTTON_LABEL}</label></dt>
              <dd>
                <img src="{L_FACEYOURMANGA_LINK_IMG}" onclick="{switch_avatar_block.switch_avatar_faceyourmanga_alternate.ONCLICK_FYM}" id="fym_banner" style="cursor:pointer;cursor:hand;" />
                <br />
                <input type="button" onclick="{switch_avatar_block.switch_avatar_faceyourmanga_alternate.ONCLICK_FYM}" value="{L_FACEYOURMANGA_BUTTON_LABEL}" class="button button1" />
              </dd>
            </dl>
            <!-- END switch_avatar_faceyourmanga_alternate -->
          Â
       <!-- BEGIN switch_avatar_local_upload -->
       <dl>
         <dt><label>{L_UPLOAD_AVATAR_FILE} :</label></dt>
         <dd><input type="file" name="avatar" class="inputbox" /></dd>
       </dl>
       <!-- END switch_avatar_local_upload -->
       <!-- BEGIN switch_avatar_remote_upload -->
       <dl>
         <dt><label>{L_UPLOAD_AVATAR_URL} :</label></dt>
         <dd><input type="text" name="avatarurl" class="inputbox" />
          <br /><span class="italic">{L_UPLOAD_AVATAR_URL_EXPLAIN}</span>
         </dd>
       </dl>
       <!-- END switch_avatar_remote_upload -->
       <!-- BEGIN switch_avatar_remote_link -->
       <dl>
         <dt><label>{L_LINK_REMOTE_AVATAR} :</label></dt>
         <dd><input type="text" name="avatarremoteurl" class="inputbox" />
          <br /><span class="italic">{L_LINK_REMOTE_AVATAR_EXPLAIN}</span>
         </dd>
       </dl>
       <!-- END switch_avatar_remote_link -->
       <!-- BEGIN switch_avatar_local_gallery -->
       <dl>
         <dt><label>{L_AVATAR_GALLERY} :</label></dt>
         <dd><input type="submit" name="avatargallery" value="{L_SHOW_GALLERY}" class="button1" /></dd>
       </dl>
       <!-- END switch_avatar_local_gallery -->
       </fieldset>
       <span class="corners-bottom"><span></span></span></div>
      </div>
      <!-- END switch_avatar_block -->
      <fieldset class="submit-buttons">
       {S_HIDDEN_FIELDS}
       <input class="button1" type="submit" name="submit" value="{L_SUBMIT}" />
       <input class="button2" type="reset" name="reset" value="{L_RESET}" />
      </fieldset>
    </form>
                      Â
            <!-- BEGIN switch_avatar_block -->
              <!-- BEGIN switch_avatar_faceyourmanga -->
              <form id="fym_avatar_form" action="{L_FACEYOURMANGA_LINK_URL}" method="GET" target="_blank">
                <input type="hidden" name="lang" value="{FORUM_LANGUAGE}" />
                <input type="hidden" name="site" value="{FORUM_HOSTNAME}" />                     Â
              </form>             Â
              <!-- END switch_avatar_faceyourmanga -->
            <!-- END switch_avatar_block -->
   </div>
   <div class="clear"></div>
   <span class="corners-bottom"><span></span></span>
 </div>
</div>
<script type="text/javascript">
$(function(){
  $('input[name=reset]').click(function(){
    $("#pwd_good,#pwd_middle,#pwd_bad").hide();
  });
  $('input[name=new_password],input[name=username]').keyup(function() {
    if ( $('input[name=new_password]').val() != "" )
    {
      var level = passwordStrength($('input[name=new_password]').val(),$('input[name=username]').val());
    switch(level)
    {
      case 'bad' :
        $("#pwd_middle,#pwd_good").hide();
        $("#pwd_bad").show();
        break;
      case 'good' :
        $("#pwd_good,#pwd_bad").hide();
        $("#pwd_middle").show();
        break;
      case 'strong' :
        $("#pwd_middle,#pwd_bad").hide();
        $("#pwd_good").show();
        break;
      }
    }
    else
    {
      $("#pwd_middle,#pwd_good,#pwd_bad").hide();
    }
  });
    Â
  var banner_width; Â
  $(window).on("resize", function(){   Â
    $("#fym_banner").width(banner_width /($(window).width() < 1000 ? 1.5 : 1));
  })
  .load(function(){
    banner_width = $("#fym_banner").width();
    $(this).trigger("resize");
  });
});
</script>
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Justin15- Forumember
- Posts : 98
Reputation : 1
Language : english
- Post n°9
Re: removed hide account
change but still show on users profile hide account button
SLGray- Administrator
- Posts : 51554
Reputation : 3523
Language : English
Location : United States
- Post n°10
Re: removed hide account
After saving the changes, did you publish the template?
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Justin15- Forumember
- Posts : 98
Reputation : 1
Language : english
- Post n°11
Re: removed hide account
SLGray wrote:After saving the changes, did you publish the template?
yeah sir
Ape- Administrator
- Posts : 19432
Reputation : 2010
Language : fluent in dork / mumbojumbo & English haha
- Post n°12
Re: removed hide account
Hello try and use this code
as you can see in the screen shot it is now missing.
This is the part of the code that was removed from your Templates
and if you want to let admins still hide you can do that by going in your ACP clicking on your username and then scroll down to the bottom of the page you will find the setting is still there but only Admin's can see that setting as its in the ACP and you can not remove that setting as its server side.
- Code:
    <script type="text/javascript" src="{JSPWD}"></script>
    <!-- BEGIN switch_display_menu -->
    {UCP_TABS}
    <!-- END switch_display_menu -->
   Â
    {ERROR_BOX}
   Â
    <div class="panel row3">
     <div class="inner">
       <span class="corners-top"><span></span></span>
   Â
       <div id="cp-main" class="ucp-main">
        <form action="{S_PROFILE_ACTION}" {S_FORM_ENCTYPE} method="post" name="post" id="ucp">
        <!-- BEGIN switch_informations_menu -->
          <h1 class="page-title">{L_REGISTRATION_INFO}</h1>
          <div class="panel">
           <div class="inner"><span class="corners-top"><span></span></span>
   Â
           <p>{L_ITEMS_REQUIRED}</p>
           <fieldset>
           <!-- BEGIN switch_namechange_disallowed -->
           <dl>
             <dt><label>{L_USERNAME} : *</label></dt>
             <dd><input type="hidden" name="username" value="{USERNAME}" class="inputbox" /><strong>{USERNAME}</strong></dd>
           </dl>
           <!-- END switch_namechange_disallowed -->
           <!-- BEGIN switch_namechange_allowed -->
           <dl>
             <dt><label>{L_USERNAME} : *</label></dt>
             <dd><input type="text" name="username" value="{USERNAME}" class="inputbox" /></dd>
           </dl>
           <!-- END switch_namechange_allowed -->
           <!-- BEGIN switch_emailchange_disallowed -->
           <dl>
             <dt><label>{L_EMAIL_ADDRESS} : *</label></dt>
             <dd><input type="hidden" name="email" value="{EMAIL}" />{EMAIL}</dd>
           </dl>
           <!-- END switch_emailchange_disallowed -->
           <!-- BEGIN switch_emailchange_allowed -->
           <dl>
             <dt><label>{L_EMAIL_ADDRESS} : *</label></dt>
             <dd><input type="text" name="email" value="{EMAIL}" class="inputbox" /></dd>
           </dl>
           <!-- END switch_emailchange_allowed -->
   Â
           <!-- BEGIN switch_change_password -->
           <dl>
             <dt><label>{L_CHANGE_PASSWORD} : *</label></dt>
             <dd>
              <a href="{LINK_FOR_PASSWD_CHANGE}" target="_blank"><b>< {L_MODIFY} ></b></a>
             </dd>
           </dl>
           <!-- END switch_change_password -->
           </fieldset>
           <span class="corners-bottom"><span></span></span></div>
          </div>
          <!-- BEGIN switch_span_div -->
          <!-- END switch_span_div -->
   Â
          <!-- BEGIN switch_profile_fields -->
          <h1 class="page-title">{switch_informations_menu.switch_profile_fields.L_PROFILE_FIELDS}</h1>
          <div class="panel">
           <div class="inner"><span class="corners-top"><span></span></span>
           <fieldset>
             <!-- BEGIN field -->
             <dl>
              <dt>{switch_informations_menu.switch_profile_fields.field.NAME}</dt>
              <dd>
                {switch_informations_menu.switch_profile_fields.field.OBJECT}<br />
                <span class="italic">{switch_informations_menu.switch_profile_fields.field.DESCRIPTION}</span>
              </dd>
             </dl>
             <!-- END field -->
           </fieldset>
           <span class="corners-bottom"><span></span></span></div>
          </div>
          <!-- END switch_profile_fields -->
   Â
          <!-- BEGIN switch_register_not_display -->
          <div class="panel">
           <div class="inner"><span class="corners-top"><span></span></span>
   Â
           <p>{L_PROFILE_INFO_NOTICE}</p>
           <fieldset>
              <!-- BEGIN switch_unsubscribe_allowed -->
                <dl>
                 <dt><label>{L_DELETE}</label></dt>
                 <dd><input type="checkbox" name="delete_user" /><span class="italic">{L_DELETE_EXPLAIN}</span>
                 </dd>
                </dl>
              <!-- END switch_unsubscribe_allowed -->
           </fieldset>
   Â
           <span class="corners-bottom"><span></span></span></div>
          </div>
          <!-- END switch_register_not_display -->
   Â
          <!-- BEGIN switch_profile_fields_register -->
          <div class="panel">
           <div class="inner"><span class="corners-top"><span></span></span>
           <fieldset>
           <!-- BEGIN field -->
           <dl>
             <dt><label>{switch_informations_menu.switch_profile_fields_register.field.NAME} :</label></dt>
             <dd>{switch_informations_menu.switch_profile_fields_register.field.OBJECT}<br /><br /></dd>
           </dl>
           <!-- END field -->
           </fieldset>
           <span class="corners-bottom"><span></span></span></div>
          </div>
          <!-- END switch_profile_fields_register -->
   Â
          <!-- END switch_informations_menu -->
   Â
   Â
    <!-- BEGIN switch_confirm_password -->
    <h1 class="page-title">{L_REGISTRATION_INFO}</h1>
    <div class="panel">
    <div class="inner"><span class="corners-top"><span></span></span>
    <fieldset>
    <dl>
        <dt><label>{L_CURRENT_PASSWORD} : *</label></dt>
        <dd><input type="password" name="cur_password" value="{CUR_PASSWORD}" class="inputbox" /></dd>
    </dl>
    </fieldset>
    <span class="corners-bottom"><span></span></span>
    </div>
    </div>
    <!-- END switch_confirm_password -->
    <!-- BEGIN switch_confirm_password_new -->
    <div class="panel">
    <div class="inner"><span class="corners-top"><span></span></span>
    <fieldset>
    <dl>
        <dt><label>{L_NEW_PASSWORD} : *</label></dt>
        <dd><input type="password" name="new_password" value="{NEW_PASSWORD}" class="inputbox" maxlength="25" /></dd>
    </dl>
    <dl>
        <dt><label>{L_CONFIRM_PASSWORD} : *</label></dt>
        <dd>
        <input type="password" name="password_confirm" value="{PASSWORD_CONFIRM}" class="inputbox" maxlength="25" />
        <input type="hidden" name="change_password" value="change_password" />
       </dd>
    </dl>
    </fieldset>
    <span class="corners-bottom"><span></span></span>
    </div>
    </div>
    <!-- END switch_confirm_password_new -->
   Â
   Â
          <!-- BEGIN switch_preferences_menu -->
          <h1 class="page-title">{L_PREFERENCES}</h1>
          <div class="panel">
           <div class="inner"><span class="corners-top"><span></span></span>
   Â
           <fieldset>
           <dl>
             <dt><label>{L_PUBLIC_VIEW_EMAIL} :</label></dt>
             <dd>
              <label><input type="radio" name="viewemail" value="2" {VIEW_EMAIL_FORM} />{L_YES}</label>
              <!-- BEGIN switch_enable_mail_view --><label><input type="radio" name="viewemail" value="2" {VIEW_EMAIL_FORM} />{L_FORM}</label>
              <label><input type="radio" name="viewemail" value="1" {VIEW_EMAIL_MAILTO} />{L_MAILTO}</label>
              <!-- END switch_enable_mail_view --><label><input type="radio" name="viewemail" value="0" {VIEW_EMAIL_NO} />{L_NO}</label>
             </dd>
           </dl>
           <!-- BEGIN switch_view_pm -->
           <dl>
             <dt><label>{L_PUBLIC_VIEW_MP} :</label></dt>
             <dd>
              <label><input type="radio" name="view_pm" value="1" {VIEW_MP_YES} />{L_YES}</label>
              <label><input type="radio" name="view_pm" value="0" {VIEW_MP_NO} />{L_NO}</label>
             </dd>
           </dl>
           <!-- END switch_view_pm -->
           <!-- BEGIN switch_profile_advanced -->
           <dl>
             <dt><label>{switch_preferences_menu.switch_profile_advanced.L_ALLOW_PROFILE_MSGS} :</label></dt>
             <dd>
              <label><input type="radio" name="profilemsgs" value="2" {switch_preferences_menu.switch_profile_advanced.PROFILE_MSGS_ALL} />{L_ALL_USERS}</label>
              <label><input type="radio" name="profilemsgs" value="1" {switch_preferences_menu.switch_profile_advanced.PROFILE_MSGS_FRIENDS} />{L_MY_FRIENDS}</label>
              <label><input type="radio" name="profilemsgs" value="0" {switch_preferences_menu.switch_profile_advanced.PROFILE_MSGS_NONE} />{L_NO_ONE}</label>
              <label><input type="radio" name="profilemsgs" value="-1" {switch_preferences_menu.switch_profile_advanced.PROFILE_MSGS_HIDE} />{L_HIDE_TAB}</label>
             </dd>
           </dl>
           <!-- END switch_profile_advanced -->
           <!-- BEGIN switch_fb_connect -->
           <dl>
             <dt><label>{switch_preferences_menu.switch_fb_connect.L_FB_LINK_ACCOUNT} :</label></dt>
             <dd>
              <!-- BEGIN switch_fb_account_linked -->
              <span class="italic">{switch_preferences_menu.switch_fb_connect.switch_fb_account_linked.L_FB_ACCOUNT_LINKED}</span>
              <!-- END switch_fb_account_linked -->
   Â
              <!-- BEGIN switch_fb_account_not_linked -->
                  <div class="fb-login-button" onlogin="facebook_link">{switch_preferences_menu.switch_fb_connect.switch_fb_account_not_linked.L_FB_LOGIN_BUTTON}</div>
              <!-- END switch_fb_account_not_linked -->
             </dd>
           </dl>
           <!-- BEGIN switch_fb_account_linked -->
           <dl>
             <dt><label>{switch_preferences_menu.switch_fb_connect.switch_fb_account_linked.L_UNLINK_FB_ACCOUNT_EXPLAIN} :</label></dt>
             <dd>
              <label><input type="radio" name="unlink_fb_account" value="1" />{L_YES}</label>
              <label><input type="radio" name="unlink_fb_account" value="0" checked="checked" />{L_NO}</label>
             </dd>
           </dl>
           <!-- END switch_fb_account_linked -->
           <!-- END switch_fb_connect -->
           <dl>
             <dt><label>{L_NEWSLETTER_ACCEPT} :</label></dt>
             <dd>
              <label><input type="radio" name="newsletter" value="1" {NEWSLETTER_YES} />{L_YES}</label>
              <label><input type="radio" name="newsletter" value="0" {NEWSLETTER_NO} />{L_NO}</label>
              <br /><span class="italic">{L_NEWSLETTER_ACCEPT_EXPLAIN}</span>
             </dd>
           </dl>
          Â
           <dl>
             <dt><label>{L_NOTIFY_ON_REPLY} :</label></dt>
             <dd>
              <label><input type="radio" name="notifyreply" value="1" {NOTIFY_REPLY_YES} />{L_YES}</label>
              <label><input type="radio" name="notifyreply" value="0" {NOTIFY_REPLY_NO} />{L_NO}</label>
              <br /><span class="italic">{L_NOTIFY_ON_REPLY_EXPLAIN}</span>
             </dd>
           </dl>
           <!-- BEGIN switch_can_disable_mass_pm -->
           <dl>
             <dt><label>{L_ENABLE_MASS_PM} : </label></dt>
             <dd>
              <label><input type="radio" name="allow_mass_pm" value="4" {ALLOW_MASS_PM_NOTIFY_CHECKED} />{L_YES}</label>
              <label><input type="radio" name="allow_mass_pm" value="2" {ALLOW_MASS_PM_CHECKED} />{L_NO}</label>
              <label><input type="radio" name="allow_mass_pm" value="0" {DISABLE_MASS_PM_CHECKED} />{L_NO_MASS_PM}</label>
              <br /><span class="italic">{L_ENABLE_MASS_PM_EXPLAIN}</span>
             </dd>
           </dl>
           <!-- END switch_can_disable_mass_pm -->
           <!-- BEGIN switch_notify_subscriptions -->
           <dl>
             <dt><label>{L_NOTIFY_SUBSCRIPTIONS} :</label></dt>
             <dd>
              <label><input type="radio" name="notify_subscriptions" value="1" {NOTIFY_SUBSCRIPTIONS_YES} />{L_YES}</label>
              <label><input type="radio" name="notify_subscriptions" value="0" {NOTIFY_SUBSCRIPTIONS_NO} />{L_NO}</label>
             </dd>
           </dl>
           <!-- END switch_notify_subscriptions -->
           <dl>
             <dt><label>{L_POPUP_ON_PRIVMSG} :</label></dt>
             <dd>
              <label><input type="radio" name="popup_pm" value="1" {POPUP_PM_YES} />{L_YES}</label>
              <label><input type="radio" name="popup_pm" value="0" {POPUP_PM_NO} />{L_NO}</label>
              <br /><span class="italic">{L_POPUP_ON_PRIVMSG_EXPLAIN}</span>
             </dd>
           </dl>
           <dl>
             <dt><label>{L_NOTIFY_POST_PREVENT} :</label></dt>
             <dd>
              <label><input type="radio" name="post_prevent" value="1" {POST_PREVENT_YES} />{L_YES}</label>
              <label><input type="radio" name="post_prevent" value="0" {POST_PREVENT_NO} />{L_NO}</label>
              <br /><span class="italic">{L_NOTIFY_POST_PREVENT_EXPLAIN}</span>
             </dd>
           </dl>
           <!-- BEGIN switch_report -->
           <dl>
              <dt><label>{switch_preferences_menu.switch_report.L_NO_REPORT_POPUP} :</label></dt>
             <dd>
              <label><input type="radio" name="no_report_popup" value="0" {switch_preferences_menu.switch_report.NO_REPORT_POPUP_YES} />{L_YES}</label>
              <label><input type="radio" name="no_report_popup" value="1" {switch_preferences_menu.switch_report.NO_REPORT_POPUP_NO} />{L_NO}</label>
             </dd>
           </dl>
           <!-- END switch_report -->
           <dl>
             <dt><label>{L_ALWAYS_ADD_SIGNATURE} :</label></dt>
             <dd>
              <label><input type="radio" name="attachsig" value="1" {ALWAYS_ADD_SIGNATURE_YES} />{L_YES}</label>
              <label><input type="radio" name="attachsig" value="0" {ALWAYS_ADD_SIGNATURE_NO} />{L_NO}</label>
             </dd>
           </dl>
           <dl>
             <dt><label>{L_ALWAYS_ALLOW_BBCODE} :</label></dt>
             <dd>
              <label><input type="radio" name="allowbbcode" value="1" {ALWAYS_ALLOW_BBCODE_YES} />{L_YES}</label>
              <label><input type="radio" name="allowbbcode" value="0" {ALWAYS_ALLOW_BBCODE_NO} />{L_NO}</label>
             </dd>
           </dl>
           <dl>
             <dt><label>{L_ALWAYS_ALLOW_HTML} :</label></dt>
             <dd>
              <label><input type="radio" name="allowhtml" value="1" {ALWAYS_ALLOW_HTML_YES} />{L_YES}</label>
              <label><input type="radio" name="allowhtml" value="0" {ALWAYS_ALLOW_HTML_NO} />{L_NO}</label>
             </dd>
           </dl>
           <dl>
             <dt><label>{L_ALWAYS_ALLOW_SMILIES} :</label></dt>
             <dd>
              <label><input type="radio" name="allowsmilies" value="1" {ALWAYS_ALLOW_SMILIES_YES} />{L_YES}</label>
              <label><input type="radio" name="allowsmilies" value="0" {ALWAYS_ALLOW_SMILIES_NO} />{L_NO}</label>
             </dd>
           </dl>
           <dl>
             <dt><label>{L_BOARD_LANGUAGE} :</label></dt>
             <dd>{LANGUAGE_SELECT}</dd>
           </dl>
           <dl>
             <dt><label>{L_TIMEZONE} :</label></dt>
             <dd>{TIMEZONE_SELECT}</dd>
           </dl>
           <dl>
             <dt><label>{L_DATE_FORMAT} :</label></dt>
             <dd>{DATE_FORMAT}
              <br /><span class="italic">{CURRENT_TIME}</span>
             </dd>
           </dl>
           </fieldset>
   Â
           <span class="corners-bottom"><span></span></span></div>
          </div>
          <!-- END switch_preferences_menu -->
   Â
          <!-- BEGIN switch_avatar_block -->
          <h1 class="page-title">{L_AVATAR_PANEL}</h1>
          <div class="panel">
           <div class="inner"><span class="corners-top"><span></span></span>
   Â
           <fieldset>
           <dl>
             <dt><label>{L_AVATAR_EXPLAIN}</label></dt>
             <dd>
              {L_CURRENT_IMAGE}
              <br />{AVATAR}
              <br /><input type="checkbox" name="avatardel" />{L_DELETE_AVATAR}
             </dd>
           </dl>
                          Â
                        <!-- BEGIN switch_avatar_faceyourmanga -->
                        <dl>
                          <dt><label>{L_FACEYOURMANGA_BUTTON_LABEL}</label></dt>
                          <dd>
                            <img src="{L_FACEYOURMANGA_LINK_IMG}" onclick="$('#fym_avatar_form').submit()" id="fym_banner" style="cursor:pointer;cursor:hand;" />
                            <br />
                            <input type="button" onclick="$('#fym_avatar_form').submit()" value="{L_FACEYOURMANGA_BUTTON_LABEL}" class="button button1" />
                          </dd>
                        </dl>
                        <!-- END switch_avatar_faceyourmanga -->
   Â
                <!-- BEGIN switch_avatar_faceyourmanga_alternate -->
                <dl>
                  <dt><label>{L_FACEYOURMANGA_BUTTON_LABEL}</label></dt>
                  <dd>
                    <img src="{L_FACEYOURMANGA_LINK_IMG}" onclick="{switch_avatar_block.switch_avatar_faceyourmanga_alternate.ONCLICK_FYM}" id="fym_banner" style="cursor:pointer;cursor:hand;" />
                    <br />
                    <input type="button" onclick="{switch_avatar_block.switch_avatar_faceyourmanga_alternate.ONCLICK_FYM}" value="{L_FACEYOURMANGA_BUTTON_LABEL}" class="button button1" />
                  </dd>
                </dl>
                <!-- END switch_avatar_faceyourmanga_alternate -->
              Â
           <!-- BEGIN switch_avatar_local_upload -->
           <dl>
             <dt><label>{L_UPLOAD_AVATAR_FILE} :</label></dt>
             <dd><input type="file" name="avatar" class="inputbox" /></dd>
           </dl>
           <!-- END switch_avatar_local_upload -->
           <!-- BEGIN switch_avatar_remote_upload -->
           <dl>
             <dt><label>{L_UPLOAD_AVATAR_URL} :</label></dt>
             <dd><input type="text" name="avatarurl" class="inputbox" />
              <br /><span class="italic">{L_UPLOAD_AVATAR_URL_EXPLAIN}</span>
             </dd>
           </dl>
           <!-- END switch_avatar_remote_upload -->
           <!-- BEGIN switch_avatar_remote_link -->
           <dl>
             <dt><label>{L_LINK_REMOTE_AVATAR} :</label></dt>
             <dd><input type="text" name="avatarremoteurl" class="inputbox" />
              <br /><span class="italic">{L_LINK_REMOTE_AVATAR_EXPLAIN}</span>
             </dd>
           </dl>
           <!-- END switch_avatar_remote_link -->
           <!-- BEGIN switch_avatar_local_gallery -->
           <dl>
             <dt><label>{L_AVATAR_GALLERY} :</label></dt>
             <dd><input type="submit" name="avatargallery" value="{L_SHOW_GALLERY}" class="button1" /></dd>
           </dl>
           <!-- END switch_avatar_local_gallery -->
           </fieldset>
           <span class="corners-bottom"><span></span></span></div>
          </div>
          <!-- END switch_avatar_block -->
   Â
          <fieldset class="submit-buttons">
           {S_HIDDEN_FIELDS}
           <input class="button1" type="submit" name="submit" value="{L_SUBMIT}" />
           <input class="button2" type="reset" name="reset" value="{L_RESET}" />
          </fieldset>
        </form>
                          Â
                <!-- BEGIN switch_avatar_block -->
                  <!-- BEGIN switch_avatar_faceyourmanga -->
                  <form id="fym_avatar_form" action="{L_FACEYOURMANGA_LINK_URL}" method="GET" target="_blank">
                    <input type="hidden" name="lang" value="{FORUM_LANGUAGE}" />
                    <input type="hidden" name="site" value="{FORUM_HOSTNAME}" />                     Â
                  </form>             Â
                  <!-- END switch_avatar_faceyourmanga -->
                <!-- END switch_avatar_block -->
       </div>
       <div class="clear"></div>
       <span class="corners-bottom"><span></span></span>
     </div>
    </div>
   Â
    <script type="text/javascript">
    $(function(){
      $('input[name=reset]').click(function(){
        $("#pwd_good,#pwd_middle,#pwd_bad").hide();
      });
      $('input[name=new_password],input[name=username]').keyup(function() {
        if ( $('input[name=new_password]').val() != "" )
        {
          var level = passwordStrength($('input[name=new_password]').val(),$('input[name=username]').val());
        switch(level)
        {
          case 'bad' :
            $("#pwd_middle,#pwd_good").hide();
            $("#pwd_bad").show();
            break;
          case 'good' :
            $("#pwd_good,#pwd_bad").hide();
            $("#pwd_middle").show();
            break;
          case 'strong' :
            $("#pwd_middle,#pwd_bad").hide();
            $("#pwd_good").show();
            break;
          }
        }
        else
        {
          $("#pwd_middle,#pwd_good,#pwd_bad").hide();
        }
      });
        Â
      var banner_width; Â
      $(window).on("resize", function(){   Â
        $("#fym_banner").width(banner_width /($(window).width() < 1000 ? 1.5 : 1));
      })
      .load(function(){
        banner_width = $("#fym_banner").width();
        $(this).trigger("resize");
      });
    });
    </script>
as you can see in the screen shot it is now missing.
This is the part of the code that was removed from your Templates
- Code:
<dl>
         <dt><label>{L_HIDE_USER} :</label></dt>
         <dd>
          <label><input type="radio" name="hideonline" value="1" {HIDE_USER_YES} />{L_YES}</label>
          <label><input type="radio" name="hideonline" value="0" {HIDE_USER_NO} />{L_NO}</label>
         </dd>
       </dl>
and if you want to let admins still hide you can do that by going in your ACP clicking on your username and then scroll down to the bottom of the page you will find the setting is still there but only Admin's can see that setting as its in the ACP and you can not remove that setting as its server side.
SLGray- Administrator
- Posts : 51554
Reputation : 3523
Language : English
Location : United States
- Post n°13
Re: removed hide account
That is what I removed in my modified template.
Last edited by SLGray on July 27th 2017, 7:45 pm; edited 2 times in total
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray- Administrator
- Posts : 51554
Reputation : 3523
Language : English
Location : United States
- Post n°15
Re: removed hide account
@Justin15 are you deleting the original coding first and then pasting this one in the template?
Also do you have the no box checked that says force default templates?
Also do you have the no box checked that says force default templates?
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Justin15- Forumember
- Posts : 98
Reputation : 1
Language : english
- Post n°16
Re: removed hide account
yes delete first original code than paste your code about check box set on No already
Ape- Administrator
- Posts : 19432
Reputation : 2010
Language : fluent in dork / mumbojumbo & English haha
- Post n°17
Re: removed hide account
Hmm try and refesh your forum on our servers
ACP >> General tab >>Â Â Â Forum >> Configuration >>
Resynchronize your forum : Check to resynchronize   SAVE
Then Clear your browser cache then see if you still see your settings.
If not then i could ask you to pm me with your founders account but we don't like to ask for that.
ACP >> General tab >>Â Â Â Forum >> Configuration >>
Resynchronize your forum : Check to resynchronize   SAVE
Then Clear your browser cache then see if you still see your settings.
If not then i could ask you to pm me with your founders account but we don't like to ask for that.
Draxion- Helper
- Posts : 2518
Reputation : 321
Language : English
Location : USA
- Post n°18
Re: removed hide account
Just reminding to send that information through PM only! Since you are asking for the founder's account, I thought it would be a good idea to ensure they do via PM.
Ape- Administrator
- Posts : 19432
Reputation : 2010
Language : fluent in dork / mumbojumbo & English haha
- Post n°19
Re: removed hide account
I have looked over the account as founder and find that the settings i gave is working fine.
My advice to the founder by PM was to clear the browser cache.
Screen shot shows the setting is removed from the tools.
Looking at the screen shot now i see that member is looking at the profile in the ACP (Admin control panel )
The founder and admins are the only ones that can change this setting as they have the right's to the ACP members do not have the settings so they can not change it there.
Regards
APE
My advice to the founder by PM was to clear the browser cache.
Screen shot shows the setting is removed from the tools.
Looking at the screen shot now i see that member is looking at the profile in the ACP (Admin control panel )
The settings we removed was for the main members profile not the one in the ACP This setting in the ACP can not be removed as it is server side.
The founder and admins are the only ones that can change this setting as they have the right's to the ACP members do not have the settings so they can not change it there.
Regards
APE
Justin15- Forumember
- Posts : 98
Reputation : 1
Language : english
- Post n°20
Re: removed hide account
thanks solved
Draxion- Helper
- Posts : 2518
Reputation : 321
Language : English
Location : USA
- Post n°21
Re: removed hide account
Problem solved & topic archived.
|