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. I'm trying to create a family website and I need to use the events module. I can't seem to find clear instructions on how to use it after it's installed. Could someone please provide me with a step by step guide on how to install the events module (just in case I missed a step) and how to use it to add new events and show them on the front page.
At a request I've created some files to integrate/use PRADO pages in Drupal. Included are a user class so the Drupal user works as a PRADO user integrated in it's security system, and from PRADO one may take advantage of Drupals security/user system. You may create regular Drupal menu items pointing to specific PRADO pages in the form ?q=prado/modulename/pagename (path configuration changeable). My client (and I) would like to contribute this, but I'm not sure how appropriate it is, PRADO not being Drupal and all.
Hi, sorry I've asked these questions before elsewhere but nobody picked up on them. Hope you don't mind my asking it again, hopefully more efficiently this time.
I have a site I'm eager to launch but have sort of been waiting for some modules to be upgraded to 4.6 before I progress. Would the authors of these modules please provide an ETA for if/when they will be updated for Drupal 4.6:
When I'm logged on my Web site and access some node, I get 'view' and 'edit' tab options for that node's content.
Now, I would like to make a few other tab options for my nodes (say, 'move', 'history' or 'help'). I know that it can be done by adding the neccesary code directly into node.module, but that would make future upgrades very difficult (as I would need to patch core node.module after every Drupal release).