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.

Disable custom avatars etc

2 posters

Go down

In progress Disable custom avatars etc

Post by danyal215977 Sun 25 Dec - 11:29

becuase i only want to allow people use the images I made I don't want to keep moderating if the forum is growing coz its gonna be hard time and I want to disable custom profile picture Disable custom avatars etc 1f605

and how to disable the dislike and change the like to heart and don't allow to like themself I am just a starter
danyal215977
danyal215977
Forumember

Male Posts : 25
Reputation : 1
Language : Netherlands

https://rblxdevforum.actieforum.com/

danyal215977 likes this post

Back to top Go down

In progress Re: Disable custom avatars etc

Post by skouliki Sun 25 Dec - 12:46

Hello

Please read the following
tutorials about the like and dislike system
https://help.forumotion.com/t159161-discover-the-new-like-and-dislike-system-of-forumotion?highlight=Dislike
https://help.forumotion.com/t160478-change-the-look-of-your-like-dislike-button-s?highlight=Dislike

For disable the avatar option you can edit the template can you please give us your forum url and version

skouliki
skouliki
Manager
Manager

Female Posts : 15153
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

danyal215977 likes this post

Back to top Go down

In progress Re: Disable custom avatars etc

Post by danyal215977 Sun 25 Dec - 13:05

https://rblxdevforum.actieforum.com/ and what version??? oh ok its: awesomebb
danyal215977
danyal215977
Forumember

Male Posts : 25
Reputation : 1
Language : Netherlands

https://rblxdevforum.actieforum.com/

danyal215977 likes this post

Back to top Go down

In progress Re: Disable custom avatars etc

Post by danyal215977 Sun 25 Dec - 13:12

ok!!!
danyal215977
danyal215977
Forumember

Male Posts : 25
Reputation : 1
Language : Netherlands

https://rblxdevforum.actieforum.com/

danyal215977 likes this post

Back to top Go down

In progress Re: Disable custom avatars etc

Post by danyal215977 Sun 25 Dec - 13:24

skouliki wrote:Hello

Please read the following
tutorials about the like and dislike system
https://help.forumotion.com/t159161-discover-the-new-like-and-dislike-system-of-forumotion?highlight=Dislike
https://help.forumotion.com/t160478-change-the-look-of-your-like-dislike-button-s?highlight=Dislike

For disable the avatar option you can edit the template can you please give us your forum url and version


how to change the icon of like ???
danyal215977
danyal215977
Forumember

Male Posts : 25
Reputation : 1
Language : Netherlands

https://rblxdevforum.actieforum.com/

danyal215977 likes this post

Back to top Go down

In progress Re: Disable custom avatars etc

Post by skouliki Sun 25 Dec - 16:16

Please don't double post. Your posts need to be separated by 24 hours before bumping. Please use the edit button, instead!
Please read our forum rules: ESF General Rules

please be patient it is weekend and Christmas

Merry Christmas !
skouliki
skouliki
Manager
Manager

Female Posts : 15153
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

In progress Re: Disable custom avatars etc

Post by danyal215977 Sun 25 Dec - 16:17

ok!
danyal215977
danyal215977
Forumember

Male Posts : 25
Reputation : 1
Language : Netherlands

https://rblxdevforum.actieforum.com/

Back to top Go down

In progress Re: Disable custom avatars etc

Post by skouliki Sun 25 Dec - 16:37

if you like to remove the possibility for a user to be able to upload an avatar from editing his/her profile go to
admin panel...templates...profile and replace the profile_add_body with this

Code:

<script type="text/javascript" src="{JSPWD}"></script>

{ERROR_BOX}

