According to the readme file: Optionally, resumes are kept private and only a recruiter or the author can see it. Other job seekers cannot view other people's resumes
I assume I need extra modules for this functionality, if so are they publicly available?
Thanks
Comments
Comment #1
kbahey commentedIt is not publicly available.
Comment #2
attiks commentedIs there a way to get the modules?
Is it possible to buy/rent them?
Is the jobsearch GPL licensed and am I allowed to extend it myself?
Comment #3
kbahey commentedEverything you download from Drupal.org is GPL, and you can do with it what you like.
Comment #4
attiks commented1/ Install content_access (http://drupal.org/project/content_access) module and enable it
2/ Change content type resume, tab Access Control
3/ Set view and edit to author
4/ Optionally check groups that are allowed to view all resumes (like HR department)
5/ Hit submit
Comment #5
xamount