Hello all,

I need to perform some custom actions when a user submits a forum post. What hook should I be using for this? And how would I identify forum posts when using said hook?

I am using Drupal 6, the native Forum module and the Advanced Forum module.

Any help would be greatly appreciated.

Comments

Sounds like you want

Sounds like you want hook_form_FORM_ID_alter, though in this case, as the native forums use the comment system, you would have to be careful not to effect all comments sitewide with the changes. I can't provide the logic off the top of my head, but that should get you started :)

RTFM!
For further support or projects contact me.
Issue solved? Add [Solved] to the title

nobody click here