Title: Ehsan Fotoohabadi's Replies | WordPress.org

---

# Ehsan Fotoohabadi

  [  ](https://wordpress.org/support/users/ehsanfotoo/)

 *   [Profile](https://wordpress.org/support/users/ehsanfotoo/)
 *   [Topics Started](https://wordpress.org/support/users/ehsanfotoo/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ehsanfotoo/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ehsanfotoo/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ehsanfotoo/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ehsanfotoo/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ehsanfotoo/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 32 total)

1 [2](https://wordpress.org/support/users/ehsanfotoo/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/ehsanfotoo/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/ehsanfotoo/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Better Messages - Chat Rooms, Group Chat, Private Messages & AI Chat Bots] Request features](https://wordpress.org/support/topic/request-features-6/)
 *  Thread Starter [Ehsan Fotoohabadi](https://wordpress.org/support/users/ehsanfotoo/)
 * (@ehsanfotoo)
 * [1 week, 4 days ago](https://wordpress.org/support/topic/request-features-6/#post-18962808)
 * Thank you [@ljosh](https://wordpress.org/support/users/ljosh/)
 * I still need these features:
    - Please add a new section on the chat page called “Private Chat” that is only
      visible to each user who can post anything they want here and no one else 
      can see it. By default, this private chat will be pinned at the top. Then,
      the rest of the chats will be displayed below it.
    - The default size of reactions is 13 pixels. Please add a section in the settings
      so we can change this size.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Better Messages - Chat Rooms, Group Chat, Private Messages & AI Chat Bots] Report bug](https://wordpress.org/support/topic/report-bug-9/)
 *  Thread Starter [Ehsan Fotoohabadi](https://wordpress.org/support/users/ehsanfotoo/)
 * (@ehsanfotoo)
 * [2 weeks, 1 day ago](https://wordpress.org/support/topic/report-bug-9/#post-18959254)
 * In addition to what I wrote in the previous message, I create a txt file with
   Persian language in windows and when I saved it selected UTF-8 and uploaded it
   in the chat, but when the file was uploaded and I opened it, it was displayed
   as follows:
 * ![](https://i0.wp.com/i.ibb.co/jZkzN9tP/Screenshot-2026-07-08-123347.png?ssl=
   1)
 * Then I tested another solution. I create a txt file with NOTEPAD++ and when i
   saved it as UTF-8 BOM , the problem was solved:
 * ![](https://i0.wp.com/i.ibb.co/fVCmp5gj/Screenshot-2026-07-08-125022.png?ssl=
   1)
 * Can you change the system so that it uploads and displays any UTF-8 code correctly?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Better Messages - Chat Rooms, Group Chat, Private Messages & AI Chat Bots] Request features](https://wordpress.org/support/topic/request-features-6/)
 *  Thread Starter [Ehsan Fotoohabadi](https://wordpress.org/support/users/ehsanfotoo/)
 * (@ehsanfotoo)
 * [2 weeks, 1 day ago](https://wordpress.org/support/topic/request-features-6/#post-18959173)
 * In addition to what I wrote in the previous message, please change the settings
   so that the files that are uploaded are displayed in the WordPress library.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Better Messages - Chat Rooms, Group Chat, Private Messages & AI Chat Bots] Users can not login](https://wordpress.org/support/topic/users-can-not-login/)
 *  Thread Starter [Ehsan Fotoohabadi](https://wordpress.org/support/users/ehsanfotoo/)
 * (@ehsanfotoo)
 * [2 weeks, 1 day ago](https://wordpress.org/support/topic/users-can-not-login/#post-18958475)
 * This is my problem because of changing the WordPress login URL.
 * I removed the code from the _functions.php_ and the problem was solved.
 * Then I tried another solution, which was to create a PHP file in _wp-content/
   mu-plugins_ and put the following code in it, but the same redirect problem still
   occurred:
 *     ```wp-block-code
       <?phpadd_action('login_init', 'custom_login_url_protect');function custom_login_url_protect() {    $secret_key = 'MY-CUSTOM-URL';    if (isset($_GET['action']) && $_GET['action'] === 'logout') {        return;    }    $allowed_actions = ['lostpassword', 'rp', 'resetpass', 'register', 'postpass'];    if (isset($_GET['action']) && in_array($_GET['action'], $allowed_actions, true)) {        return;    }    $is_valid_url  = isset($_GET[$secret_key]);    $is_valid_post = isset($_POST['secret_login_field']) && $_POST['secret_login_field'] === '1';    if (!$is_valid_url && !$is_valid_post) {        wp_redirect(home_url());        exit;    }}add_action('login_form', 'add_secret_field_to_login');function add_secret_field_to_login() {    echo '<input type="hidden" name="secret_login_field" value="1" />';}
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Better Messages - Chat Rooms, Group Chat, Private Messages & AI Chat Bots] Users can not login](https://wordpress.org/support/topic/users-can-not-login/)
 *  Thread Starter [Ehsan Fotoohabadi](https://wordpress.org/support/users/ehsanfotoo/)
 * (@ehsanfotoo)
 * [3 weeks, 1 day ago](https://wordpress.org/support/topic/users-can-not-login/#post-18952108)
 * I logged in directly from site.com/wp-login.php and stay login and see the chat
   page.
 * I don’t install any cache plugins but the shared host has litespeed.
 * WordPress Address (URL) and Site Address (URL) match and that I always visit 
   the site on the same one.
 * I don’t have any security plugins but I change wordpress admin url from wp-admin
   to my own url. I change it from functions.php file.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Hreflang Manager - Hreflang Implementation for International SEO] Use it for custom location](https://wordpress.org/support/topic/use-it-for-custom-location/)
 *  Thread Starter [Ehsan Fotoohabadi](https://wordpress.org/support/users/ehsanfotoo/)
 * (@ehsanfotoo)
 * [10 months ago](https://wordpress.org/support/topic/use-it-for-custom-location/#post-18649561)
 * By default, the plugin displays country flags at the bottom or top of the website,
   as shown in the image below.
 * ![](https://i0.wp.com/i.ibb.co/vvXjVmFt/Screenshot-2025-09-20-175639.png?ssl=
   1)
 * Is there a shortcode or php code that allows me to display country flags in the
   desired location?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Really Simple Featured Video - Featured Video Support for Posts, Pages & WooCommerce Products] Download video instead of play](https://wordpress.org/support/topic/download-video-instead-of-play/)
 *  Thread Starter [Ehsan Fotoohabadi](https://wordpress.org/support/users/ehsanfotoo/)
 * (@ehsanfotoo)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/download-video-instead-of-play/#post-17289860)
 * Could you please add a feature for embed videos from specific url such as “file.
   mydomain.com” ?
 * Best regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YASR - Yet Another Star Rating Plugin for WordPress] Trying to access array offset Warning](https://wordpress.org/support/topic/trying-to-access-array-offset-warning/)
 *  Thread Starter [Ehsan Fotoohabadi](https://wordpress.org/support/users/ehsanfotoo/)
 * (@ehsanfotoo)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/trying-to-access-array-offset-warning/#post-16245820)
 * “Stuctured data options” is empty.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Converter for Media - Optimize images | Convert WebP & AVIF] Convert images for remote server](https://wordpress.org/support/topic/convert-images-for-remote-server/)
 *  Thread Starter [Ehsan Fotoohabadi](https://wordpress.org/support/users/ehsanfotoo/)
 * (@ehsanfotoo)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/convert-images-for-remote-server/#post-15734642)
 * Thank you a lot.
    I send email. Please check it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Converter for Media - Optimize images | Convert WebP & AVIF] Convert images for remote server](https://wordpress.org/support/topic/convert-images-for-remote-server/)
 *  Thread Starter [Ehsan Fotoohabadi](https://wordpress.org/support/users/ehsanfotoo/)
 * (@ehsanfotoo)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/convert-images-for-remote-server/#post-15733756)
 * persiatechnology.com
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Converter for Media - Optimize images | Convert WebP & AVIF] Convert images for remote server](https://wordpress.org/support/topic/convert-images-for-remote-server/)
 *  Thread Starter [Ehsan Fotoohabadi](https://wordpress.org/support/users/ehsanfotoo/)
 * (@ehsanfotoo)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/convert-images-for-remote-server/#post-15733332)
 * This plugin is not in envato or wordpress.org
    This plugin is just for Iran country
   but it is standard plugin.
 * Yes, I tried to use your plugin and test it but when I go to Inspect element 
   and check images type, I see all images are png and jpeg.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YASR - Yet Another Star Rating Plugin for WordPress] page was crash](https://wordpress.org/support/topic/page-was-crash/)
 *  Thread Starter [Ehsan Fotoohabadi](https://wordpress.org/support/users/ehsanfotoo/)
 * (@ehsanfotoo)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/page-was-crash/#post-15030380)
 * Yes. I send email to you.
    I close this topic. Best regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YASR - Yet Another Star Rating Plugin for WordPress] page was crash](https://wordpress.org/support/topic/page-was-crash/)
 *  Thread Starter [Ehsan Fotoohabadi](https://wordpress.org/support/users/ehsanfotoo/)
 * (@ehsanfotoo)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/page-was-crash/#post-15024835)
 * This theme:
    [https://themeforest.net/item/around-multipurpose-business-wordpress-theme/31251088](https://themeforest.net/item/around-multipurpose-business-wordpress-theme/31251088)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YASR - Yet Another Star Rating Plugin for WordPress] page was crash](https://wordpress.org/support/topic/page-was-crash/)
 *  Thread Starter [Ehsan Fotoohabadi](https://wordpress.org/support/users/ehsanfotoo/)
 * (@ehsanfotoo)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/page-was-crash/#post-15024072)
 * I talk to developer. He is say the theme support custom-fields.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YASR - Yet Another Star Rating Plugin for WordPress] page was crash](https://wordpress.org/support/topic/page-was-crash/)
 *  Thread Starter [Ehsan Fotoohabadi](https://wordpress.org/support/users/ehsanfotoo/)
 * (@ehsanfotoo)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/page-was-crash/#post-14999650)
 * Please wait a few days. I will announce the result soon.

Viewing 15 replies - 1 through 15 (of 32 total)

1 [2](https://wordpress.org/support/users/ehsanfotoo/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/ehsanfotoo/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/ehsanfotoo/replies/page/2/?output_format=md)