Shamim Hasan

Forum Replies Created

Viewing 15 posts - 2,206 through 2,220 (of 2,464 total)
  • Author
    Posts
  • in reply to: Multiple Recipients in BCC? #5461
    Shamim Hasan
    Keymaster

    Separate email is sent for users. So no CC or BCC is used in email.

    Regards
    Shamim

    in reply to: Directory & email #5418
    Shamim Hasan
    Keymaster

    You have to build custom extension for this. This can not be done in one line code or one function. You can use fep_switch_{$switch} action hook to show send email button in this plugin menu and then again create a form to show input field for email address, title and content. Then when post that form you can use fep_posted_action_{$action} action hook to validate that form and send email with wp_mail function.

    Regards
    Shamim

    in reply to: Directory & email #5411
    Shamim Hasan
    Keymaster

    This plugin need user id for both sender and receiver. So both need to be registered.
    You can customize so that registered users can send to email address. But that need custom code.

    Regards
    Shamim

    in reply to: Directory & email #5405
    Shamim Hasan
    Keymaster

    This plugin use user id. So non registered users can not use this plugin.
    You can create users automatically by code for your custom post types users if you need.

    Regards
    Shamim

    in reply to: Piping Issue #5389
    Shamim Hasan
    Keymaster

    Hi again.
    Please give me your website admin and ftp access. Please full backup your website before giving me access.

    in reply to: Piping Issue #5363
    Shamim Hasan
    Keymaster

    I am outside and will be back 22nd july.
    I will further investigate your issue when i am back.

    Regards
    Shamim

    in reply to: Send Email to Selected Users #5357
    Shamim Hasan
    Keymaster

    Message between users does NOT use cron.

    You can visit http://example.com/wp-cron.php?doing_wp_cron to fire cron and wait for sometimes to see if you receive any email. (Change example.com with your website)

    You can also install https://wordpress.org/plugins/advanced-cron-manager/ to view your cron jobs and debug.

    Let me know.

    Or you can give me your website admin and ftp access to debug.

    Regards
    Shamim

    in reply to: Piping Issue #5313
    Shamim Hasan
    Keymaster

    Also please make sure email-piping.php and its folder file permission is 755

    in reply to: Piping Issue #5310
    Shamim Hasan
    Keymaster

    Please ask your hosting company for correct path to PHP and let me know.

    in reply to: Piping Issue #5301
    Shamim Hasan
    Keymaster

    Can you please change first line of email-piping.php file of this plugin to #!/usr/lib/php -q and check if working. please be careful not to leave any blank space or anything in that line except this.

    in reply to: Piping Issue #5292
    Shamim Hasan
    Keymaster

    create a file eg. fep.php and add <?php phpinfo() ?> in content then upload in your wordpress root directory. Then visit that file in you browser. Eg. your website example.com and you have uploaded that file in root directory. Then visit example.com/fep.php in your browser.

    in reply to: Piping Issue #5286
    Shamim Hasan
    Keymaster

    Can you please let me know “Configuration File (php.ini) Path”? You can place phpinfo() in an file and browse that file to get all information including this.

    in reply to: Some issues I need help with #5283
    Shamim Hasan
    Keymaster

    1. if you are using Poedit to translate then please click “Update”. That will include if there is any untranslated string. Then you will be able to translate those string if not already included.
    2. Did you set “Front End PM Page” In Dashboard > Front End PM > Settings > General?

    Regards
    Shamim

    in reply to: Send Email to Selected Users #5261
    Shamim Hasan
    Keymaster

    Users can not see announcement or announcement email does not sent?

    Did you you check “send email to all users when new announcement published?” In Front End PM>settings >Announcement?

    Is your wp cron working perfectly?

    Shamim Hasan
    Keymaster

    Thank you for your nice suggestion. Already included in next version.

Viewing 15 posts - 2,206 through 2,220 (of 2,464 total)