![]() |
Quote:
|
Jafo, yep thats what it looks like.
|
Jafo, I'm going to bed now (its past mid night where I am). Will put some debugging statements into the code and update tommorrow.
|
Quote:
|
Sorted the problem out.
Related to a bug in Wordpress that hasn't been addressed in a long time. The capabilities column in the prefix_wp_option table inherits the prefix .. so it is not wp_capabilities, but it is prefix_capabilities. In my case, I had to change the sql statements which manipulated the wp_capabilities row to Code:
$sql = "UPDATE " . $GLOBALS['table_prefix'] . "usermeta set meta_value = '". serialize(array(strtolower(get_option('vbb_vbugroup_' . $vbuser->usergroupid)) => 1)) ."' where user_id = '". $results->ID ."' and meta_key = 'main_wp_capabilities'"; |
Hi, quick question.
This mod was tested with Wordpress 2.0.6 or was it only with 2.0.5 ? |
Quote:
|
vB 3.6.4 (http://www.ojodigital.com/revista/foro/)
WP 2.0.6 (http://www.ojodigital.com/revista/) Users OK Post OK BUT Comments doesn't work :( Wordpress and vBulletin comments are independent What i have to do? |
Quote:
Im running vB 3.6.4 and WP 2.0.6 Iv also mapped the users but some reason WP does not list the users from the Forum in the users list & also if a user is logged into vbulletin and then access the blogs to post a comment, it says you need to log in? Why's that? And if some one posts a reply in the forum for the blog, shuddnt that comment show up on the blogs page aswell? That would be nice as i made a reply on the forum, went to the blog and said 0 comments. :( |
First of all, did you read the directions completely? You have to edit your WP template to handle the new comments. PLEASE READ THE DIRECTIONS IN THE readme FILE!
|
All times are GMT. The time now is 10:54 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|