Posted by davedelong on May 16, 2008 at 4:55pm
Jump to:
| Project: | Job Posting |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (duplicate) |
Issue Summary
For those site utilizing the Job Posting module, it's quite handy to create a view showing all jobs. However, only the Job title is available (as the Node Title). It would be awesome if we could also include the Job expiration date, the company, etc as view fields, arguments, and filters.
Comments
#1
This is a good idea and was already planned. I'm just waiting for the V2 api for the views module to settle (as well as some spare time to work on it) and then I was going to take a look at it. Thanks for the suggestion.
#2
#297017 marked a duplicate.
#3
while not an official patch, see http://drupal.org/node/302791 which will at least let you get access to some of the data using Views2. see comments 3-5 which include the code (by me) and some helpful feedback from the module developer who points out some things which are still lacking.
#4
Cheers defconjuan (awesome nick, btw). Marking this as a duplicate of Provide Views 2 support: job_posting.views.inc seeing as though we have some code to test!
#5
thanks... i have some custom views which i'll post after they've been tested a bit more but they create new job listings pages and blocks like jobs/expiring, jobs/newest, jobs/priority, etc....