Viewing 15 replies - 1 through 15 (of 16 total)
  • Plugin Author PressTigers

    (@presstigers)

    Dear sandysk,

    Are you want to manfully add email address in settings ?
    OR
    You are talking about code customization to add two email addresses?

    Kindly make this confusion clear. Hence, we can guide you in proper way.

    Thanks for using SJB!

    Thanks & Regards,
    PressTigers

    Thread Starter sandysk

    (@sandysk)

    I’m talking about code customization to add two email addresses?

    Plugin Author PressTigers

    (@presstigers)

    Hi sandysk,

    Kindly go to the following file, first understand the code thoroughly and then make customizations in this file:
    simple-job-board/includes/class-simple-job-board-notification.php

    Happy Code Customization! πŸ™‚

    Thanks & Regards,
    PressTigers

    Thread Starter sandysk

    (@sandysk)

    Hi,

    please tell me how to make changes on the file to add two email addresses because i have little knowledge of plugin customozation.

    Thnaks

    Plugin Author PressTigers

    (@presstigers)

    Hello Sandysk,

    We totally understand if you are not expert in plugin customization. For that, we will suggest you to hire some expert programmer for plugin customization.

    But if you want to take services from us, please contact with us via support@presstigers.com. We will further communicate from support ID.

    Thanks & Regards,
    PressTigers

    If I edit simple-job-board/includes/class-simple-job-board-notification.php, how do I get around this page being ovewritten with the next plugin update?

    Plugin Author PressTigers

    (@presstigers)

    Hi bublitzcreative,

    You can make Job Board extension to keep your work.

    As plugin is OOP based and also hooks are available in plugin. If you know the usage of WP hooks and OOP programming then use these features to make plugin extension.

    Thanks & Regards,
    PressTigers

    What is an extension?

    Thank you for the replies PressTigers. I am working with bublitzcreative on this and if you can point us in the right direction it would help. Specifically, we are looking to alter the admin_notification action. The action itself does not have hooks to utilize other than the attachments. Likewise, the process_applicant_form() action in the ajax file has several hooks, but those hooks are not passed the $pid var you are using to store the post ID. Either a filter in the admin notification, or passing the post ID to the hooks in the process action would make filtering the email (or creating your own) possible.

    Plugin Author PressTigers

    (@presstigers)

    Hi bublitzcreative,

    Extension is a child plugin to extend plugin core functionalities.

    If you know the usage of WP hooks and OOP programming

    If you have programming background then you will make an extension. Otherwise contact to plugin developer for making an extension or contact us at support@presstigers.com.

    Thank you for writing to us.

    Thanks & Regards,
    PressTigers

    I am a PHP developer. I am saying that you can’t extend the process_applicant_form(); action. It does not return the new post ID generated in any way with how your plugin is currently made. On line 150 of class-simple-job-board-ajax.php that reads $pid = wp_insert_post($args);

    If you change the actions on line 157, 183, or 209 to pass the $pid var. Or if you apply filters to the email outputs then it would be possible.

    Plugin Author PressTigers

    (@presstigers)

    Hi ktrusak,

    Your suggestion has been noted down. In upcoming release of Job Board, we will add post ID in class-simple-job-board-ajax.php file. Also email notification class has filters for attachment and email notification message.

    Thank you for writing to us. Let us know if we can help you further.

    Thanks & Regards,
    PressTigers

    Hi PressTigers,

    When is a new release of Simple Job Board plugin with some fixes and some cool new product features is beeing released?

    Hope to hear from you soon!

    Thanks & Regards,

    Marco Rinia

    Plugin Author PressTigers

    (@presstigers)

    Hello marcorinia,

    SJB 2.3.0 next major release is ready and in testing phase. Hopefully, we will make it live by the end of this month.

    Thank you for writing to us.

    Regards,
    PressTigers

    Thread Starter sandysk

    (@sandysk)

    Hi PressTigers,

    could you please guide me stepwise, how to add two more email id’s to send notification as you know i’m a student so i’m unable to do it own self using code customisation

    Thanks !

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘Add One more email address at job email notification’ is closed to new replies.