PDA

View Full Version : How to post on VB using php


calwebsnc
07-15-2010, 10:21 AM
Hi!
I have a cms developed using codeigniter.
I manage articles about gaming (http://www.cyberludus.com).
Now I would like to publish a thread on vbulletin when a
staff member creates a new article.

I would like to give a title to the thread, a text and a link to the article.
Afterward, I need to receive the address of the created post in order to
use it in my cms.

How can I develop this?
I saw many sites doing this.

Thanks!
Peppe

James Birkett
07-15-2010, 12:25 PM
You have to use something called the Datamanager to create threads.

See here (http://www.vbulletin.com/docs/html/data_manager_programming).

Marco van Herwaarden
07-18-2010, 09:06 AM
Wouldn't it be easier to export it from your CMS using a RSS feed?