03-22-2011, 09:33 PM | #1 |
Member
Join Date: Feb 2011
Posts: 58
Rep Power: 14 |
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!
|
Reply With Quote |
03-23-2011, 06:46 AM | #2 |
Administrator
Join Date: Jul 2010
Posts: 402
Rep Power: 10 |
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. |
Reply With Quote |
03-23-2011, 07:40 PM | #3 | |
Member
Join Date: Feb 2011
Posts: 58
Rep Power: 14 |
Quote:
|
|
Reply With Quote |
03-24-2011, 06:33 AM | #4 |
Administrator
Join Date: Jul 2010
Posts: 402
Rep Power: 10 |
Thank you, but I plan on keeping this free for the foreseeable future.
|
Reply With Quote |
03-24-2011, 07:49 AM | #5 |
Member
Join Date: Feb 2011
Posts: 58
Rep Power: 14 |
Well we are using this for a commercial venture so it's only fair.
|
Reply With Quote |
03-24-2011, 07:54 AM | #6 |
Administrator
Join Date: Jul 2010
Posts: 402
Rep Power: 10 |
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. |
Reply With Quote |
03-24-2011, 09:42 PM | #7 |
Member
Join Date: Feb 2011
Posts: 58
Rep Power: 14 |
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. |
Reply With Quote |
03-25-2011, 08:43 AM | #8 |
Administrator
Join Date: Jul 2010
Posts: 402
Rep Power: 10 |
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']; $user->ID = $user->userid; Code:
$user->rich_editing = 'true'; |
Reply With Quote |
03-25-2011, 10:13 AM | #9 |
Member
Join Date: Feb 2011
Posts: 58
Rep Power: 14 |
Works like a champ! Thanks!
|
Reply With Quote |
Reply |
Tags |
vbulletin wordpress bridge |
|
|