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 written an password on registeration module. It lets users specify a password upon registeration and then lets them login via that password, also has options to allow role elavation upon verfication via the standard e-mail sent out by Drupal (you have to change the e-mail sent out by Drupal). I have applied for a CVS account for the module and that request has been rejected. If anyone is interested, please contact me... The code is in beta so I am not going to post a link until it's finished.
How can i tell if a node has been outlined in a book? i need to mod the print.module as it is showing duplicate "printer-friendly" urls on pages which are just outlined in a book.
However dumping $node data reveals no obvious indication to whether the node is part of an outline in a book.
I also couldn't see any function in book.module that might be able to take a node id and tell me if its outlined or not.
Help my ignorance, - what function in Drupal allows to define term id (tid) for example at page on such URL http://drupal.org/taxonomy/term /3/9 - (tid=3)
Hi
I wrote a module and need a form to write some fields in exist DB Table. I activate the forms.module and try the usage from it. Now i get some Errors.
Is not a problem of Drupal - its my problem. May be can someone explain a bit larger, how to use forms.module
I'm very new to Drupal. I want to give users basically their own web sites that they control using the Drupal system on my servers. This means enabling/disabling modules for their personal site, editing comments on content they've posted, administrating module options within their site (configuring comments for their site, etc.), allowing users to use different themes for their site only, allowing them to create their own basic themes easily and add complex themes that they've created, for use across the system or just on their site depending on specification, etc.