Add a publish button on node edit forms in Drupal 6 using a custom module
This tutorial assumes you have a reasonable knowledge of Drupal such as being able to create a custom module. It also requires an understanding of PHP and jQuery.
Create a new module, I will call mine node_publish.
The first thing I will do is create a callback function that will be used to publish the node. [...]

Recent comments