Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I mentioned this a while ago, but it got not response and I really need a hand with it.
I suspect that the reason for a lack of response is because most folks will now be using civicrm or contact manager, but (for a whole host of reasons) I've gone back to using contact_dir, which is serving my purposes perfectly.
However, instead of it showing "Owner" and linking to whoever added the entry, I'd like it to show "Job" and maybe link to a results page for all with the same job title.
I have a small problem with the Event module. I have in stalled the module properly - because I get the three choises on what node to be displayed in the calendar. But I think there is some kind of flaw in my installation - because when I go the the Node where I which to add the event - something strange is happenning.
The start date shows the month in a drop-down-box as well as the time (both the hour and the minutes), however the day and the year is not in a drop-down-box but in a normal text field.
I'm still undecided which solution to use: Custom module or Views/CCK?
I love the new form API and being a PHP developper, I don't mind having to get my hands dirty a bit. So my question is mainly about performance: which performs better?
I'd be tempted to say custom modules but I read in the development mailing list that "both CCK and Views attempt to aggressively cache their data" making the performance not so much of an issue.