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've create a module that uses nodeapi to add a select dropdown to the story edit form. I can select "yes" to have the node saved as a template. I have a database table that stores nid / template value pairs, so that if I choose "yes" to save as a template, then a record is created in the database table as so: nid/1. Then I use the node clone module to clone the template node, and create a new editable node. The problem is, this new node now has it's "save as template" select dropdown set to "yes". How can I cause the select dropdown to be reset to "no" when the node is cloned?
Hi people,
I would like to know if there is any module for Drupal 5.x which can create links within Nodes if a "trigger" is found. What I mean by trigger is a admin specified text.
For example, I determine that I want ANY reference of the word "Help" to automatically transform into a link to a certain pre-defined page.
I am looking for some guys who can help with developing a module for listing user submitted radiostation listener urls, like shoutcast.com or http://www.live365.com do it.
The module could a modification of the following modules: radio.module, station.module, audio.module, playlist.module
Is there a CCK module that emulates the basic profile?
I am trying to use nodeprofiles to organise the profiles and want to have a CCK field that emulates the basic profile fields in order to update them when the user makes changes.
I thought of combining the usernode with nodeprofile and pageroutes but the usernode does not appear to be editable.