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 have a question i'm making a module only i need to create a navigation. The navigation is like the one in the SEARCH area. The links like Content > Gallery > Users right next to the title.
Only i can't seem to find a tutorial to show me how to do it so i'm asking here in the hopes someone will inform me.
I would like to implement a way for users to be able to submit links to content into my Drupal forum when surfing other sites. Kind of like the Digg and Reddit widgets. Other websites could post code for a button on their content pages and when users click it - they would be taken to a submission form on my site and it would auto-fill the link from the referring page and the title of that page in a new forum topic submission form. Do you know what I mean?
I'm trying to create a multistep form with 4 steps. I've taken the example code from the Pro Drupal book and added code to preserve the fields between steps. Below, I preserve step 3 in hidden fields any time the current step is greater than 3.
I can't for the life of me find where the primary/secondary links, user-login form, search form and error message div element are created. I have been hunting around for ages trying to find some php that stands out.