Shamim Hasan

Forum Replies Created

Viewing 15 posts - 1,906 through 1,920 (of 2,460 total)
  • Author
    Posts
  • in reply to: Group not showing up for some users #12007
    Shamim Hasan
    Keymaster

    Here Manish, Zia, Kyan is member for both groups. So For them both groups will show to select when send message. Please check if shown for them.

    Other users are only in 1 group. So for them groups will be hidden and all message for group will send to Everyone group. Please check if groups are hidden for them and if they send to group, that message is send to Everyone group directly.

    If not working right, please let me know what is not working.

    in reply to: Group not showing up for some users #11999
    Shamim Hasan
    Keymaster

    Users have to be member of that group to send message. So only shows those groups which he is member.
    Also if only one group is there ( logged in user is member to only 1 group) then groups will be hidden and message will go directly to that group.

    in reply to: How do I change the "ToolTip" color??? #11964
    Shamim Hasan
    Keymaster

    Which tooltip? Can you please give me screenshot?

    in reply to: Announcement – questions about functionality #11905
    Shamim Hasan
    Keymaster

    It send message via cron job and wordpress cron run by user visit. when i user visit your website that time it send message.
    There is a settings how many message it will send per run. Go to Front End PM PRO > Settings > Email > Emails send per interval

    in reply to: problem in the new version #11865
    Shamim Hasan
    Keymaster

    License is ok, but somehow your website can not make license check request to this website.

    in reply to: Group Messagin dont work (dont show in admin panel) #11828
    Shamim Hasan
    Keymaster

    From your screenshot it seems that page is modified. Do you use any code or plugin to modify admin pages?
    sidebar is missing, also save button is not in place, may be same code removed Group option also.

    I have used “Group” plugin along with Front End PM and it has no conflict in that page.

    in reply to: problem in the new version #11826
    Shamim Hasan
    Keymaster

    If you are in local server then no need to use license. remove license and save changes. it will work.
    I have checked your license, it is about to expire, renew it.

    I have given you a license free for 3 months, it is not possible to reissue free, or provide PRO version support.

    in reply to: Email pipign with Gmail email address not working #11793
    Shamim Hasan
    Keymaster

    Please keep your “Piping Email” as same domain email. piping script must me accessible from email. So if it is not hosted in same server, it can not work properly.

    You can use Gmail or any other email service provider for sending email, but “Front End PM PRO > Settings > Emails > Piping Email” must be in same server.

    in reply to: problem in the new version #11791
    Shamim Hasan
    Keymaster

    Please make sure your website can communicate with other website. License is checked using wp HTTP request, so if it can not communicate with other website, it can not check license. Also i do not see any request for license check from your website.

    Please give me screenshot of license page in settings. Also let me know your domain.

    in reply to: problem in the new version #11771
    Shamim Hasan
    Keymaster

    Please go to Front End PM PRO > Settings > License and remove license then save, again input your license and save again.

    in reply to: Integration with Ultimate Member (request) #11747
    Shamim Hasan
    Keymaster

    This extension is now in wordpress repository. Please use https://wordpress.org/plugins/front-end-pm-ultimate-member-integration/ so that you will get update in future.

    in reply to: Can we rename message box to inbox #11735
    Shamim Hasan
    Keymaster

    add following code in your theme’s (child theme’s if any) functions.php

    add_filter('fep_menu_buttons', function( $menu ){
    	$menu['message_box']['title'] = sprintf(__('Inbox%s', 'front-end-pm'), fep_get_new_message_button() );
    	return $menu;
    });
    
    in reply to: New message notification email not sent #11686
    Shamim Hasan
    Keymaster

    By default it added default text. May be for any reason, it did not added default text.

    For encode, i see the issue. It will be fixed next in release.

    in reply to: Hide Announcement Box for Users #11683
    Shamim Hasan
    Keymaster

    add following code in your theme’s (child theme’s if any) functions.php

    add_filter('fep_menu_buttons', function( $menu ){
    	unset( $menu['announcements'], $menu['settings'] );
    	return $menu;
    }, 99);
    
    in reply to: Hide Announcement Box for Users #11656
    Shamim Hasan
    Keymaster
Viewing 15 posts - 1,906 through 1,920 (of 2,460 total)