CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMember (Moderator: Deepak Srivastava) »
  • setting up an rss feed of recent members?
Pages: [1]

Author Topic: setting up an rss feed of recent members?  (Read 1091 times)

JoeMurray

  • Administrator
  • Ask me questions
  • *****
  • Posts: 578
  • Karma: 24
    • JMA Consulting
  • CiviCRM version: 4.4 and 4.5 (as of Nov 2014)
  • CMS version: Drupal, WordPress, Joomla
  • MySQL version: MySQL 5.5, 5.6, MariaDB 10.0 (as of Nov 2014)
setting up an rss feed of recent members?
September 25, 2008, 03:00:21 pm
In a kabissa spec there was a suggestion that one should be able to have a listing of the five most recent membership signups. I would like to implement something along those lines separately for memberships and donations. I image i do this with profiles at present until greater support is builtin for Drupal views.

Tips on documentation for documentation on this or how to do it would be great. I've previously used CiviEvent rss feeds.

TIA
Joe
Co-author of Using CiviCRM https://www.packtpub.com/using-civicrm/book

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: setting up an rss feed of recent members?
September 25, 2008, 04:33:05 pm
I don't think you can do this with Profiles - we don't expose transactional records (contributions, memberships ...) to the Profiles search and listing feature-set (only contact records). So ...  I think you should be able to put together a pretty simple chunk of PHP which uses our APIs to "find the TOP N donations / memberships" by their ID (since they are auto-incremented). Then convert output to RSS (check the code which creates the CiviEvent RSS For a headstart).
Protect your investment in CiviCRM by  becoming a Member!

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMember (Moderator: Deepak Srivastava) »
  • setting up an rss feed of recent members?

This forum was archived on 2017-11-26.