The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

removed hide account

5 posters

Go down

Solved removed hide account

Post by Justin15 July 25th 2017, 6:59 am

how to remove hide account option from user profile means i want only staff member have rights to hide account Shocked
Justin15
Justin15
Forumember

Posts : 98
Reputation : 1
Language : english

http://forumrr.forumotion.eu/

Back to top Go down

Solved Re: removed hide account

Post by Draxion July 25th 2017, 2:34 pm

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
Draxion
Helper
Helper

Male Posts : 2518
Reputation : 321
Language : English
Location : USA

https://www.talesoftellene.com/

Back to top Go down

Solved Re: removed hide account

Post by Justin15 July 25th 2017, 2:55 pm

yeah
Justin15
Justin15
Forumember

Posts : 98
Reputation : 1
Language : english

http://forumrr.forumotion.eu/

Back to top Go down

Solved Re: removed hide account

Post by Draxion July 25th 2017, 3:02 pm

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
Draxion
Draxion
Helper
Helper

Male Posts : 2518
Reputation : 321
Language : English
Location : USA

https://www.talesoftellene.com/

Back to top Go down

Solved Re: removed hide account

Post by brandon_g July 25th 2017, 4:08 pm

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


removed hide account Brando10
Remember to mark your topic removed hide account Solved15 when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

removed hide account Scre1476
Team Leader
Review Section Rules | Request A Review | Sticker Points
brandon_g
brandon_g
Manager
Manager

Male Posts : 10106
Reputation : 923
Language : English
Location : USA

https://www.broadcastingduo.com

Back to top Go down

Solved Re: removed hide account

Post by Ape July 25th 2017, 8:04 pm

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.


removed hide account Left1212removed hide account Center11removed hide account Right112
removed hide account Ape_b110
removed hide account Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19075
Reputation : 1988
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

Solved Re: removed hide account

Post by Justin15 July 26th 2017, 4:43 am

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>&lt;&nbsp;{L_MODIFY}&nbsp;&gt;</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}&nbsp;: *</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}&nbsp;: *</label></dt>
        <dd><input type="password" name="new_password" value="{NEW_PASSWORD}" class="inputbox" maxlength="25" /></dd>
</dl>
<dl>
        <dt><label>{L_CONFIRM_PASSWORD}&nbsp;: *</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}&nbsp;:</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> &nbsp;
                     <label><input type="radio" name="profilemsgs" value="1" {switch_preferences_menu.switch_profile_advanced.PROFILE_MSGS_FRIENDS} />{L_MY_FRIENDS}</label> &nbsp;
                     <label><input type="radio" name="profilemsgs" value="0" {switch_preferences_menu.switch_profile_advanced.PROFILE_MSGS_NONE} />{L_NO_ONE}</label> &nbsp;
                     <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}" />&nbsp;
               <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>
Justin15
Justin15
Forumember

Posts : 98
Reputation : 1
Language : english

http://forumrr.forumotion.eu/

Back to top Go down

Solved Re: removed hide account

Post by SLGray July 26th 2017, 8:40 pm

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>&lt;&nbsp;{L_MODIFY}&nbsp;&gt;</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}&nbsp;: *</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}&nbsp;: *</label></dt>
                <dd><input type="password" name="new_password" value="{NEW_PASSWORD}" class="inputbox" maxlength="25" /></dd>
        </dl>
        <dl>
                <dt><label>{L_CONFIRM_PASSWORD}&nbsp;: *</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}&nbsp;:</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> &nbsp;
                             <label><input type="radio" name="profilemsgs" value="1" {switch_preferences_menu.switch_profile_advanced.PROFILE_MSGS_FRIENDS} />{L_MY_FRIENDS}</label> &nbsp;
                             <label><input type="radio" name="profilemsgs" value="0" {switch_preferences_menu.switch_profile_advanced.PROFILE_MSGS_NONE} />{L_NO_ONE}</label> &nbsp;
                             <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}" />&nbsp;
               <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>


removed hide account Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51452
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: removed hide account

Post by Justin15 July 27th 2017, 5:07 am

removed hide account Cf10

