Shamim Hasan

Forum Replies Created

Viewing 15 posts - 1,591 through 1,605 (of 2,495 total)
  • Author
    Posts
  • in reply to: Sorry but your download link has expired. #17080
    Shamim Hasan
    Keymaster
    in reply to: How to create a new announcement #17078
    Shamim Hasan
    Keymaster

    By default all admin users have permission. If you need permission for any non admin users you can use fep_current_user_can filter hook to give permission.

    in reply to: Message box slow for certain users #17070
    Shamim Hasan
    Keymaster

    This update was focused on performance. Most of the internal code and logic is changed. It is tested with 100,000+ messages without performance hits.

    in reply to: How to create a new announcement #17067
    Shamim Hasan
    Keymaster

    As this is front-end pm, most of the features are created for front-end. Now you can add announcement from front-end. First go to Front End PM PRO > Settings > Security > Can permitted users add Announcement from front end?, check this. Now you will see a new button in front-end to add announcement.

    in reply to: Group Roles #17051
    Shamim Hasan
    Keymaster

    Hi David,
    We logged your request for consideration. May be next version we will add another tag (maybe {role-unparsed}-??? ) which will be parsed when message sent. So that we will get all users of that role when message sent.

    in reply to: Email notifications doesn't send #17046
    Shamim Hasan
    Keymaster

    If a announcement is published then editing that announcement may be misused. So we make pending our editing feature.

    I prefer you create a new announcement when you need a file change.
    After that also if you need attachment add feature to announcements let me know.

    in reply to: Possibilities with frontend pm pro #17045
    Shamim Hasan
    Keymaster

    1. Possible but will not be easy.
    2. Possible

    You can contact via https://www.shamimsplugins.com/hire/

    in reply to: Group Roles #17024
    Shamim Hasan
    Keymaster

    That tag is parsed when added. So later if any user added to that role, that user will not be added automatically.
    You can add this tag later also to import any user who is added to your website later.

    in reply to: Email notifications doesn't send #17022
    Shamim Hasan
    Keymaster

    cron was not scheduled well. I change “Sending Interval” and save and it rescheduled cron. Now it is firing on time.

    in reply to: Email notifications doesn't send #17017
    Shamim Hasan
    Keymaster

    I sent a test announcement and it seems email is sending.
    Please check and let me know.

    in reply to: Message box slow for certain users #17015
    Shamim Hasan
    Keymaster

    Yes.
    please test and let me know.

    Shamim Hasan
    Keymaster

    This is intended behavior.
    When a user delete a massage but another user reply that massage and first user see that massage though he deleted that massage that is too much confusing. So now if any user delete a massage that massage can not be replied anymore.

    in reply to: Message Renumbering after Update #16983
    Shamim Hasan
    Keymaster

    Use

    add_action( 'fep_display_after_message', function(){
    	$authordata = get_userdata( fep_get_message_field( 'mgs_author' ) );
    	
    	if( in_array( 'business', $authordata->roles ) ){
    		echo '<div id="businesslink">See more information and photos of <a href="' . esc_url( home_url( '/' ) ). $authordata->user_nicename . '">' . $authordata->display_name . '</a>.</div>';
    	}
    });
    
    in reply to: Message Renumbering after Update #16978
    Shamim Hasan
    Keymaster

    These 2 changes backported to current version. So if you update this plugin now, then no need any more file changes. Just click “Proceed” and continue.

    in reply to: Notification Bar after Update #16975
    Shamim Hasan
    Keymaster

    I see your website have js error (see screenshot) and it is coming from your theme custom.js file.
    Please contact with your theme if your theme added that file. Correcting that error should solve your notification issue.

    Attachments:
    You must be logged in to view attached files.
Viewing 15 posts - 1,591 through 1,605 (of 2,495 total)