If possible, I'd like to have it as a bbcode - [userid]. Otherwise, I have the vB
forms mod installed. It's got the following hooks:
Code:
easy_forms_post_after_actions
easy_forms_post_before_actions
easy_forms_post_form_start
easy_forms_post_question_end
easy_forms_post_question_start
easy_forms_view_form_start
easy_forms_view_question_end
easy_forms_view_question_start
easy_forms_view_form_start
This is the closest thing I've found so far in an attempt to accomplish this:
Code:
@eval('$post[signature] = "' . addslashes($post['signature']) . '";');
$post['signature'] = stripslashes($post['signature']);