Shamim Hasan

Forum Replies Created

Viewing 15 posts - 1,726 through 1,740 (of 2,495 total)
  • Author
    Posts
  • in reply to: Expired license key message #15279
    Shamim Hasan
    Keymaster

    Please remove your license key then save changes and again input your license key then again save changes.
    Let me know.

    in reply to: Exception to Role to Role Blocking #15264
    Shamim Hasan
    Keymaster

    It is already fixed. Please update to latest version (8.4.1).
    Now whitelist users have permission if blocked by role also.

    in reply to: Max quantity recipients #15262
    Shamim Hasan
    Keymaster

    How you send announcement to custom selected users? When you go to Front End PM PRO > New Announcement in right sidebar there is option to select role(s). You can create a temporary role with users to whom you want to send announcement then you can select that role from right sidebar when create announcement.

    in reply to: Exception to Role to Role Blocking #15242
    Shamim Hasan
    Keymaster

    User whitelist should bypass this block. I will modify this behavior in next version.

    If you need this now and you know php, you can use remove_action( 'fep_action_validate_form', array( Fep_Role_To_Role_Block::init(), 'fep_action_validate_form' ), 10, 3 ); and add your own custom validation where you can alow this exception.

    in reply to: Expired license key message #15240
    Shamim Hasan
    Keymaster

    I see your license will be expired in March 26, 2019
    Where are you getting this error message? What it shows in Dashboard > Front End PM PRO > Settings > Licenses?

    in reply to: Instructions for User to User messaging #15210
    Shamim Hasan
    Keymaster

    Please use Contact Form 7. Because Gravity Form will create CPT which is unnecessary in our case. Also it is hard to map field with submitted field value (i do not have experience with gravity form for this type of submission).

    in reply to: From name in admin #15204
    Shamim Hasan
    Keymaster

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

    add_filter( 'fep_filter_show_which_name', function( $which ){
        return 'first_last_name';
    });
    

    It will show first name and last name

    in reply to: Desktop notification #15200
    Shamim Hasan
    Keymaster

    This should work.
    Are you giving permission to show notification?

    Give me access to your website for testing. Please use https://www.shamimsplugins.com/sensitive-information/ (give me Website Admin and Website normal user information)

    in reply to: Max quantity recipients #15198
    Shamim Hasan
    Keymaster

    It is recommended to use latest version always.
    So many thing have been changed since 4.8. See changelog bottom of https://www.shamimsplugins.com/products/front-end-pm-pro/
    If possible please update to latest version.

    announcement email queue should work in 4.8 also. Please test if that work.

    in reply to: Max quantity recipients #15191
    Shamim Hasan
    Keymaster

    Yes, they are different. If you want to notify anything to your all users, announcement is better. Also it support email queue system, so that it can send email to any amount of users.

    Go to Front End PM PRO > New Announcement

    in reply to: Desktop notification #15186
    Shamim Hasan
    Keymaster

    Which browser you are using?
    Please go to https://www.whatsmybrowser.org/ and give me link.

    in reply to: Max quantity recipients #15184
    Shamim Hasan
    Keymaster

    Are you sending message or announcement?

    in reply to: Desktop notification #15173
    Shamim Hasan
    Keymaster

    Please go to Dashboard > Front End PM PRO > Settings > Misc

    in reply to: Instructions for User to User messaging #15171
    Shamim Hasan
    Keymaster

    You can create a form with “Gravity forms” or “Contact Form 7” and use their custom submit hook to send a message using that data.
    Eg. if you use Contact Form 7, you can use wpcf7_before_send_mail hook to create a message using that data.
    It need custom coding.

    You can hire me if you need me to code for you. Use https://www.shamimsplugins.com/hire/

    Shamim Hasan
    Keymaster

    7. in clas-fep-group-message.php after function send_email_participants( $participants, $postid ){ add

    if( 'threaded' == fep_get_message_view() ){
        $postid = fep_get_parent_id( $postid );
    }
    
Viewing 15 posts - 1,726 through 1,740 (of 2,495 total)