Shamim Hasan

Forum Replies Created

Viewing 15 posts - 2,236 through 2,250 (of 2,464 total)
  • Author
    Posts
  • in reply to: Number of Messages in inbox #4674
    Shamim Hasan
    Keymaster

    you can use fep_get_new_message_button() and fep_get_new_announcement_number() function.

    in reply to: Changing CSS for Front End PM Pro #4671
    Shamim Hasan
    Keymaster

    you can find in front-end-pm-pro/assets/css/

    in reply to: Avatar Upload #4657
    Shamim Hasan
    Keymaster

    I actually did not understand your question. You want to change your avatar image?

    in reply to: Changing CSS for Front End PM Pro #4655
    Shamim Hasan
    Keymaster

    Add you custom css in Front End PM > Settings > General > Custom CSS

    in reply to: Use user name not full names in multi recipient list #4632
    Shamim Hasan
    Keymaster

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

    
    add_filter( 'fep_filter_display_participants', function(){
    	$participants = get_post_meta( get_the_ID(), '_participants' );
    	return implode( ', ', $participants );
    	
    });
    

    this will show user id (as you suggested) in participants list.

    in reply to: Email piping not working #4629
    Shamim Hasan
    Keymaster

    For future reference, This issue was due to windows line ending in unix server. Change to unix line ending in email-piping.php resolved this issue.

    in reply to: Version 4.8 is crashing my Admin #4626
    Shamim Hasan
    Keymaster

    Please check now.

    in reply to: Version 4.8 is crashing my Admin #4616
    Shamim Hasan
    Keymaster

    Please confirm that you have full backup of your website and can restore if something goes wrong. I will access after your confirmation.

    Regards
    Shamim

    in reply to: Version 4.8 is crashing my Admin #4609
    Shamim Hasan
    Keymaster

    Sorry for the inconvenience.
    Did you update from any previous version? If yes, from which version?
    Please let me know your php, mysql and wordpress version.

    Give me admin access of your website and ftp access so that i can try.

    Regards
    Shamim

    in reply to: Version 4.8 is crashing my Admin #4602
    Shamim Hasan
    Keymaster

    Version 4.8 was released 4 months earlier and nobody have this issue.
    Can you please try now again one more time? Please let me know after trying.

    Regards
    Shamim

    in reply to: Version 4.8 is crashing my Admin #4596
    Shamim Hasan
    Keymaster

    Are you updating from any previous version? Is it showing this error after update or all of a sudden?
    Version 4.8 is stable and tested with wordpress version 4.4+ without any issue.
    Can you please try again now?
    Let me know.

    in reply to: Use user name not full names in multi recipient list #4588
    Shamim Hasan
    Keymaster

    Already this plugin showing display name.
    Please see screenshot to see the difference. Please let me know which one you want to show for your users in your website.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Email formatting #4584
    Shamim Hasan
    Keymaster

    Please go to front-end-pm-pro/pro/includes/class-fep-email-beautify.php line around 235 add $content['message'] = wpautop( $content['message'] ); just before return $content; line.

    Let me know.

    We are working for better email template system. we hope next version we will be able to introduce that.

    in reply to: Email piping not working #4581
    Shamim Hasan
    Keymaster

    I sent you an email containing attachment and instruction.
    Let me know.

    in reply to: Email formatting #4569
    Shamim Hasan
    Keymaster

    Do you comfort to change php code? Let me know. Otherwise give me access to your website so that i can change some code of this plugin

Viewing 15 posts - 2,236 through 2,250 (of 2,464 total)