Version 10.0.5.1
So what does this new version add? I thought bridging in users from vb to wp was not going to be supported anymore. Does this mean the latest version will let me map user groups from vb to be post contributors? If so this is great news!
|
It is experimental but seems to be working. One of the main problems with integrating into the admin area of WP is that they do not use the same methods to get usernames/ids/perms throughout so I find myself constantly patching this and that.
It does appear to be working though. |
Quote:
|
Thank you, but I plan on keeping this free for the foreseeable future.
|
Well we are using this for a commercial venture so it's only fair.
|
Well, so are we. :P
Who knows, someday it may go commercial but I just do not have time for that. When people pay for something they deserve better support than I can currently offer. Much of the current development is subsidized by SocialKnowledge so I am technically not doing it for free. SK has been generous enough to let me release the new work freely since I brought a good portion of the code myself with me when I joined them. We use Wordpress quite a bit in our ventures and that software is free, so this in turn supports that community. In the end we get what we put into it. :) |
Well this version of the plugin looks very, very promising. I installed it, the vb integrations does work mapping correct user permissions over...... but whenever I enabled the vb integration by uncommenting out the line
PHP Code:
If this one last thing could be fixed, or if you could point me in the right direction Jeff, I'd be golden. |
I am working on this for the next version. Basically the issue is, rich editing is not defined because the user is a VB user. You can hard code this in the current version by finding these lines in vbbridge.php:
Code:
$user->wp_capabilities = $wp_roles->roles[strtolower(get_option('vbb_vbugroup_' . $vb->userinfo[usergroupid]))]['capabilities']; Code:
$user->rich_editing = 'true'; |
Works like a champ! Thanks!
|
All times are GMT -4. The time now is 07:13 PM. |
Powered by vBulletin® Version 3.8.8 Beta 4
Copyright ©2000 - 2024, vBulletin Solutions, Inc.