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 want to split registration process into 3 separate steps, e.g. to get to the second step all fields from the first step have to be filled in. Is it possible to do it with Drupal? Do I have to write a new module or should I modify existning registration process in user module? Any help would be very much apprecieated.
I wrote and quick a dirty permalink module for my site. It displays a "Permalink" at the bottom of the node since I use custom urls. I also might change my URL structure, so I figured I should offer permalinks for those wanting to link to content from other sites. See it in action at: http://www.warmy.com
Let me know if you found this useful.
-Mitch Schwenk
I've created a modified image module that adds a new table with custom image data fields that I need to be able to search. I'm a little stumped on what hooks to add into my module to allow for this searching. Can someone point me in the right direction for some help? thanks in advance. This is my first post and I've only been working with drupal for about a week.
I'm looking at using the CCK to interface with the db of another CMS (ActionApps).
I've studied the source and now am wondering what is the best way of doing this.
Basically, the other CMS uses numerous different field types (e.g. text field, date field). At the moment I'm considering 'subclassing' the equivalent field types in CCK and retrieving/storing values into the ActionApps DB instead of the Drupal DB.
I'm seriously new to Drupal development, hence I'm asking for comments on whether this is a good idea - or it's completely stupid.
I need a very simple think. I have number of images and each image will be link with a corresponding page. I need to save these image as a block or menu and link other pages to this image.