
06-02-2009, 03:46 PM
|
|
|
Join Date: Oct 2007
Location: UK
Posts: 2,802
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by MoveOver.cc
Thx.
You are a star.
One more question.
If I want a member to Post Reply which leads to another form. Is this possible. If so, how.
Regards
|
How can I Re-direct/ force users to submit form when they click reply?- Create plugin newreply_form_complete
PHP Code:
if (in_array($threadinfo[threadid], array(1,2,3))) { header( 'Location: http://www.your-site.com/forum/misc.php?do=form&fid=1' ) ; }
Change 1,2,3 for appropriate threadids.
|