PDA

View Full Version : How do I find the new thread ID?


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.

ragtek
07-30-2009, 06:06 AM
Use the datamanager!

https://vborg.vbsupport.ru/showthread.php?t=114249&highlight=thread

Marco van Herwaarden
07-30-2009, 09:20 AM
Like ragtek mentioned: use the data managers.

Your query is insecure and opens your board for SQL-injections.

jaderollie
10-20-2009, 04:04 PM
i thought it was in the url, ie :-
https://vborg.vbsupport.ru/showthread.php?t=219790

219790 is forum id number, though the number can be also in the middle of the url like :-
http://website.com/evidence-prophecy-facts/5-10-prophecies-fulfilled-today.html

so 5 is the forum id here
hope this helps