Brother Malachi
07-30-2009, 05:55 AM
After posting a thread how can I find the new threadid?
$vbulletin->db->query_write("UPDATE thread SET cp = '$_POST[form_cp]', atl = '$_POST[atl]' WHERE threadid=$threadid");
That is in newthread_post_complete.
Basically I added an extra checkbox to newthread template and wanna add it into the db as well.
$vbulletin->db->query_write("UPDATE thread SET cp = '$_POST[form_cp]', atl = '$_POST[atl]' WHERE threadid=$threadid");
That is in newthread_post_complete.
Basically I added an extra checkbox to newthread template and wanna add it into the db as well.