I have a view using one content type: fee_schedule
The view contains fields for species, keywords (hidden), and the title.
The filters need to show ALL species except when searching by keywords. The keywords field and the title field are combined using Global Combine fields filter that is exposed.
How to match few mentors with many mentees randomly using the modules of Drupal CMS?
There are many applicants to train and few to teach and this match has to happen randomly to avoid any one gaming the process. So we need a matching system which randomly allocates mentors to the mentees.
Comment settings in "Permissions" applies to all content type. I want node authors of only one of my content type to have permission to "Administer comments and comment settings". This way node authors can enable/close/hide comments as they see fit on that one specific content type. Don't really want project/nodeaccess. I'm hoping for a more specific existing module, or PHP snippet for template.php or custom module.