change but still show on users profile hide account button removed hide account 1f60c
Justin15
Justin15
Forumember

Posts : 98
Reputation : 1
Language : english

http://forumrr.forumotion.eu/

Back to top Go down

Solved Re: removed hide account

Post by SLGray July 27th 2017, 5:29 am

After saving the changes, did you publish the template?


removed hide account Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51452
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: removed hide account

Post by Justin15 July 27th 2017, 5:45 am

SLGray wrote:After saving the changes, did you publish the template?

yeah sir
Justin15
Justin15
Forumember

Posts : 98
Reputation : 1
Language : english

http://forumrr.forumotion.eu/

Back to top Go down

Solved Re: removed hide account

Post by Ape July 27th 2017, 4:32 pm

Hello try and use this code Smile


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><&nbsp;{L_MODIFY}&nbsp;></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}&nbsp;: *</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}&nbsp;: *</label></dt>
                <dd><input type="password" name="new_password" value="{NEW_PASSWORD}" class="inputbox" maxlength="25" /></dd>
        </dl>
        <dl>
                <dt><label>{L_CONFIRM_PASSWORD}&nbsp;: *</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}&nbsp;:</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> &nbsp;
                             <label><input type="radio" name="profilemsgs" value="1" {switch_preferences_menu.switch_profile_advanced.PROFILE_MSGS_FRIENDS} />{L_MY_FRIENDS}</label> &nbsp;
                             <label><input type="radio" name="profilemsgs" value="0" {switch_preferences_menu.switch_profile_advanced.PROFILE_MSGS_NONE} />{L_NO_ONE}</label> &nbsp;
                             <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}" />&nbsp;
                       <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.
removed hide account Captur10
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.


removed hide account Left1212removed hide account Center11removed hide account Right112
removed hide account Ape_b110
removed hide account Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19075
Reputation : 1988
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

Solved Re: removed hide account

Post by SLGray July 27th 2017, 7:34 pm

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


removed hide account Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51452
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: removed hide account

Post by Justin15 July 27th 2017, 7:35 pm

removed hide account 111

removed hide account 211

hmm sir still show ???? Shocked
Justin15
Justin15
Forumember

Posts : 98
Reputation : 1
Language : english

http://forumrr.forumotion.eu/

Back to top Go down

Solved Re: removed hide account

Post by SLGray July 27th 2017, 7:37 pm

@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?


removed hide account Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51452
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: removed hide account

Post by Justin15 July 28th 2017, 3:41 am

yes delete first original code than paste your code about check box set on No already
Justin15
Justin15
Forumember

Posts : 98
Reputation : 1
Language : english

http://forumrr.forumotion.eu/

Back to top Go down

Solved Re: removed hide account

Post by Ape July 28th 2017, 10:43 am

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.


removed hide account Left1212removed hide account Center11removed hide account Right112
removed hide account Ape_b110
removed hide account Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19075
Reputation : 1988
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

Solved Re: removed hide account

Post by Draxion July 28th 2017, 5:48 pm

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.
Draxion
Draxion
Helper
Helper

Male Posts : 2518
Reputation : 321
Language : English
Location : USA

https://www.talesoftellene.com/

Back to top Go down

Solved Re: removed hide account

Post by Ape July 29th 2017, 12:58 am

I have looked over the account as founder and find that the settings i gave is working fine.
removed hide account Captur20

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 )
Justin15 wrote:removed hide account 111

removed hide account 211

hmm sir still show ???? Shocked
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


removed hide account Left1212removed hide account Center11removed hide account Right112
removed hide account Ape_b110
removed hide account Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19075
Reputation : 1988
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

Solved Re: removed hide account

Post by Justin15 August 3rd 2017, 6:53 am

thanks solved
Justin15
Justin15
Forumember

Posts : 98
Reputation : 1
Language : english

http://forumrr.forumotion.eu/

Back to top Go down

Solved Re: removed hide account

Post by Draxion August 3rd 2017, 6:54 am

Problem solved & topic archived.
Please read our forum rules: ESF General Rules
Draxion
Draxion
Helper
Helper

Male Posts : 2518
Reputation : 321
Language : English
Location : USA

https://www.talesoftellene.com/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum