Shamim Hasan

Forum Replies Created

Viewing 15 posts - 2,356 through 2,370 (of 2,445 total)
  • Author
    Posts
  • in reply to: Cannot send message #1911
    Shamim Hasan
    Keymaster

    are you using any other shortcode in same page of front-end-pm shortcode?
    is there any custom code for this plugin in your website?

    in reply to: Cannot send message #1905
    Shamim Hasan
    Keymaster

    are you getting only “To: field? No other fields are showing?

    Shamim Hasan
    Keymaster

    If you use Plain Text as “Email Content Type” then your line break will work, but you will not be able to design your email.

    As you are using HTML as content type so you have to use any other html tag for line break(eg. p br etc)

    Shamim Hasan
    Keymaster

    You can use any email address or forwarder, that does not affect this plugin.

    Assume your php version in 5.3+, add following code in your theme’s (child theme’s if any) functions.php to exclude users, change 1,2,3 with your actual user ids

    
    add_filter( 'fep_directory_arguments', function( $args ){
    
    	$args['exclude'] = array( 1, 2, 3 );
    
    	return $args;
    });
    
    Shamim Hasan
    Keymaster

    Thank you very much for your detail explanation. I will investigate the issue and if found anything will let you know.

    Your issue is for admin email only, can you please check that email address server is ok and does not delay or reject any email? Also if possible keep both admin and subscriber user email in same server and try.

    You can use fep_directory_arguments filter hook to hide users from directory.

    “No Parent” means that message itself is a parent message. And if there is a Parent message in that column that mean that email is a reply message of that parent message.

    Shamim Hasan
    Keymaster

    Thank you for contacting.
    Please go to Front End PM > settings > Emails and write what email you want to receive when a reply message is sent. Please fill both subject and content field.

    Let me know.

    in reply to: Site wide notification vertical offset #1813
    Shamim Hasan
    Keymaster

    add #fep-notification-bar { top: 50px } in Front End PM > Settings > General > Custom CSS (Change 50px to other value if you need)

    in reply to: Sender receive a copy by mail #1786
    Shamim Hasan
    Keymaster

    Thank you for your nice suggestion.
    I will try to include this in next major version release (it may take some time, a new version is ready and in testing stage, in couple of days that will be released, then i will start work for new version ).

    you can download any previous free version from https://wordpress.org/plugins/front-end-pm/developers/

    in reply to: Search Funtion & Prevent Delete #1777
    Shamim Hasan
    Keymaster

    If you can wait couple of days, a new version is almost ready and will be released. This feature is already included in new version.

    in reply to: Sender receive a copy by mail #1774
    Shamim Hasan
    Keymaster

    this feature was there in free version in early release (may be version 1.1 or 1.2 ). This plugin is almost a new plugin. Most of the code changes, So if you put early code also, that will not work, You have to write new code.

    If you see support forum (both free and pro) you will see i write code for users too often. I try my best to support users.

    If you need to send a copy of mail to sender i can write for you. This may not be included to main plugin, Also there will be no option to enable/disable this feature. also you will be needed php version 5.3+.
    Let me know.

    in reply to: Sender receive a copy by mail #1766
    Shamim Hasan
    Keymaster

    sorry to say that If some lines of code i sometimes write for my customers but this need many code.

    in reply to: Sender receive a copy by mail #1732
    Shamim Hasan
    Keymaster

    This feature was there in initial versions of this plugin. But for user feedback this feature was removed many days ago. So this feature may not be included.
    you can use fep_action_message_after_send action hook to send email to sender if you need that badly.

    in reply to: Search Funtion & Prevent Delete #1729
    Shamim Hasan
    Keymaster

    Next major version i will try to add search feature for directory ( it will take some time to release next major version)

    If users delete message from their messagebox that message do not get deleted from database. So admin have access that message for future investigation. Please note: if all recipients (sender and all recipients of that message) delete same message from their messagebox that message also get deleted from database.

    in reply to: Reduced site wide notification in header #1688
    Shamim Hasan
    Keymaster

    add #fep-notification-bar { background-color: blue } in Front End PM > Settings > General > Custom CSS

    in reply to: Reduced site wide notification in header #1682
    Shamim Hasan
    Keymaster

    You want to remove this notification? There is a settings for this in Front End PM > Settings > General

    To change style of this notification you can use fep-notification-bar css id

Viewing 15 posts - 2,356 through 2,370 (of 2,445 total)