I would love to see the Job Posting list as an RSS feed. I'm not sure which version of the module I have, it's at least 6.x

Comments

gmarus’s picture

Probably the easiest way to do this is to just add it to job-posting-list.tpl.php. Something like this should work:

print drupal_add_feed('/rss.xml', 'Job postings at www.example.com');

gmarus’s picture

Oops the formatter messed that up. I'm resending:

<?php print drupal_add_feed('/rss.xml', 'Jobs at drupal6.sohotech.ca'); ?>
gmarus’s picture

Status: Active » Closed (fixed)

closed after many weeks without activity