Hi guys,
Maybe for the first time i will get help on this forum.
I want to do something like this :
Create a form outside vbulletin
Question (Title)
Message (Details)
then will be 2 radio buttons, Post as guest, Post as user (will be made with ajax to put there his username, password and email)
and a Post button
After the post we want to give him the link to his new thread.
Now my questions are :
1. How to insert new thread in vbulletin database ?
2. How to insert a new user in database using only username, password and email ? Its ok a simple query to create a new row and insert only those 3 values or there are other places in database that need to be updated ?
Maybe for the first time i will get help on this forum.
I want to do something like this :
Create a form outside vbulletin
Question (Title)
Message (Details)
then will be 2 radio buttons, Post as guest, Post as user (will be made with ajax to put there his username, password and email)
and a Post button
After the post we want to give him the link to his new thread.
Now my questions are :
1. How to insert new thread in vbulletin database ?
2. How to insert a new user in database using only username, password and email ? Its ok a simple query to create a new row and insert only those 3 values or there are other places in database that need to be updated ?
Comment