Results 1 to 4 of 4

Thread: Tutorial - E-mail Support (E-mailing Job Listings to Subscribers)

  1. #1
    Thread Starter
    pilotjobupdate's Avatar
    Join Date
    Jan 2011
    Posts
    16
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Tutorial - E-mail Support (E-mailing Job Listings to Subscribers)

    So after quite a struggle I figure out how to make JobRoller E-mail New Job Postings to a list of subscribers automatically.

    1. First off Install the Subscribe2 Plugin on your Wordpress: WordPress › Subscribe2 « WordPress Plugins
      (I like subscribe2 it allows you to send individual e-mails for each job or Daily Digests)
    2. Next You will want to Configure Subscribe2 Per the authors instructions. Two ways to have a "Enter your e-mail to subscribe box" on your JobRoller website. The First is to use a short code and plug it into a page, such as the About page. The second is to use a widget it the sidebar. Personally I prefer the widget.
    3. Once Subscribe to is fully configured it will by default sent e-mails for regular "Posts" but not "Jobs." In order for Subscribe2 to e-mail Jobs as well copy and paste the exact following code into your 'Theme Functions' (Functions.php) file. Be sure to paste the code beneath these lines:

      /**
      * add any of your custom functions below this section
      */

      Here is the Code:
      Code:
      function my_post_types($types) {
      	$types[] = 'job_listing';
      	return $types;
      }
      
      add_filter('s2_post_types', 'my_post_types');
    4. Update File
    5. Thats It! You're done. However, please note that you will not see a Subscribe2 Dialog in the "New Job" Section like you would in the "New Post" section. However, e-mails will be sent to your subscribers when you post new jobs.


    I hope this helps someone!

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,702
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

  3. #3
    Member bluesalman's Avatar
    Join Date
    Aug 2011
    Location
    United Arab Emirates
    Posts
    99
    Thanks
    1
    Thanked 4 Times in 4 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #4
    Veteran ajamm's Avatar
    Join Date
    Nov 2011
    Location
    New Zealand
    Posts
    309
    Thanks
    26
    Thanked 32 Times in 29 Posts
    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. [MOD NEEDED] Free ads for subscribers
    By bostonlogic in forum ClassiPress General Discussion
    Replies: 3
    Last Post: February 4th, 2011, 03:40 PM
  2. Social Media, RSS & E-mail support
    By pilotjobupdate in forum Help Using JobRoller
    Replies: 6
    Last Post: January 17th, 2011, 11:55 PM
  3. New subscribers unable to post
    By petero in forum Help Using ClassiPress
    Replies: 16
    Last Post: May 5th, 2010, 09:32 AM
  4. Contributors? or Subscribers?
    By rodeoramsey in forum Help Using ClassiPress
    Replies: 2
    Last Post: May 3rd, 2010, 05:15 PM