Results 1 to 9 of 9
Like Tree1Likes
  • 1 Post By palent

Thread: Tutorial - ClassiPress Listings Update Subscription With Subscribe2 Plugin

  1. #1
    Thread Starter
    palent's Avatar
    Join Date
    Oct 2011
    Location
    United States
    Posts
    51
    Thanks
    2
    Thanked 2 Times in 2 Posts

    Tutorial - ClassiPress Listings Update Subscription With Subscribe2 Plugin

    I wish I could take credit for this, but I found it in the JobRoller forum. And I really thank pilotjobupdate for figuring it out and posting, so it is only fair that I do the same.

    This involves visitors being able to subscribe to a list to receives updates of your classified listings according to the frequency you select.

    First off Install the Subscribe2 Plugin on your Wordpress (http://subscribe2.wordpress.com/ or through the add new plugin link): WordPress › Subscribe2 « WordPress Plugins

    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 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.

    Once Subscribe2 is fully configured it will by default sent e-mails for regular "Posts" but not "Ads." In order for Subscribe2 to e-mail your most recent Ads, you will have to copy and paste the exact following code into your 'Theme Functions' (functions.php, not the theme-functions.php in the includes directory) file. Be sure to paste the code beneath these lines:

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

    Here is the Code:

    function my_post_types($types) {
    $types[] = 'ad_listing';
    return $types;
    }

    add_filter('s2_post_types', 'my_post_types');

    Then save the file.

    Thats It! You're done. However, please note that you will not see a Subscribe2 Dialog in the "New Ads" Section like you would in the "New Post" section. However, e-mails will be sent to your subscribers when you post new ads. You can test it by first completing the information in the "Subsribe2" setting, then clicking the "Send Email Preview" button within the settings page. Or you create a listing then check you email.

    I hope this helps someone!
    colingreig likes this.

  2. The Following User Says Thank You to palent For This Useful Post:

    colingreig (May 3rd, 2013)

  3. #2
    Veteran barukar's Avatar
    Join Date
    Sep 2010
    Location
    Brasil, São Paulo, SP
    Posts
    6,785
    Thanks
    186
    Thanked 742 Times in 623 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    -------------------------------------------------------------------------------------------
    Projects: ClassiNoiva - Classimóveis - vocênoenem - i50 - Clube DETRAN

  4. #3
    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!

  5. #4
    Junior Member matt's Avatar
    Join Date
    Jan 2012
    Posts
    25
    Thanks
    1
    Thanked 13 Times in 2 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  6. #5
    Amateur colingreig's Avatar
    Join Date
    May 2012
    Posts
    13
    Thanks
    2
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  7. #6
    Junior Member timkoch's Avatar
    Join Date
    May 2011
    Location
    South Africa
    Posts
    41
    Thanks
    7
    Thanked 2 Times in 2 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  8. The Following User Says Thank You to timkoch For This Useful Post:

    seoagent (May 10th, 2013)

  9. #7
    Expired Customer davidzack's Avatar
    Join Date
    Jul 2013
    Location
    United States
    Posts
    29
    Thanks
    0
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  10. #8
    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!
    Did this post help you? Did I save you time? Click Thanks!

  11. #9
    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!
    Did this post help you? Did I save you time? Click Thanks!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Tutorial - E-mail Support (E-mailing Job Listings to Subscribers)
    By pilotjobupdate in forum JobRoller General Discussion
    Replies: 3
    Last Post: July 25th, 2012, 03:52 PM
  2. Tutorial YAOST seo plugin. Need Help...
    By precocerto in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: August 12th, 2011, 10:06 AM
  3. Featured Listings Sticky update
    By doctorcilantro in forum Report ClassiPress Bugs
    Replies: 6
    Last Post: January 5th, 2011, 01:31 PM