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 having some trouble getting my node links to redirect from the main intro page to a new template page I want to use as opposed to the front page template for things like articles and posts, etc.
After finding this module (http://drupal.org/project/front) I thought it wouldn't be too hard to adapt it to my needs, but it's proving harder than I thought.
If you guys need any more specifics please let me know.
What is the best way to create a multi-step module?
I have written the php code for this function as a stand-alone program, and now I need to integrate it into Drupal.
So far I have created a new node with the basic hooks. but I can't figure out how to implement the 2 steps.
I'm looking to do this: User enters some values. Those values are used to set up the next screen. User enters values into the new screen and clicks submit, and the content is created.
I'm writing my own module, and i was wondering how i could check if taxonomy module is enabled through code?
I plan to add extra functionality to my module if taxonomy is enabled. If not, standard version will be used.
Anyone got an idea how i would code this the easiest way?