Shamim Hasan

Forum Replies Created

Viewing 15 posts - 2,191 through 2,205 (of 2,464 total)
  • Author
    Posts
  • in reply to: Email piping and Google Apps hosted email #6008
    Shamim Hasan
    Keymaster

    From Google Email you can Forward email to your email address which can forward to a script. Then From there you can forward email to script for email piping.

    Currently this plugin only can process email pipe to its script (Not POP3 or IMAP)

    in reply to: Untranslateable text #6005
    Shamim Hasan
    Keymaster

    We can not use online translation for our PRO plugin, That is for only free version. For PRO plugin there is a pot file in languages folder of PRO plugin. Please use that to translate additional string in PRO plugin.

    in reply to: Customization #5947
    Shamim Hasan
    Keymaster

    No.
    You can change files inside “templates” in your theme.

    For files inside includes there are lots of hooks to change its behavior. You can use those hooks.

    Regards
    Shamim

    in reply to: Need to Hide (or Remove) Directory Link #5901
    Shamim Hasan
    Keymaster

    Thank you for your nice suggestion.I am working on documentation and hope will be able to improve it.

    Regards
    Shamim

    in reply to: Need to Hide (or Remove) Directory Link #5893
    Shamim Hasan
    Keymaster

    Please go to Dashboard > Front End PM PRO > Settings > General and check “Hide Directory from front end?”

    in reply to: {{message_url}} not working in email notification #5803
    Shamim Hasan
    Keymaster

    Are your “Email Content Type” set as “HTML”? Are you using like <a href="{{message_url}}">{{message_url}}</a>?

    Shamim Hasan
    Keymaster

    In my test installation it is working fine with autoptimize plugin without js exclude.
    After that also if you want to exclude you can try exclude js/jquery.tokeninput.js

    Let me know.

    in reply to: Email 'to' field not populating #5698
    Shamim Hasan
    Keymaster

    So you are using in ajax?
    Please use following

    
    $args = array(
        'fepaction' => 'newmessage',
        'fep_to' => get_the_author_meta( 'user_nicename')
    );
    $url = add_query_arg( $args, get_permalink( fep_page_id() ) );
    

    Let me know.

    in reply to: Email 'to' field not populating #5692
    Shamim Hasan
    Keymaster

    for security reason url is passed through esc_url but this should not break the link. Are you adding full <a href="<?php echo fep_query_url('newmessage', array('fep_to' => get_the_author_meta( 'user_nicename') ) ); ?>">Send Message</a> or something else? Please give me code what you are adding.

    in reply to: Email 'to' field not populating #5686
    Shamim Hasan
    Keymaster

    Your “&” is url encoded. How are you adding your link? Where are you adding your link? Did you follow my mentioned doc?

    Regards
    Shamim

    in reply to: Email 'to' field not populating #5679
    Shamim Hasan
    Keymaster

    I think you have sent same screenshot. In Both screenshot it is showing “To” field is filled.
    Please let me know which one not working.

    Also please see updated doc for more info. https://www.shamimsplugins.com/docs/front-end-pm/customization/user-name-pre-populate-new-message/

    Please let me know.

    in reply to: Email 'to' field not populating #5555
    Shamim Hasan
    Keymaster

    what are you passing as “to” is url? Is it user nicename (slug)?
    Can you please go to “Directory” and click “Send Message” and see if that working?
    Let me know.

    in reply to: Email 'to' field not populating #5549
    Shamim Hasan
    Keymaster

    Thank you for contacting.
    Can you type your user name and select? Is it filled when you type and click?

    Regards
    Shamim

    in reply to: User can't send PM to admin – no email sent #5489
    Shamim Hasan
    Keymaster

    Please go to Dashboard > Front End PM > Settings > Recipient. Then untick “Can send to users” and tick “Can send to admin”. Add your admin username and Display as in that field and click “Save Changes”.

    I have tested with this settings in my test and it is working perfectly. Can you please give me access to your website if it does not work? Please create 2 test user account ( 1 admin and another normal user ) and give credential to me.

    Full backup your website before giving me access.

    in reply to: Multiple Recipients in BCC? #5483
    Shamim Hasan
    Keymaster

    If you want to send to many users you can try Announcement. Go to Dashboard > Front End PM > All Announcements > Add Announcement. You will be able to select role(s). All users of that role(s) will get that announcement. So you will not need to fill 100 users.

    Regards
    Shamim

Viewing 15 posts - 2,191 through 2,205 (of 2,464 total)