SorX
10-15-2007, 09:04 PM
Sorry if this has already been asked before, but I've been searching these forums and the internet for too long now...
Essentially I want to be able to post a new thread without having to have to use the editor with vBulletin. What I mean by this, is to be able to add a post with a script, rather than usingt he manual form.
I want to be able to add a news post which is also displayed on my main site. So basically all I want to do is to stop having to fill in two forms and just have one.
I've read about build_new_post() but I'm not sure what information to supply. I can code, but if I don't know what to give the function, or even if this way is the best to go, I'm gonna get nowhere fast
I would like someone to help, and jsut to simply tell me how to make a new thread, which files to include (I'm guessing newpost.php?) and thats about it. I can use the same user for this posting, only the title and content will change, and they will always be in the same forum, category w/e its called.
The post counters etc. etc. all need to increment and everything (ideally) needs to be exactly the same as a standard post would be.
I have full access to all of the files, the database etc. etc. so I can do anything thats neccessary.
Thank you very much for your help and I hope that it helps someone else too.
Essentially I want to be able to post a new thread without having to have to use the editor with vBulletin. What I mean by this, is to be able to add a post with a script, rather than usingt he manual form.
I want to be able to add a news post which is also displayed on my main site. So basically all I want to do is to stop having to fill in two forms and just have one.
I've read about build_new_post() but I'm not sure what information to supply. I can code, but if I don't know what to give the function, or even if this way is the best to go, I'm gonna get nowhere fast
I would like someone to help, and jsut to simply tell me how to make a new thread, which files to include (I'm guessing newpost.php?) and thats about it. I can use the same user for this posting, only the title and content will change, and they will always be in the same forum, category w/e its called.
The post counters etc. etc. all need to increment and everything (ideally) needs to be exactly the same as a standard post would be.
I have full access to all of the files, the database etc. etc. so I can do anything thats neccessary.
Thank you very much for your help and I hope that it helps someone else too.