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 using i18 (drupal 4.6) traslations and I need to create page nodes from my module. I´m still getting in touch with drupal, so if anyone can give some API gidelines I might finish.
What's the best module to create nodes with embedded images, not an image attachment? I've done a search but all the discussion seems to be dated back to March~May. In FckEditor there is a built-in image uploader/browser, but that doesn't seem to work. How do I get it to work, ideally with filemanager framer work, as I don't reuse images among posts, and uploaded images should be associated with _THAT_ post only.
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