How can do something before a node form be submitted.for example i want to
do some judges before a node form be submitted and after submitting drupal will
show my words according to my judges.
Hook_insert,hook_form_alter? or other function.expecting your answer
I have a form made in drupal submitting to a PHP script, which I don't want to be part of my site's themed pages. This script was not created within drupal. In order for this script to work properly, I need to use the session variables already started by Drupal. How do I get the session started on this new, separately created page?
I have two diffirent codes available to make the rolesignup work in D6 ..
The role selection box is showen a different form than the user register form. This is done because anyone may
like to show role dependent fields in user register page.
So it is like multistep form. And you can go back here to change the role once you have selected one earlier.
Now the problem is when you are on the second form, and you try to go back without filling out the fields correctly it
gets a validation error :( . I cannot remove that.
Hi everybody. I ran into a problem when exporting users and taxanomy data to another drupal installation.
Basically I was getting an duplicate Id error when I was trying to add a taxonomy term to a vocabulary.
I know that drupal is not using auto_increment. The core taxonomy module is not using db_next_id() function, why is that?
Do I have to change the sequence table everytime i migrate something to a new drupal installation?
I have made a simple drupal module and I wanted to use the comment module just like how the node module uses it. How can I integrate Comment module to my new simple module?