vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Integration with vBulletin - Complete Wordpress/Vbulletin Bridge - Share Users And Postings (https://vborg.vbsupport.ru/showthread.php?t=134521)

Jafo232 01-09-2007 01:40 PM

Quote:

Originally Posted by shri (Post 1154563)
Administrators in both cases.

So your VB map settings (for the Administrators ug) looks like this?:

shri 01-09-2007 01:55 PM

Jafo, yep thats what it looks like.

shri 01-09-2007 01:58 PM

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.

Jafo232 01-09-2007 02:48 PM

Quote:

Originally Posted by shri (Post 1154589)
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.

Please provide me with a complete screenshot of the mapping page (just the page, not the URL or other site identifying data).

shri 01-10-2007 02:50 AM

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'";
$results2 = $wpdb->get_row($sql);


scotch12 01-10-2007 06:13 AM

Hi, quick question.

This mod was tested with Wordpress 2.0.6 or was it only with 2.0.5 ?

Jafo232 01-10-2007 11:21 AM

Quote:

Originally Posted by scotch12 (Post 1155265)
Hi, quick question.

This mod was tested with Wordpress 2.0.6 or was it only with 2.0.5 ?

2.0.5, however, it should work with 2.0.6. I will be testing to verify this week, but since there are no WP code edits, this should work just fine.

Sergio de la To 01-13-2007 06:57 AM

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?

Urban-Desi 01-13-2007 12:10 PM

Quote:

Originally Posted by Sergio de la To (Post 1157813)
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?

same for me!

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. :(

Jafo232 01-13-2007 02:18 PM

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
  • Page Generation 0.05282 seconds
  • Memory Usage 1,741KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete