PDA

View Full Version : Integrate my site with VB4 forum. how to?


ilbianconiglio
07-12-2010, 02:43 PM
I everyone. I'm using a PHP Framework ( Yii Framework ) and I just made a bridge from my site to SMF Forum ( using their api ) that allow me to do this 2 things

- register a new user to the forum
- login the user to the forum

Now I'm passing to VB4 and I want to bring me back this behaviour. Also I want to add some little new service like this:

- when I create a news to my site I want to automatically post a thread on the forum
- select all the comments of that news and display them on the site ( I only need to retrive all the comments informations )
- list latest thread's title of a forum in the site home page.

Someone can please link me some good documentation that can help me to program this?
Please post also some examples of working codes :)

nack
03-10-2011, 05:20 PM
I was looking for this too. Did you find a solution?

ak88
03-15-2011, 09:03 AM
I also need this solution. I can pay

rzy2
09-30-2011, 05:08 PM
Hi!

i finaly found a solution for this problem
i'm also developing a yii web app with an integratet vbulletin board.

https://vborg.vbsupport.ru/showthread.php?t=228089&page=4
i used this "hack" and it worked fine for me after some modifications

just put the require_once stuff into your yii config file and define a field in the params array for $vbulletin
then you can use it like the description says

adonfun
10-02-2011, 10:05 AM
Hi!

i finaly found a solution for this problem
i'm also developing a yii web app with an integratet vbulletin board.

https://vborg.vbsupport.ru/showthread.php?t=228089&page=4
i used this "hack" and it worked fine for me after some modifications

just put the require_once stuff into your yii config file and define a field in the params array for $vbulletin
then you can use it like the description says

Did you got this to work on 4.1.6?

rzy2
10-05-2011, 08:02 AM
yes it works on 4.1.6 German (this was almost the hardest thing, changing the charset of vbulletin to utf8)

im still working on external usermanagment (register,update,delete)