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.
Use some tables from wordpress
I have a website with wordpress and like to "integrate" vanilla as a forum.
The only thing I want is to use wp_users ' display_name' as the Nick in vanilla, wp_users ' user_pass' as the password and wp_user 'email' as the...yes ;-) as the email in vanilla.
Nothing more (yet).
The admin (me) creates the users via wordpress, they should be able to change their pass in wordpress or vanilla - that doesn't matter.
Now I can't figure out where to change the specific tables - and would love to get some advices!
Thanks!
0
This discussion has been closed.
Comments
Then all we would need is a plugin for wordpress or whatever system that you would want to integrate to call the webservice functions when a user is created or edited in that system.
This way no tweaking would be necessary on either part.
It's just a sugestion and I hope I made some sense, I'm very sick and my brain feels like jello
That's exactly what I don't want. I want everything with vanilla to be quick and easy - even if it's not the most "efficient" solution.
This meaning that I wouldn't be much help in that area.
I'm still strugglin with myself to turn from the dark side and start codding using strictly OOP (or at least as much as possible).
Also webservices would enable more plugins to be built for vanilla.
ex: a plugin for firefox to add comments to a selected topic.