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