<div class="cp">
    <div class="cp-inner">
        <form action="{S_PROFILE_ACTION}" {S_FORM_ENCTYPE} method="post" name="post" id="ucp">
            <!-- BEGIN switch_informations_menu -->
            <div class="block">
                <div class="block-header">{L_REGISTRATION_INFO}</div>
                <div class="block-content">
                    <p>{L_ITEMS_REQUIRED}</p>
               <br/>
                    <!-- BEGIN switch_namechange_disallowed -->
                    <label>
                        <span>{L_USERNAME}: *</span>
                        <input type="hidden" name="username" value="{USERNAME}" class="input-subtle" />
                        {USERNAME}
                    </label>
                    <!-- END switch_namechange_disallowed -->
                    <!-- BEGIN switch_namechange_allowed -->
                    <label>
                        <span>{L_USERNAME}: *</span>
                        <input type="text" name="username" value="{USERNAME}" class="input-subtle" maxlength="25" />
                    </label>
                    <!-- END switch_namechange_allowed -->
                    <!-- BEGIN switch_emailchange_disallowed -->
                    <label>
                        <span>{L_EMAIL_ADDRESS}: *</span>
                        <input type="hidden" name="email" value="{EMAIL}" />
                        {EMAIL}
                        {L_INVALID_EMAIL}
                    </label>
                    <!-- END switch_emailchange_disallowed -->
                    <!-- BEGIN switch_emailchange_allowed -->
                    <label>
                        <span>{L_EMAIL_ADDRESS}: *</span>
                        <input type="email" name="email" value="{EMAIL}" class="input-subtle" />
                        {L_INVALID_EMAIL}
                    </label>
                    <!-- END switch_emailchange_allowed -->

                    <!-- BEGIN switch_change_password -->
                    <label>
                        <span>{L_CHANGE_PASSWORD}:</span>
                        <a href="{LINK_FOR_PASSWD_CHANGE}" target="_blank" class="btn btn-flat">
                            <i class="material-icons">edit</i>
                            <span>{L_MODIFY}</span>
                        </a>
                    </label>
                    <!-- END switch_change_password -->
                </div>
            </div>

            <!-- BEGIN switch_span_div -->
            <!-- END switch_span_div -->

            <!-- BEGIN switch_profile_fields -->
            <div class="block">
                <div class="block-header">{switch_informations_menu.switch_profile_fields.L_PROFILE_FIELDS}</div>
                <div class="block-content profile-field">
                    <!-- BEGIN field -->
                    <label>
                        <span>{switch_informations_menu.switch_profile_fields.field.NAME}</span>
                        <span class="description">{switch_informations_menu.switch_profile_fields.field.DESCRIPTION}</span>
                        {switch_informations_menu.switch_profile_fields.field.OBJECT}
                    </label>
                    <!-- END field -->
                </div>
            </div>
            <!-- END switch_profile_fields -->

            <!-- BEGIN switch_register_not_display -->
            <div class="block">
                <div class="block-header">{L_PROFILE_INFO_NOTICE}</div>
                <div class="block-content">
                    <!-- BEGIN switch_unsubscribe_allowed -->
                    <label>
                        <span>{L_DELETE}</span>
                        <span class="checkbox">
                           <input type="checkbox" name="delete_user" />
                           <span class="checkbox-check"></span>
                        </span>
                        <span>{L_DELETE_EXPLAIN}</span>
                    </label>
                    <!-- END switch_unsubscribe_allowed -->
                </div>
            </div>
            <!-- END switch_register_not_display -->

         <!-- BEGIN switch_awards -->
         <div class="block">
            <div class="block-header">{switch_informations_menu.switch_awards.L_AWARDS}</div>
            <div class="block-content">
               <div id="list_awards" style="text-align: center">{switch_informations_menu.switch_awards.AWARDS_LIST}</div>
               <div class="center">
                  <input id="awards_order" type="hidden" name="awards_order" value="" />
                  <input style="cursor: pointer" id="sort_awards" class="button1" type="button" name="order" value="{switch_informations_menu.switch_awards.L_SORT}" />
               </div>
            </div>
         </div>
            {switch_informations_menu.switch_awards.SCRIPT_SORT_AWARDS}
         <!-- END switch_awards -->

         <!-- BEGIN switch_profile_fields_register -->
            <div class="block">
                <div class="block-content">
                    <!-- BEGIN field -->
                    <label>
                        <span>{switch_informations_menu.switch_profile_fields_register.field.NAME}:</span>
                        {switch_informations_menu.switch_profile_fields_register.field.OBJECT}
                    </label>
                    <!-- END field -->
                </div>
            </div>
            <!-- END switch_profile_fields_register -->
            <div class="block">
                <div class="block-header">{switch_informations_menu.RGPD_ACTION_TITLE}</div>
                <!-- BEGIN rgpd_generate_or_download -->
                <div class="block-content">
                    <label>
                        <span>{switch_informations_menu.rgpd_generate_or_download.RGPD_ACTION_LABEL} :</span>
                        <span class="description">{switch_informations_menu.rgpd_generate_or_download.RGPD_ACTION_EXPLAIN}</span>
                        <br />
                        <a href="{switch_informations_menu.rgpd_generate_or_download.RGPD_ACTION_LINK}" class="btn btn-default">{switch_informations_menu.rgpd_generate_or_download.RGPD_ACTION_CONTENT}</a>
               </label>
                </div>
                <!-- END rgpd_generate_or_download -->
            </div>
            <div class="block">
                <!-- BEGIN rgpd_await_export -->
                <div class="block-content"><span class="corners-top"><span></span></span>
                    {switch_informations_menu.rgpd_await_export.RGPD_AWAIT_EXPORT}
                </div>
                <!-- END rgpd_await_export -->
            </div>
            <!-- END switch_informations_menu -->
            <!-- BEGIN switch_confirm_password -->
            <div class="block">
                <div class="block-header">
                    {L_REGISTRATION_INFO}
                </div>
                <div class="block-content">
                    <label>
                        <span>{L_CURRENT_PASSWORD}: *</span>
                        <input type="password" name="cur_password" value="{CUR_PASSWORD}" class="input-subtle" />
                    </label>
                </div>
            </div>
            <!-- END switch_confirm_password -->

            <!-- BEGIN switch_confirm_password_new -->
            <div class="block">
                <div class="block-content">
                    <label>
                        <span>{L_NEW_PASSWORD}: *</span>
                        <input type="password" name="new_password" value="{NEW_PASSWORD}" class="input-subtle" maxlength="25" />
                    </label>
                    <label>
                        <span>{L_CONFIRM_PASSWORD}: *</span>
                        <input type="password" name="password_confirm" value="{PASSWORD_CONFIRM}" class="input-subtle" maxlength="25" />
                        <input type="hidden" name="change_password" value="change_password" />
                    </label>
                </div>
            </div>
            <!-- END switch_confirm_password_new -->

            <!-- BEGIN switch_preferences_menu -->
            <div class="block">
                <div class="block-header">
                    {L_PREFERENCES}
                </div>
                <div class="block-content">
                    <div class="radio-wrap">
                        <label class="radio-label">{L_PUBLIC_VIEW_EMAIL}:</label>
                        <label>
                     <span class="radio">
                        <input type="radio" name="viewemail" value="2" {VIEW_EMAIL_FORM} />
                        <span class="radio-check"></span>
                     </span>
                            <span>{L_YES}</span>
                        </label>
                        <!-- BEGIN switch_enable_mail_view -->
                        <label>
                        <span class="radio">
                           <input type="radio" name="viewemail" value="2" {VIEW_EMAIL_FORM} />
                           <span class="radio-check"></span>
                        </span>
                            <span>{L_FORM}</span>
                        </label>
                        <label>
                        <span class="radio">
                           <input type="radio" name="viewemail" value="1" {VIEW_EMAIL_MAILTO} />
                           <span class="radio-check"></span>
                        </span>
                            <span>{L_MAILTO}</span>
                        </label>
                        <!-- END switch_enable_mail_view -->
                        <label>
                     <span class="radio">
                        <input type="radio" name="viewemail" value="0" {VIEW_EMAIL_NO} />
                        <span class="radio-check"></span>
                     </span>
                            <span>{L_NO}</span>
                        </label>
                    </div>
                    <!-- BEGIN switch_view_pm -->
                    <div class="radio-wrap">
                        <label class="radio-label">{L_PUBLIC_VIEW_MP}:</label>
                        <label>
                        <span class="radio">
                           <input type="radio" name="view_pm" value="1" {VIEW_MP_YES} />
                           <span class="radio-check"></span>
                        </span>
                            <span>{L_YES}</span>
                        </label>
                        <label>
                        <span class="radio">
                           <input type="radio" name="view_pm" value="0" {VIEW_MP_NO} />
                           <span class="radio-check"></span>
                        </span>
                            <span>{L_NO}</span>
                        </label>
                    </div>
                    <!-- END switch_view_pm -->
                    <!-- BEGIN switch_profile_advanced -->
                    <div class="radio-wrap">
                        <label class="radio-label">{switch_preferences_menu.switch_profile_advanced.L_ALLOW_PROFILE_MSGS}:</label>
                        <label>
                        <span class="radio">
                           <input type="radio" name="profilemsgs" value="2" {switch_preferences_menu.switch_profile_advanced.PROFILE_MSGS_ALL} />
                           <span class="radio-check"></span>
                        </span>
                            <span>{L_ALL_USERS}</span>
                        </label>
                        <label>
                        <span class="radio">
                           <input type="radio" name="profilemsgs" value="1" {switch_preferences_menu.switch_profile_advanced.PROFILE_MSGS_FRIENDS} />
                           <span class="radio-check"></span>
                        </span>
                            <span>{L_MY_FRIENDS}</span>
                        </label>
                        <label>
                        <span class="radio">
                           <input type="radio" name="profilemsgs" value="0" {switch_preferences_menu.switch_profile_advanced.PROFILE_MSGS_NONE} />
                           <span class="radio-check"></span>
                        </span>
                            <span>{L_NO_ONE}</span>
                        </label>
                        <label>
                        <span class="radio">
                           <input type="radio" name="profilemsgs" value="-1" {switch_preferences_menu.switch_profile_advanced.PROFILE_MSGS_HIDE} />
                           <span class="radio-check"></span>
                        </span>
                            <span>{L_HIDE_TAB}</span>
                        </label>
                    </div>
                    <!-- END switch_profile_advanced -->
                    <!-- BEGIN switch_fb_connect -->
                    <label>
                        <span>{switch_preferences_menu.switch_fb_connect.L_FB_LINK_ACCOUNT}:</span>
                        <!-- BEGIN switch_fb_account_linked -->
                        <span class="description">
                           {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 -->
                    </label>
                    <!-- BEGIN switch_fb_account_linked -->
                    <div class="radio-wrap">
                        <label class="radio-label">{switch_preferences_menu.switch_fb_connect.switch_fb_account_linked.L_UNLINK_FB_ACCOUNT_EXPLAIN}:</label>
                        <label>
                            <div class="radio">
                                <input type="radio" name="unlink_fb_account" value="1" />
                                <div class="radio-check"></div>
                            </div>
                            <span>{L_YES}</span>
                        </label>
                        <label>
                            <div class="radio">
                                <input type="radio" name="unlink_fb_account" value="0" checked="checked" />
                                <div class="radio-check"></div>
                            </div>
                            <span>{L_NO}</span>
                        </label>
                    </div>
                    <!-- END switch_fb_account_linked -->
                    <!-- END switch_fb_connect -->
                    <div class="radio-wrap">
                        <label class="radio-label">{L_NEWSLETTER_ACCEPT}:</label>
                        <span class="description">{L_NEWSLETTER_ACCEPT_EXPLAIN}</span>
                        <label>
                     <span class="radio">
                        <input type="radio" name="newsletter" value="1" {NEWSLETTER_YES} />
                        <span class="radio-check"></span>
                     </span>
                            <span>{L_YES}</span>
                        </label>
                        <label>
                     <span class="radio">
                        <input type="radio" name="newsletter" value="0" {NEWSLETTER_NO} />
                        <span class="radio-check"></span>
                     </span>
                            <span>{L_NO}</span>
                        </label>
                    </div>
                    <!-- BEGIN display_newsletter_auto -->
                    <div class="radio-wrap">
                        <label class="radio-label">{L_NEWSLETTER_AUTO_ACCEPT}:</label>
                        <span class="description">{L_NEWSLETTER_AUTO_ACCEPT_EXPLAIN}</span>
                        <label>
                        <span class="radio">
                           <input type="radio" name="newsletter_auto" value="1" {NEWSLETTER_AUTO_YES} />
                           <span class="radio-check"></span>
                        </span>
                            <span>{L_YES}</span>
                        </label>
                        <label>
                        <span class="radio">
                           <input type="radio" name="newsletter_auto" value="0" {NEWSLETTER_AUTO_NO} />
                           <span class="radio-check"></span>
                        </span>
                            <span>{L_NO}</span>
                        </label>
                    </div>
                    <!-- END display_newsletter_auto -->
                    <div class="radio-wrap">
                        <label class="radio-label">{L_HIDE_USER}:</label>
                        <label>
                     <span class="radio">
                        <input type="radio" name="hideonline" value="1" {HIDE_USER_YES} />
                        <span class="radio-check"></span>
                     </span>
                            <span>{L_YES}</span>
                        </label>
                        <label>
                     <span class="radio">
                        <input type="radio" name="hideonline" value="0" {HIDE_USER_NO} />
                        <span class="radio-check"></span>
                     </span>
                            <span>{L_NO}</span>
                        </label>
                    </div>
                    <div class="radio-wrap">
                        <label class="radio-label">{L_NOTIFY_ON_REPLY}:</label>
                        <span class="description">{L_NOTIFY_ON_REPLY_EXPLAIN}</span>
                        <label>
                     <span class="radio">
                        <input type="radio" name="notifyreply" value="1" {NOTIFY_REPLY_YES} />
                        <span class="radio-check"></span>
                     </span>
                            <span>{L_YES}</span>
                        </label>
                        <label>
                     <span class="radio">
                        <input type="radio" name="notifyreply" value="0" {NOTIFY_REPLY_NO} />
                        <span class="radio-check"></span>
                     </span>
                            <span>{L_NO}</span>
                        </label>
                    </div>
                    <!-- BEGIN switch_can_disable_mass_pm -->
                    <div class="radio-wrap">
                        <label class="radio-label">{L_ENABLE_MASS_PM}:</label>
                        <span class="description">{L_ENABLE_MASS_PM_EXPLAIN}</span>
                        <label>
                        <span class="radio">
                           <input type="radio" name="allow_mass_pm" value="4" {ALLOW_MASS_PM_NOTIFY_CHECKED} />
                           <span class="radio-check"></span>
                        </span>
                            <span>{L_YES}</span>
                        </label>
                        <label>
                        <span class="radio">
                           <input type="radio" name="allow_mass_pm" value="2" {ALLOW_MASS_PM_CHECKED} />
                           <span class="radio-check"></span>
                        </span>
                            <span>{L_NO}</span>
                        </label>
                        <label>
                        <span class="radio">
                           <input type="radio" name="allow_mass_pm" value="0" {DISABLE_MASS_PM_CHECKED} />
                           <span class="radio-check"></span>
                        </span>
                            <span>{L_NO_MASS_PM}</span>
                        </label>
                    </div>
                    <!-- END switch_can_disable_mass_pm -->
                    <!-- BEGIN switch_notify_subscriptions -->
                    <div class="radio-wrap">
                        <label class="radio-label">{L_NOTIFY_SUBSCRIPTIONS}:</label>
                        <label>
                        <span class="radio">
                           <input type="radio" name="notify_subscriptions" value="1" {NOTIFY_SUBSCRIPTIONS_YES} />
                           <span class="radio-check"></span>
                        </span>
                            <span>{L_YES}</span>
                        </label>
                        <label>
                        <span class="radio">
                           <input type="radio" name="notify_subscriptions" value="0" {NOTIFY_SUBSCRIPTIONS_NO} />
                           <span class="radio-check"></span>
                        </span>
                            <span>{L_NO}</span>
                        </label>
                    </div>
                    <!-- END switch_notify_subscriptions -->
                    <div class="radio-wrap">
                        <label class="radio-label">{L_POPUP_ON_PRIVMSG}:</label>
                        <span class="description">{L_POPUP_ON_PRIVMSG_EXPLAIN}</span>
                        <label>
                     <span class="radio">
                        <input type="radio" name="popup_pm" value="1" {POPUP_PM_YES} />
                        <span class="radio-check"></span>
                     </span>
                            <span>{L_YES}</span>
                        </label>
                        <label>
                     <span class="radio">
                        <input type="radio" name="popup_pm" value="0" {POPUP_PM_NO} />
                        <span class="radio-check"></span>
                     </span>
                            <span>{L_NO}</span>
                        </label>
                    </div>
                    <div class="radio-wrap">
                        <label class="radio-label">{L_NOTIFY_POST_PREVENT}:</label>
                        <span class="description">{L_NOTIFY_POST_PREVENT_EXPLAIN}</span>
                        <label>
                     <span class="radio">
                        <input type="radio" name="post_prevent" value="1" {POST_PREVENT_YES} />
                        <span class="radio-check"></span>
                     </span>
                            <span>{L_YES}</span>
                        </label>
                        <label>
                     <span class="radio">
                        <input type="radio" name="post_prevent" value="0" {POST_PREVENT_NO} />
                        <span class="radio-check"></span>
                     </span>
                            <span>{L_NO}</span>
                        </label>
                    </div>
                    <!-- BEGIN switch_report -->
                    <div class="radio-wrap">
                        <label class="radio-label">{switch_preferences_menu.switch_report.L_NO_REPORT_POPUP}:</label>
                        <label>
                        <span class="radio">
                           <input type="radio" name="no_report_popup" value="0" {switch_preferences_menu.switch_report.NO_REPORT_POPUP_YES} />
                           <span class="radio-check"></span>
                        </span>
                            <span>{L_YES}</span>
                        </label>
                        <label>
                        <span class="radio">
                           <input type="radio" name="no_report_popup" value="1" {switch_preferences_menu.switch_report.NO_REPORT_POPUP_NO} />
                           <span class="radio-check"></span>
                        </span>
                            <span>{L_NO}</span>
                        </label>
                    </div>
                    <!-- END switch_report -->
               <!-- BEGIN switch_signature -->
                    <div class="radio-wrap">
                        <label class="radio-label">{switch_preferences_menu.switch_signature.L_ALWAYS_ADD_SIGNATURE}:</label>
                        <label>
                     <span class="radio">
                        <input type="radio" name="attachsig" value="1" {switch_preferences_menu.switch_signature.ALWAYS_ADD_SIGNATURE_YES} />
                        <span class="radio-check"></span>
                     </span>
                            <span>{L_YES}</span>
                        </label>
                        <label>
                     <span class="radio">
                        <input type="radio" name="attachsig" value="0" {switch_preferences_menu.switch_signature.ALWAYS_ADD_SIGNATURE_NO} />
                        <span class="radio-check"></span>
                     </span>
                            <span>{L_NO}</span>
                        </label>
                    </div>
               <!-- END switch_signature -->
               <!-- BEGIN switch_bbcode_allowed -->
                    <div class="radio-wrap">
                        <label class="radio-label">{switch_preferences_menu.switch_bbcode_allowed.L_ALWAYS_ALLOW_BBCODE}:</label>
                        <label>
                     <span class="radio">
                        <input type="radio" name="allowbbcode" value="1" {switch_preferences_menu.switch_bbcode_allowed.ALWAYS_ALLOW_BBCODE_YES} />
                        <span class="radio-check"></span>
                     </span>
                            <span>{L_YES}</span>
                        </label>
                        <label>
                     <span class="radio">
                        <input type="radio" name="allowbbcode" value="0" {switch_preferences_menu.switch_bbcode_allowed.ALWAYS_ALLOW_BBCODE_NO} />
                        <span class="radio-check"></span>
                     </span>
                            <span>{L_NO}</span>
                        </label>
                    </div>
               <!-- END switch_bbcode_allowed -->
               <!-- BEGIN switch_html_allowed -->
                    <div class="radio-wrap">
                        <label class="radio-label">{switch_preferences_menu.switch_html_allowed.L_ALWAYS_ALLOW_HTML}:</label>
                        <label>
                     <span class="radio">
                        <input type="radio" name="allowhtml" value="1" {switch_preferences_menu.switch_html_allowed.ALWAYS_ALLOW_HTML_YES} />
                        <span class="radio-check"></span>
                     </span>
                            <span>{L_YES}</span>
                        </label>
                        <label>
                     <span class="radio">
                        <input type="radio" name="allowhtml" value="0" {switch_preferences_menu.switch_html_allowed.ALWAYS_ALLOW_HTML_NO} />
                        <span class="radio-check"></span>
                     </span>
                            <span>{L_NO}</span>
                        </label>
                    </div>
               <!-- END switch_html_allowed -->
               <!-- BEGIN switch_smilies_allowed -->
                    <div class="radio-wrap">
                        <label class="radio-label">{switch_preferences_menu.switch_smilies_allowed.L_ALWAYS_ALLOW_SMILIES}:</label>
                        <label>
                     <span class="radio">
                        <input type="radio" name="allowsmilies" value="1" {switch_preferences_menu.switch_smilies_allowed.ALWAYS_ALLOW_SMILIES_YES} />
                        <span class="radio-check"></span>
                     </span>
                            <span>{L_YES}</span>
                        </label>
                        <label>
                     <span class="radio">
                        <input type="radio" name="allowsmilies" value="0" {switch_preferences_menu.switch_smilies_allowed.ALWAYS_ALLOW_SMILIES_NO} />
                        <span class="radio-check"></span>
                     </span>
                            <span>{L_NO}</span>
                        </label>
                    </div>
               <!-- END switch_smilies_allowed -->
                    <label>
                        <span>{L_BOARD_LANGUAGE}:</span>
                        {LANGUAGE_SELECT}
                    </label>
                    <label>
                        <span>{L_TIMEZONE}:</span>
                        {TIMEZONE_SELECT}
                    </label>
                    <label>
                        <span>{L_DATE_FORMAT}:</span>
                        <span class="description">{CURRENT_TIME}</span>
                        {DATE_FORMAT}
                    </label>
                </div>
            </div>
            <!-- END switch_preferences_menu -->

            <!-- BEGIN switch_avatar_block -->
            <div class="block">
                <div class="block-header">
                    {L_AVATAR_PANEL}
                </div>
                <div class="block-content">
                    <label>
                        <span>{L_AVATAR_EXPLAIN}</span>
                        {L_CURRENT_IMAGE}
                        <br />{AVATAR}
                        <br />
                                          </label>

               <!-- BEGIN switch_avatar_local_upload -->
                 
                    <!-- END switch_avatar_local_upload -->
                    <!-- BEGIN switch_avatar_remote_upload -->
                 
                    <!-- END switch_avatar_remote_upload -->
                    <!-- BEGIN switch_avatar_remote_link -->
                 
                    <!-- END switch_avatar_remote_link -->
                    <!-- BEGIN switch_avatar_local_gallery -->
                   
                    <!-- END switch_avatar_local_gallery -->
                </div>
            </div>
            <!-- END switch_avatar_block -->

            <fieldset class="form-buttons">
                {S_HIDDEN_FIELDS}
                <input class="btn btn-default" type="submit" name="submit" value="{L_SUBMIT}" />
                <input class="btn btn-flat" type="reset" name="reset" value="{L_RESET}" />
            </fieldset>
        </form>
    </div>
</div>

<div class="cp-sidebar">
    {UCP_TABS}
</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();
            }
        });
    });

    $(document).ready(function() {
        $('.description').each(function() {
            if ($(this).is(':empty')) {
                $(this).remove();
            }
        })
    });
