Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Working Integration with PostNuke
Hi all, I posted a good while back talking about integration with 3rd party systems. The one in particular I am interested in is the PostNuke CMS. I know everyone here has mixed feelings about such systems, but they have a large audience and can make life easier if used properly, much like a condom.
I am redesigning one of my postnuke sites and I absolutely hate the integrated forum solutions. I wanted to use Vanilla instead, and have it share user information with the CMS. Mark said to wait, but I decided to give it a shot anyway. So this morning I got it working. Right now if you register in the CMS you are automatically registered in the forum - you show up as a waiting user. So the admin still has to approve you. This could easily be tweaked though.
The other thing I need to do is figure an easy way to share other user info like first and last name. Lastly, I need to make Lussumo use the CMS username and not allow people to udpate it.
The good news is that so far the only file I've had to touch is the Vanilla.User.class.php file. If anyone here is interested in how to pull off such an endeavor, let me know and I'll share the steps. I know that Mark had mentioned an overhaul in the future that would make such integrations easier, but I needed something sooner unfortunately.
Anyways, great job on the code structure Mark. It only took me about three hours to get it working. I'll post a URL once I get it skinned and the rest of the details worked out.
0
This discussion has been closed.
Comments
I still don't think I'd go the xml route. I might instead just add another appg file that contains an associative array of key -> column and key ->TableName pairs.
I was thinking the exact same thing. The less work, the better.