Shamim Hasan

Forum Replies Created

Viewing 15 posts - 436 through 450 (of 2,464 total)
  • Author
    Posts
  • in reply to: Find Messages in Query and then Update Meta #41869
    Shamim Hasan
    Keymaster

    fep_get_the_id() is a template function which does not return any value outside loop. So using fep_action_message_after_send hook does not give you correct message id.
    If you need to use fep_action_message_after_send hook you can use $message_id variable instead of fep_get_the_id()

    in reply to: Annoucement e-mails are sending. #41860
    Shamim Hasan
    Keymaster

    As for announcements there might me many users email which most of the host do not allow to send at a time. So this plugin send announcement emails using cron at a set interval. You can set that interval in Front End PM PRO > Settings > Emails
    Please check following
    1. Cron if working in your website.
    2. Change email interval in Front End PM PRO > Settings > Emails and wait that time

    Let me know.

    in reply to: Find Messages in Query and then Update Meta #41858
    Shamim Hasan
    Keymaster

    Your code seems ok.
    If not working you need more debug code for each line and see upto which line it is working correctly.

    Shamim Hasan
    Keymaster

    This may be possible but there are some cases where a defined page is needed as Front End PM Page, like when sending emails, using cron or email piping.
    If you know how to use wp hooks there is easy way to change the page url using fep_query_url_filter or fep_query_url_without_esc_filter hooks.

    in reply to: Sites registration on your “shamimspluings.com” site. #41835
    Shamim Hasan
    Keymaster

    I still cannot see your video.
    May you please let me know if this plugin is active in your main website? What issue you are facing? Is not it activate in your main website?
    If you cannot activate in main site, you can deactivate in test site then activate in main site. Then again activate in test site.

    Let me know

    in reply to: Turn off email notifications #41834
    Shamim Hasan
    Keymaster

    You can go to Dashboard > Front End PM PRO > Settings > Emails and empty email subjects, That will do the trick.
    Let me know.

    in reply to: Front End PM PRO #41833
    Shamim Hasan
    Keymaster

    It is shown display name.
    Please change name in Dashboard > Users > Your Profile > Display name publicly as

    in reply to: How to search messages by username? #41820
    Shamim Hasan
    Keymaster

    Please try following code

    add_filter( 'fep_message_query_args', function( $args, $user_id ) {
    	if( ! empty( $args['s'] ) && ( $user = get_user_by( 'login', trim( $args['s'] ) ) ) ) {
    		$args['participant_query'][] = array(
    			'mgs_participant' => $user->ID,
    		);
    		unset( $args['s'] );
    	}
    	return $args;
    }, 10, 2 );
    
    in reply to: Sites registration on your “shamimspluings.com” site. #41818
    Shamim Hasan
    Keymaster

    I do not see any video in that link.
    Also test site should automatically recognized by the system.

    Let me know if it doesn’t.

    in reply to: PRO not showing up in buddypress #41816
    Shamim Hasan
    Keymaster

    Which plugin you are using for subscriber newsletter? If you use contact form 7 you can follow https://www.shamimsplugins.com/docs/advanced-nocaptcha-recaptcha/getting-started-advanced-nocaptcha-recaptcha/implement-in-contact-form-7/

    in reply to: PRO not showing up in buddypress #41812
    Shamim Hasan
    Keymaster

    Did you check “BuddyPress register” in settings page of this plugin?
    Can you please give me screenshot of the settings page of this plugin?
    Can you please give me url of your website?

    in reply to: Front End PM PRO #41811
    Shamim Hasan
    Keymaster

    Please go to Dashboard > Front End PM > Settings > Recipients
    and set Max Recipients to 0 (Zero) (This will restrict users to send message to other users)
    and checked “Can send to admin” (This will allow users to send message to this selected admins only)

    in reply to: Front End PM PRO #41803
    Shamim Hasan
    Keymaster

    Yes, This section is setup for admins so that users can send message to these admins.
    May you please let me know if you want any special setup, eg. User cannot send message to other users?
    You can let me know your desire setup and i can assist you with that.

    in reply to: No Invoice in Account #41796
    Shamim Hasan
    Keymaster

    I have sent you an invoice to your email just now.

    in reply to: Front End PM PRO #41792
    Shamim Hasan
    Keymaster

    I see in your screenshot, you have this section. Title “FEP Admins”.
    Please see bellow attached image.

    Attachments:
    You must be logged in to view attached files.
Viewing 15 posts - 436 through 450 (of 2,464 total)