</script>

save and PUBLISH

this was before normal
Disable custom avatars etc Scre2832

this is after
Disable custom avatars etc 2565
skouliki
skouliki
Manager
Manager

Female Posts : 15153
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

danyal215977 likes this post

Back to top Go down

In progress Re: Disable custom avatars etc

Post by danyal215977 Mon 26 Dec - 17:10

I dont want to hide gallery ):
danyal215977
danyal215977
Forumember

Male Posts : 25
Reputation : 1
Language : Netherlands

https://rblxdevforum.actieforum.com/

Back to top Go down

In progress Re: Disable custom avatars etc

Post by skouliki Mon 26 Dec - 21:07

replace the template with this

Code:

<script type="text/javascript" src="{JSPWD}"></script>

{ERROR_BOX}

<div class="cp">
    <div class="cp-inner">
        <form action="{S_PROFILE_ACTION}" {S_FORM_ENCTYPE} method="post" name="post" id="ucp">
            <!-- BEGIN switch_informations_menu -->
            <div class="block">
                <div class="block-header">{L_REGISTRATION_INFO}</div>
                <div class="block-content">
                    <p>{L_ITEMS_REQUIRED}</p>
               <br/>
                    <!-- BEGIN switch_namechange_disallowed -->
                    <label>
                        <span>{L_USERNAME}: *</span>
                        <input type="hidden" name="username" value="{USERNAME}" class="input-subtle" />
                        {USERNAME}
                    </label>
                    <!-- END switch_namechange_disallowed -->
                    <!-- BEGIN switch_namechange_allowed -->
                    <label>
                        <span>{L_USERNAME}: *</span>
                        <input type="text" name="username" value="{USERNAME}" class="input-subtle" maxlength="25" />
                    </label>
                    <!-- END switch_namechange_allowed -->
                    <!-- BEGIN switch_emailchange_disallowed -->
                    <label>
                        <span>{L_EMAIL_ADDRESS}: *</span>
                        <input type="hidden" name="email" value="{EMAIL}" />
                        {EMAIL}
                        {L_INVALID_EMAIL}
                    </label>
                    <!-- END switch_emailchange_disallowed -->
                    <!-- BEGIN switch_emailchange_allowed -->
                    <label>
                        <span>{L_EMAIL_ADDRESS}: *</span>
                        <input type="email" name="email" value="{EMAIL}" class="input-subtle" />
                        {L_INVALID_EMAIL}
                    </label>
                    <!-- END switch_emailchange_allowed -->

                    <!-- BEGIN switch_change_password -->
                    <label>
                        <span>{L_CHANGE_PASSWORD}:</span>
                        <a href="{LINK_FOR_PASSWD_CHANGE}" target="_blank" class="btn btn-flat">
                            <i class="material-icons">edit</i>
                            <span>{L_MODIFY}</span>
                        </a>
                    </label>
                    <!-- END switch_change_password -->
                </div>
            </div>

            <!-- BEGIN switch_span_div -->
            <!-- END switch_span_div -->

            <!-- BEGIN switch_profile_fields -->
            <div class="block">
                <div class="block-header">{switch_informations_menu.switch_profile_fields.L_PROFILE_FIELDS}</div>
                <div class="block-content profile-field">
                    <!-- BEGIN field -->
                    <label>
                        <span>{switch_informations_menu.switch_profile_fields.field.NAME}</span>
                        <span class="description">{switch_informations_menu.switch_profile_fields.field.DESCRIPTION}</span>
                        {switch_informations_menu.switch_profile_fields.field.OBJECT}
                    </label>
                    <!-- END field -->
                </div>
            </div>
            <!-- END switch_profile_fields -->

            <!-- BEGIN switch_register_not_display -->
            <div class="block">
                <div class="block-header">{L_PROFILE_INFO_NOTICE}</div>
                <div class="block-content">
                    <!-- BEGIN switch_unsubscribe_allowed -->
                    <label>
                        <span>{L_DELETE}</span>
                        <span class="checkbox">
                           <input type="checkbox" name="delete_user" />
                           <span class="checkbox-check"></span>
                        </span>
                        <span>{L_DELETE_EXPLAIN}</span>
                    </label>
                    <!-- END switch_unsubscribe_allowed -->
                </div>
            </div>
            <!-- END switch_register_not_display -->

         <!-- BEGIN switch_awards -->
         <div class="block">
            <div class="block-header">{switch_informations_menu.switch_awards.L_AWARDS}</div>
            <div class="block-content">
               <div id="list_awards" style="text-align: center">{switch_informations_menu.switch_awards.AWARDS_LIST}</div>
               <div class="center">
                  <input id="awards_order" type="hidden" name="awards_order" value="" />
                  <input style="cursor: pointer" id="sort_awards" class="button1" type="button" name="order" value="{switch_informations_menu.switch_awards.L_SORT}" />
               </div>
            </div>
         </div>
            {switch_informations_menu.switch_awards.SCRIPT_SORT_AWARDS}
         <!-- END switch_awards -->

         <!-- BEGIN switch_profile_fields_register -->
            <div class="block">
                <div class="block-content">
                    <!-- BEGIN field -->
                    <label>
                        <span>{switch_informations_menu.switch_profile_fields_register.field.NAME}:</span>
                        {switch_informations_menu.switch_profile_fields_register.field.OBJECT}
                    </label>
                    <!-- END field -->
                </div>
            </div>
            <!-- END switch_profile_fields_register -->
            <div class="block">
                <div class="block-header">{switch_informations_menu.RGPD_ACTION_TITLE}</div>
                <!-- BEGIN rgpd_generate_or_download -->
                <div class="block-content">
                    <label>
                        <span>{switch_informations_menu.rgpd_generate_or_download.RGPD_ACTION_LABEL} :</span>
                        <span class="description">{switch_informations_menu.rgpd_generate_or_download.RGPD_ACTION_EXPLAIN}</span>
                        <br />
                        <a href="{switch_informations_menu.rgpd_generate_or_download.RGPD_ACTION_LINK}" class="btn btn-default">{switch_informations_menu.rgpd_generate_or_download.RGPD_ACTION_CONTENT}</a>
               </label>
                </div>
                <!-- END rgpd_generate_or_download -->
            </div>
            <div class="block">
                <!-- BEGIN rgpd_await_export -->
                <div class="block-content"><span class="corners-top"><span></span></span>
                    {switch_informations_menu.rgpd_await_export.RGPD_AWAIT_EXPORT}
                </div>
                <!-- END rgpd_await_export -->
            </div>
            <!-- END switch_informations_menu -->
            <!-- BEGIN switch_confirm_password -->
            <div class="block">
                <div class="block-header">
                    {L_REGISTRATION_INFO}
                </div>
                <div class="block-content">
                    <label>
                        <span>{L_CURRENT_PASSWORD}: *</span>
                        <input type="password" name="cur_password" value="{CUR_PASSWORD}" class="input-subtle" />
                    </label>
                </div>
            </div>
            <!-- END switch_confirm_password -->

            <!-- BEGIN switch_confirm_password_new -->
            <div class="block">
                <div class="block-content">
                    <label>
                        <span>{L_NEW_PASSWORD}: *</span>
                        <input type="password" name="new_password" value="{NEW_PASSWORD}" class="input-subtle" maxlength="25" />
                    </label>
                    <label>
                        <span>{L_CONFIRM_PASSWORD}: *</span>
                        <input type="password" name="password_confirm" value="{PASSWORD_CONFIRM}" class="input-subtle" maxlength="25" />
                        <input type="hidden" name="change_password" value="change_password" />
                    </label>
                </div>
            </div>
            <!-- END switch_confirm_password_new -->

            <!-- BEGIN switch_preferences_menu -->
            <div class="block">
                <div class="block-header">
                    {L_PREFERENCES}
                </div>
                <div class="block-content">
                    <div class="radio-wrap">
                        <label class="radio-label">{L_PUBLIC_VIEW_EMAIL}:</label>
                        <label>
                     <span class="radio">
                        <input type="radio" name="viewemail" value="2" {VIEW_EMAIL_FORM} />
                        <span class="radio-check"></span>
                     </span>
                            <span>{L_YES}</span>
                        </label>
                        <!-- BEGIN switch_enable_mail_view -->
                        <label>
                        <span class="radio">
                           <input type="radio" name="viewemail" value="2" {VIEW_EMAIL_FORM} />
                           <span class="radio-check"></span>
                        </span>
                            <span>{L_FORM}</span>
                        </label>
                        <label>
                        <span class="radio">
                           <input type="radio" name="viewemail" value="1" {VIEW_EMAIL_MAILTO} />
                           <span class="radio-check"></span>
                        </span>
                            <span>{L_MAILTO}</span>
                        </label>
                        <!-- END switch_enable_mail_view -->
                        <label>
                     <span class="radio">
                        <input type="radio" name="viewemail" value="0" {VIEW_EMAIL_NO} />
                        <span class="radio-check"></span>
                     </span>
                            <span>{L_NO}</span>
                        </label>
                    </div>
                    <!-- BEGIN switch_view_pm -->
                    <div class="radio-wrap">
                        <label class="radio-label">{L_PUBLIC_VIEW_MP}:</label>
                        <label>
                        <span class="radio">
                           <input type="radio" name="view_pm" value="1" {VIEW_MP_YES} />
                           <span class="radio-check"></span>
                        </span>
                            <span>{L_YES}</span>
                        </label>
                        <label>
                        <span class="radio">
                           <input type="radio" name="view_pm" value="0" {VIEW_MP_NO} />
                           <span class="radio-check"></span>
                        </span>
                            <span>{L_NO}</span>
                        </label>
                    </div>
                    <!-- END switch_view_pm -->
                    <!-- BEGIN switch_profile_advanced -->
                    <div class="radio-wrap">
                        <label class="radio-label">{switch_preferences_menu.switch_profile_advanced.L_ALLOW_PROFILE_MSGS}:</label>
                        <label>
                        <span class="radio">
                           <input type="radio" name="profilemsgs" value="2" {switch_preferences_menu.switch_profile_advanced.PROFILE_MSGS_ALL} />
                           <span class="radio-check"></span>
                        </span>
                            <span>{L_ALL_USERS}</span>
                        </label>
                        <label>
                        <span class="radio">
                           <input type="radio" name="profilemsgs" value="1" {switch_preferences_menu.switch_profile_advanced.PROFILE_MSGS_FRIENDS} />
                           <span class="radio-check"></span>
                        </span>
                            <span>{L_MY_FRIENDS}</span>
                        </label>
                        <label>
                        <span class="radio">
                           <input type="radio" name="profilemsgs" value="0" {switch_preferences_menu.switch_profile_advanced.PROFILE_MSGS_NONE} />
                           <span class="radio-check"></span>
                        </span>
                            <span>{L_NO_ONE}</span>
                        </label>
                        <label>
                        <span class="radio">
                           <input type="radio" name="profilemsgs" value="-1" {switch_preferences_menu.switch_profile_advanced.PROFILE_MSGS_HIDE} />
                           <span class="radio-check"></span>
                        </span>
                            <span>{L_HIDE_TAB}</span>
                        </label>
                    </div>
                    <!-- END switch_profile_advanced -->
                    <!-- BEGIN switch_fb_connect -->
                    <label>
                        <span>{switch_preferences_menu.switch_fb_connect.L_FB_LINK_ACCOUNT}:</span>
                        <!-- BEGIN switch_fb_account_linked -->
                        <span class="description">
                           {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 -->
                    </label>
                    <!-- BEGIN switch_fb_account_linked -->
                    <div class="radio-wrap">
                        <label class="radio-label">{switch_preferences_menu.switch_fb_connect.switch_fb_account_linked.L_UNLINK_FB_ACCOUNT_EXPLAIN}:</label>
                        <label>
                            <div class="radio">
                                <input type="radio" name="unlink_fb_account" value="1" />
                                <div class="radio-check"></div>
                            </div>
                            <span>{L_YES}</span>
                        </label>
                        <label>
                            <div class="radio">
                                <input type="radio" name="unlink_fb_account" value="0" checked="checked" />
                                <div class="radio-check"></div>
                            </div>
                            <span>{L_NO}</span>
                        </label>
                    </div>
                    <!-- END switch_fb_account_linked -->
                    <!-- END switch_fb_connect -->
                    <div class="radio-wrap">
                        <label class="radio-label">{L_NEWSLETTER_ACCEPT}:</label>
                        <span class="description">{L_NEWSLETTER_ACCEPT_EXPLAIN}</span>
                        <label>
                     <span class="radio">
                        <input type="radio" name="newsletter" value="1" {NEWSLETTER_YES} />
                        <span class="radio-check"></span>
                     </span>
                            <span>{L_YES}</span>
                        </label>
                        <label>
                     <span class="radio">
                        <input type="radio" name="newsletter" value="0" {NEWSLETTER_NO} />
                        <span class="radio-check"></span>
                     </span>
                            <span>{L_NO}</span>
                        </label>
                    </div>
                    <!-- BEGIN display_newsletter_auto -->
                    <div class="radio-wrap">
                        <label class="radio-label">{L_NEWSLETTER_AUTO_ACCEPT}:</label>
                        <span class="description">{L_NEWSLETTER_AUTO_ACCEPT_EXPLAIN}</span>
                        <label>
                        <span class="radio">
                           <input type="radio" name="newsletter_auto" value="1" {NEWSLETTER_AUTO_YES} />
                           <span class="radio-check"></span>
                        </span>
                            <span>{L_YES}</span>
                        </label>
                        <label>
                        <span class="radio">
                           <input type="radio" name="newsletter_auto" value="0" {NEWSLETTER_AUTO_NO} />
                           <span class="radio-check"></span>
                        </span>
                            <span>{L_NO}</span>
                        </label>
                    </div>
                    <!-- END display_newsletter_auto -->
                    <div class="radio-wrap">
                        <label class="radio-label">{L_HIDE_USER}:</label>
                        <label>
                     <span class="radio">
                        <input type="radio" name="hideonline" value="1" {HIDE_USER_YES} />
                        <span class="radio-check"></span>
                     </span>
                            <span>{L_YES}</span>
                        </label>
                        <label>
                     <span class="radio">
                        <input type="radio" name="hideonline" value="0" {HIDE_USER_NO} />
                        <span class="radio-check"></span>
                     </span>
                            <span>{L_NO}</span>
                        </label>
                    </div>
                    <div class="radio-wrap">
                        <label class="radio-label">{L_NOTIFY_ON_REPLY}:</label>
                        <span class="description">{L_NOTIFY_ON_REPLY_EXPLAIN}</span>
                        <label>
                     <span class="radio">
                        <input type="radio" name="notifyreply" value="1" {NOTIFY_REPLY_YES} />
                        <span class="radio-check"></span>
                     </span>
                            <span>{L_YES}</span>
                        </label>
                        <label>
                     <span class="radio">
                        <input type="radio" name="notifyreply" value="0" {NOTIFY_REPLY_NO} />
                        <span class="radio-check"></span>
                     </span>
                            <span>{L_NO}</span>
                        </label>
                    </div>
                    <!-- BEGIN switch_can_disable_mass_pm -->
                    <div class="radio-wrap">
                        <label class="radio-label">{L_ENABLE_MASS_PM}:</label>
                        <span class="description">{L_ENABLE_MASS_PM_EXPLAIN}</span>
                        <label>
                        <span class="radio">
                           <input type="radio" name="allow_mass_pm" value="4" {ALLOW_MASS_PM_NOTIFY_CHECKED} />
                           <span class="radio-check"></span>
                        </span>
                            <span>{L_YES}</span>
                        </label>
                        <label>
                        <span class="radio">
                           <input type="radio" name="allow_mass_pm" value="2" {ALLOW_MASS_PM_CHECKED} />
                           <span class="radio-check"></span>
                        </span>
                            <span>{L_NO}</span>
                        </label>
                        <label>
                        <span class="radio">
                           <input type="radio" name="allow_mass_pm" value="0" {DISABLE_MASS_PM_CHECKED} />
                           <span class="radio-check"></span>
                        </span>
                            <span>{L_NO_MASS_PM}</span>
                        </label>
                    </div>
                    <!-- END switch_can_disable_mass_pm -->
                    <!-- BEGIN switch_notify_subscriptions -->
                    <div class="radio-wrap">
                        <label class="radio-label">{L_NOTIFY_SUBSCRIPTIONS}:</label>
                        <label>
                        <span class="radio">
                           <input type="radio" name="notify_subscriptions" value="1" {NOTIFY_SUBSCRIPTIONS_YES} />
                           <span class="radio-check"></span>
                        </span>
                            <span>{L_YES}</span>
                        </label>
                        <label>
                        <span class="radio">
                           <input type="radio" name="notify_subscriptions" value="0" {NOTIFY_SUBSCRIPTIONS_NO} />
                           <span class="radio-check"></span>
                        </span>
                            <span>{L_NO}</span>
                        </label>
                    </div>
                    <!-- END switch_notify_subscriptions -->
                    <div class="radio-wrap">
                        <label class="radio-label">{L_POPUP_ON_PRIVMSG}:</label>
                        <span class="description">{L_POPUP_ON_PRIVMSG_EXPLAIN}</span>
                        <label>
                     <span class="radio">
                        <input type="radio" name="popup_pm" value="1" {POPUP_PM_YES} />
                        <span class="radio-check"></span>
                     </span>
                            <span>{L_YES}</span>
                        </label>
                        <label>
                     <span class="radio">
                        <input type="radio" name="popup_pm" value="0" {POPUP_PM_NO} />
                        <span class="radio-check"></span>
                     </span>
                            <span>{L_NO}</span>
                        </label>
                    </div>
                    <div class="radio-wrap">
                        <label class="radio-label">{L_NOTIFY_POST_PREVENT}:</label>
                        <span class="description">{L_NOTIFY_POST_PREVENT_EXPLAIN}</span>
                        <label>
                     <span class="radio">
                        <input type="radio" name="post_prevent" value="1" {POST_PREVENT_YES} />
                        <span class="radio-check"></span>
                     </span>
                            <span>{L_YES}</span>
                        </label>
                        <label>
                     <span class="radio">
                        <input type="radio" name="post_prevent" value="0" {POST_PREVENT_NO} />
                        <span class="radio-check"></span>
                     </span>
                            <span>{L_NO}</span>
                        </label>
                    </div>
                    <!-- BEGIN switch_report -->
                    <div class="radio-wrap">
                        <label class="radio-label">{switch_preferences_menu.switch_report.L_NO_REPORT_POPUP}:</label>
                        <label>
                        <span class="radio">
                           <input type="radio" name="no_report_popup" value="0" {switch_preferences_menu.switch_report.NO_REPORT_POPUP_YES} />
                           <span class="radio-check"></span>
                        </span>
                            <span>{L_YES}</span>
                        </label>
                        <label>
                        <span class="radio">
                           <input type="radio" name="no_report_popup" value="1" {switch_preferences_menu.switch_report.NO_REPORT_POPUP_NO} />
                           <span class="radio-check"></span>
                        </span>
                            <span>{L_NO}</span>
                        </label>
                    </div>
                    <!-- END switch_report -->
               <!-- BEGIN switch_signature -->
                    <div class="radio-wrap">
                        <label class="radio-label">{switch_preferences_menu.switch_signature.L_ALWAYS_ADD_SIGNATURE}:</label>
                        <label>
                     <span class="radio">
                        <input type="radio" name="attachsig" value="1" {switch_preferences_menu.switch_signature.ALWAYS_ADD_SIGNATURE_YES} />
                        <span class="radio-check"></span>
                     </span>
                            <span>{L_YES}</span>
                        </label>
                        <label>
                     <span class="radio">
                        <input type="radio" name="attachsig" value="0" {switch_preferences_menu.switch_signature.ALWAYS_ADD_SIGNATURE_NO} />
                        <span class="radio-check"></span>
                     </span>
                            <span>{L_NO}</span>
                        </label>
                    </div>
               <!-- END switch_signature -->
               <!-- BEGIN switch_bbcode_allowed -->
                    <div class="radio-wrap">
                        <label class="radio-label">{switch_preferences_menu.switch_bbcode_allowed.L_ALWAYS_ALLOW_BBCODE}:</label>
                        <label>
                     <span class="radio">
                        <input type="radio" name="allowbbcode" value="1" {switch_preferences_menu.switch_bbcode_allowed.ALWAYS_ALLOW_BBCODE_YES} />
                        <span class="radio-check"></span>
                     </span>
                            <span>{L_YES}</span>
                        </label>
                        <label>
                     <span class="radio">
                        <input type="radio" name="allowbbcode" value="0" {switch_preferences_menu.switch_bbcode_allowed.ALWAYS_ALLOW_BBCODE_NO} />
                        <span class="radio-check"></span>
                     </span>
                            <span>{L_NO}</span>
                        </label>
                    </div>
               <!-- END switch_bbcode_allowed -->
               <!-- BEGIN switch_html_allowed -->
                    <div class="radio-wrap">
                        <label class="radio-label">{switch_preferences_menu.switch_html_allowed.L_ALWAYS_ALLOW_HTML}:</label>
                        <label>
                     <span class="radio">
                        <input type="radio" name="allowhtml" value="1" {switch_preferences_menu.switch_html_allowed.ALWAYS_ALLOW_HTML_YES} />
                        <span class="radio-check"></span>
                     </span>
                            <span>{L_YES}</span>
                        </label>
                        <label>
                     <span class="radio">
                        <input type="radio" name="allowhtml" value="0" {switch_preferences_menu.switch_html_allowed.ALWAYS_ALLOW_HTML_NO} />
                        <span class="radio-check"></span>
                     </span>
                            <span>{L_NO}</span>
                        </label>
                    </div>
               <!-- END switch_html_allowed -->
               <!-- BEGIN switch_smilies_allowed -->
                    <div class="radio-wrap">
                        <label class="radio-label">{switch_preferences_menu.switch_smilies_allowed.L_ALWAYS_ALLOW_SMILIES}:</label>
                        <label>
                     <span class="radio">
                        <input type="radio" name="allowsmilies" value="1" {switch_preferences_menu.switch_smilies_allowed.ALWAYS_ALLOW_SMILIES_YES} />
                        <span class="radio-check"></span>
                     </span>
                            <span>{L_YES}</span>
                        </label>
                        <label>
                     <span class="radio">
                        <input type="radio" name="allowsmilies" value="0" {switch_preferences_menu.switch_smilies_allowed.ALWAYS_ALLOW_SMILIES_NO} />
                        <span class="radio-check"></span>
                     </span>
                            <span>{L_NO}</span>
                        </label>
                    </div>
               <!-- END switch_smilies_allowed -->
                    <label>
                        <span>{L_BOARD_LANGUAGE}:</span>
                        {LANGUAGE_SELECT}
                    </label>
                    <label>
                        <span>{L_TIMEZONE}:</span>
                        {TIMEZONE_SELECT}
                    </label>
                    <label>
                        <span>{L_DATE_FORMAT}:</span>
                        <span class="description">{CURRENT_TIME}</span>
                        {DATE_FORMAT}
                    </label>
                </div>
            </div>
            <!-- END switch_preferences_menu -->

            <!-- BEGIN switch_avatar_block -->
            <div class="block">
                <div class="block-header">
                    {L_AVATAR_PANEL}
                </div>
                <div class="block-content">
                    <label>
                        <span>{L_AVATAR_EXPLAIN}</span>
                        {L_CURRENT_IMAGE}
                        <br />{AVATAR}
                        <br />
                        <span class="checkbox">
                     <input type="checkbox" name="avatardel" />
                     <span class="checkbox-check"></span>
                  </span>
                     
                    </label>

                 
                 
                    <!-- BEGIN switch_avatar_local_gallery -->
                    <label>
                        <span>{L_AVATAR_GALLERY}:</span>
                        <input type="submit" name="avatargallery" value="{L_SHOW_GALLERY}" class="btn btn-default" />
                    </label>
                    <!-- END switch_avatar_local_gallery -->
                </div>
            </div>
            <!-- END switch_avatar_block -->

            <fieldset class="form-buttons">
                {S_HIDDEN_FIELDS}
                <input class="btn btn-default" type="submit" name="submit" value="{L_SUBMIT}" />
                <input class="btn btn-flat" type="reset" name="reset" value="{L_RESET}" />
            </fieldset>
        </form>
    </div>
</div>

<div class="cp-sidebar">
    {UCP_TABS}
</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();
            }
        });
    });

    $(document).ready(function() {
        $('.description').each(function() {
            if ($(this).is(':empty')) {
                $(this).remove();
            }
        })
    });
</script>

skouliki
skouliki
Manager
Manager

Female Posts : 15153
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

danyal215977 likes this post

Back to top Go down

In progress Re: Disable custom avatars etc

Post by danyal215977 Tue 27 Dec - 19:28

Thanks but how can i change the like button? i don't see any bwi
danyal215977
danyal215977
Forumember

Male Posts : 25
Reputation : 1
Language : Netherlands

https://rblxdevforum.actieforum.com/

danyal215977 likes this post

Back to top Go down

In progress Re: Disable custom avatars etc

Post by skouliki Thu 29 Dec - 22:57

danyal215977 wrote:Thanks but how can i change the like button? i don't see any bwi
Read this https://help.forumotion.com/t161901-can-i-replace-the-like-dislike-button-with-custom-images#1134242
skouliki
skouliki
Manager
Manager

Female Posts : 15153
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

SarkZKalie and TonnyKamper like this post

Back to top Go down

In progress Re: Disable custom avatars etc

Post by skouliki Sat 31 Dec - 8:35

When your request is complete, please mark it as Solved.
skouliki
skouliki
Manager
Manager

Female Posts : 15153
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Back to top

- Similar topics

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