Results 1 to 3 of 3

Thread: Application email field for any user

  1. #1
    Thread Starter
    sbaa's Avatar
    Join Date
    Jan 2012
    Location
    Slovakia
    Posts
    75
    Thanks
    10
    Thanked 1 Time in 1 Post

    Application email field for any user

    Quote Originally Posted by sebet View Post
    @sbaa,

    you can achieve this by editing the file '\fxtender-pro-jobroller\includes\jscripts.php'

    Look for this line;

    PHP Code:
    if ( isset($post) && isset($posted) && $post->ID == get_option($app_abbr.'_submit_page_id' ) && $app_recip_field && $app_recip_field == 'yes' &&  user_can($current_user->ID'manage_options')) : 
    replace it with this line to display the field to any user:

    PHP Code:
    if ( isset($post) && isset($posted) && $post->ID == get_option($app_abbr.'_submit_page_id' ) && $app_recip_field && $app_recip_field == 'yes' ) : 
    Hi Sebet,
    the code has been rewritten - how can I achieve the same result in 1.4.1.5?

    Is it possible to have this field displayed in standard version populated with mail address defaulted from the logged-in user?
    So the user can change the mail address if needed.

    thanks in advance,

  2. #2
    sebet's Avatar
    Join Date
    Oct 2010
    Location
    Portugal
    Posts
    1,491
    Thanks
    138
    Thanked 207 Times in 182 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Checkout my products on the Marketplace.

  3. #3
    Thread Starter
    sbaa's Avatar
    Join Date
    Jan 2012
    Location
    Slovakia
    Posts
    75
    Thanks
    10
    Thanked 1 Time in 1 Post
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Jomark Application email sent twice
    By mjbari in forum Report JobRoller Bugs
    Replies: 4
    Last Post: September 9th, 2013, 03:02 PM
  2. Jomark Add Text to Job Application Email Message
    By jbperkins in forum JobRoller General Discussion
    Replies: 1
    Last Post: July 20th, 2013, 12:17 PM
  3. [SOLVED] How to put company name in email for new job application
    By malave in forum JobRoller General Discussion
    Replies: 1
    Last Post: April 24th, 2013, 08:29 AM
  4. [SOLVED] can I have the application sent to a different email for each opening?
    By malave in forum Help Using JobRoller
    Replies: 3
    Last Post: March 16th, 2013, 11:12 AM