vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Integration with vBulletin - Complete Wordpress/Vbulletin Bridge - Share Users And Postings (https://vborg.vbsupport.ru/showthread.php?t=205388)

caracena 03-01-2010 01:12 PM

Quote:

Originally Posted by Quantnet (Post 1994042)
i looked at your site and since it's in Spanish, i can't understand much.

I like to know how you get the avatar to display in WP from the user's VB avatar.

Do you store avatar in database or in file?

I have the avatars in the DB. First I call:

PHP Code:

<?php
if (function_exists('Comment_Handler') and $vbridge == '') {
                            
$vbridge Comment_Handler($post->ID);
                            
global 
$vbulletin
}
?>

and then
PHP Code:

get_option('vbb_VBURL')."/image.php?u=".$vbridge['thread_starter']; 

for the author and
PHP Code:

$commenter_id $comment->user_id;

get_option('vbb_VBURL')."/image.php?u=".$commenter_id

for comenters.

Quote:

Originally Posted by PlayersBay (Post 1994179)
I have an urgent problem with my site using wp-vb integration.

Suddenly the integration stopped working, have no clue why.

My site goes blank on wp part if I keep plugin installed, shows again when I put wordpress bridge functions off (but than my users can't access wordpress part).

I would appreciate help ASAP. $25/hour.

Didn't you by any chance change the password for the user that's linking to your vBulletin? or something like that?

PlayersBay 03-01-2010 02:31 PM

Quote:

Originally Posted by caracena (Post 1994460)
Didn't you by any chance change the password for the user that's linking to your vBulletin? or something like that?

How you mean? Which user is linking to my vbulletin?

All my users are vb users that get transferred to WP via the plugin. No user passwords were changed by me.

PlayersBay 03-01-2010 02:35 PM

Quote:

Originally Posted by amjadz4 (Post 1969169)

Regards.

Amjad, please check your PMs.

caracena 03-01-2010 06:01 PM

Quote:

Originally Posted by PlayersBay (Post 1994506)
How you mean? Which user is linking to my vbulletin?

All my users are vb users that get transferred to WP via the plugin. No user passwords were changed by me.

When you setup this plugin in WP, the first thing you do is tell the plugin which vBUlletin user is gonna act as the new WP admin once the plugin is working. I don't know what happens in WP if you change this user's profile in vB or even worse, delete it but it was worth asking.

Quantnet 03-01-2010 09:06 PM

Quote:

Originally Posted by naoneo (Post 1994369)
To everyone who wants to access the CURRENT users avatar.
Instead of
PHP Code:

/image.php?u=<?php echo $reply['userid'?>

Use
PHP Code:

/image.php?u=<?php echo $userid get_option('vbb_VBUSERID'); ?>


Which file do we edit?

This applies only to VB that uses database to store avatar? I store avatar in file folder so I guess it won't work.

naoneo 03-04-2010 07:54 PM

Quote:

Originally Posted by Quantnet (Post 1994752)
Which file do we edit?

This applies only to VB that uses database to store avatar? I store avatar in file folder so I guess it won't work.

You can use this code anywhere in the page on the wordpress blog you're linking to.
needs the avatar to be within the database though i'm sure
If you can post a few examples of your forums avatar urls and the matching user id's for those files i'll try and code something up for you though

Taringa! CS 03-04-2010 10:35 PM

is this integration working?

squad22345 03-05-2010 04:07 AM

Quote:

Originally Posted by Taringa! CS (Post 1997354)
is this integration working?

it is.

ErrorJustin 03-05-2010 04:16 AM

Does this work for VB4? I'm running 4.0.2 and would like this or a similar WP bridge...

squad22345 03-05-2010 05:47 AM

Quote:

Originally Posted by ErrorJustin (Post 1997492)
Does this work for VB4? I'm running 4.0.2 and would like this or a similar WP bridge...

ive been reading reviews, i read that people use for vb4 unless they are talking about a updated version, if there isnt a updated one then yes it work.


however if anyone could help me with getting comments bridged to vbulletin it would be much appreciated, thanks.
my page is, http://flickyourbean.net/home
all is well but comments, and dont judge site, we are still working on the graphics.


All times are GMT. The time now is 02:42 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.02260 seconds
  • Memory Usage 1,754KB
  • 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
  • (5)bbcode_php_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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