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'm new to Drupal and have read some books about it. I understand how to create custom content types in Drupal 7 as well as use CCK in Drupal 6. What I would like to do is create a view of nodes of a specific type and custom render each node for this particular view. I'm not quite sure what the strategy is for doing something like this. Do you need to create a custom layout and assign specific CCK fields to regions within the layout and then apply the layout to each node within a view?
Can we use drupal as a framework for larger application. Is it suitable for developing big application in its framework. Or is there any limitation of it?
I want to use drupal as a framework in my application so, it is worthful ? I am little bit worry. Please let me know it anything from your side.
Hi there,
I am developing a site which requires a functionality that will fetch wall posts with comments and permission to post comment on the posts.
I was just wondering is there any already developed module for such a functionality?
any suggestion will be appreciated?
Hi all, I'm planning to create a Job Board website, something like monster.com or any job portal out there.
The functionality is pretty simple, Employer post a Job, then Job Seeker can apply to that Job by clicking button 'Apply Job', then they can post Resume to that particular Job.
My question is, what's the best practice to do this, as in: how to make a 'connection' between one node to another?
Coz I was thinking, Job and Resume will be a content type, how to make some 'new connection' between them?