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.

naoneo 03-05-2010 01:07 PM

Has anyone figured out how to list how many comments (via vb) a thread has, on the main blog page? (as apposed to listing how many comments have been made via wordpress)?, if so could you share with us how you accomplished this?, thanks.

maxell666 03-05-2010 01:12 PM

Hey guys,

just after i activate the plugin i get following error...

Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /.../public_html/wp-content/plugins/vbbridge.php on line 40

What should i do?

^SuiCyde^ 03-10-2010 03:56 PM

nevermind......good to go....

^SuiCyde^ 03-10-2010 05:21 PM

Quote:

Originally Posted by maxell666 (Post 1997769)
Hey guys,

just after i activate the plugin i get following error...

Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /.../public_html/wp-content/plugins/vbbridge.php on line 40



What should i do?

i had this error when i used
/forums/ rather than /forums
(notice the backslash after forums)
for the RELATIVE PATH

change this and make sure in vbbridge settings, you have plugin turned on
and you should be good to go

dcuellar 03-14-2010 02:49 PM

I'm getting the following error:

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /home2/unifiedc/public_html/ucforum/includes/adminfunctions.php on line 2684

Any idea what's going on?

Edit: fixed. For those of you interested I found this guide which helped me.

Aeolian 03-14-2010 05:18 PM

any luck for users using vb 4 to get an update of this module!! :)

dcuellar 03-14-2010 05:53 PM

Working fine on 4.0.2 PL 1

hotslot 03-14-2010 08:32 PM

I think I'm looking for this or something similar, I got a wordpress blog with over 1000 articles written on them.. I want to convert them all over to my new forum as new threads etc.. Is this possible without having to copy and paste each article to the forum and create a new thread for each article?

zeusdhananjay 03-15-2010 11:48 AM

Hi thanks for the Mod..
I am trying to use this in my blog...
On test post in wordpress I am getting following error any idea about it thanks in advance..

Registry object is not an object in /var/...../includes/class_dm.php on line 177

dcuellar 03-16-2010 11:14 PM

Is there a way of posting vbulletin posts to wordpress?

darsalles 03-17-2010 10:50 PM

when i try to create a new post on wordpress I get this error:

Quote:

Warning: require_once(DIR/includes/functions_newpost.php) [function.require-once]: failed to open stream: No such file or directory in /home/rivende3/public_html/foro/includes/class_dm_threadpost.php on line 18
Forum url= http://rivendelnetwork.net/foro
relative path: /foro

barnes5150 03-19-2010 11:26 PM

Quote:

Originally Posted by caracena (Post 1993567)
Hi all,

After playing with WP and this plugin for like two months or so, I finally opend it to the public... The forum was already running and only changed the skin (first try to make one lol).

If you care to look at it, please send me a comment with your thoughts.

http://www.pescaydevolucion.com (fly fishing site in spanish)

PS: Didn't use vB for comments... just users and avatars customly and proportionally sized ;). Sorry it's in Spanish :P

Awesome Work! I really like the integration of the header and footer. How did you accomplish this?

Steven Heron 03-20-2010 10:18 AM

So regarding the white pages being displayed, does everyone agree this is consistent with forums that are restricted from public view? Perhaps the problem lies therein.

caracena 03-20-2010 02:48 PM

Quote:

Originally Posted by barnes5150 (Post 2006802)
Awesome Work! I really like the integration of the header and footer. How did you accomplish this?

Thanks. By hand. I created a new vB theme and begun modification. First, copied all the header and footer images to the new theme's folder in vB and then started playing with CSS.

Cheers,

jacobomoya 03-24-2010 11:37 AM

Hi, thanks for the mod, it's been really useful. But why were the instructions for using VBulletin for comments removed?

Aeolian 03-25-2010 10:41 PM

Quote:

Originally Posted by dcuellar (Post 2003555)
Working fine on 4.0.2 PL 1

ah, i am running into lot of errors. was it just like installing on vB 3.8?
thanks!

naoneo 03-26-2010 11:38 PM

i'm having a somewhat strange problem, on vbulletin 3.8.4 and latest wordpress, everything will work fine for days on end, then suddenly the whole site will go white, not just for me but for everyone, absolutely empty pages for wordpress, the only way i can fix this is to delete the plugins, run resetvbbridge.php, then install the plugins and activate them again, a quick check on the server error log shows nothing wrong.
Is the a particular reason why everything just dies, yet if i deactivate then reactivate the plugin it'll work fine for days again?
I've noticed the past three times it's done it, i've noticed because i opened the browser and went straight to domain.com/wp-admin/, though because theres no errors reported in the log, i can't tell if that's just coincidence or the cause of it messing up.

Any ideas?

SoloX 03-28-2010 05:13 PM

^ am having the exact same issue. But a quick workaround is to restart apache. let me know if that fixes for you as well.

Also, has anyone come up with the author_link permalink solution? Right now, it results in a 404 as the author names are not in the WP database.

naoneo 03-29-2010 12:27 PM

Quote:

Originally Posted by SoloX (Post 2011734)
^ am having the exact same issue. But a quick workaround is to restart apache. let me know if that fixes for you as well.

Also, has anyone come up with the author_link permalink solution? Right now, it results in a 404 as the author names are not in the WP database.

I can't currently do the workaround due tot he site in question being on a shared server (i dont want it to cause issues with other sites hosted), so my only way of fixing it is the above mentioned method

shuwarriors 04-01-2010 11:00 PM

This plugin is exactly what I'm looking for but I'm not sure if it will work.

I'm currently developing a wordpress site that will be for the domain www.shuwarriors.net

The vB forum is on a subdomain at forum.shuwarriors.net

I'm not interested in comments showing up on the forum - all I want is for existing players registered on vB to be able to login with existing vB accounts when I deploy WP.

Does this plugin support a subdomain forum and a main domain type setup?

*edit*
I'm noticing a lot of errors and stuff like this plugin re-sending header data and after updating a post I just got this;
Warning: require_once(./includes/class_dm.php) [function.require-once]: failed to open stream: No such file or directory in /home/marksweb/public_html/wordpress/wp-content/plugins/vbbridge.php on line 113

reteep 04-02-2010 05:08 PM

Looks like there's a new "registry" object expected since the last update

Code:

Schwerer Fehler: Registry object is not an object in [path]/includes/class_dm.php  (Zeile 205)

mertiliuss 04-05-2010 12:49 PM

sorry, I did everything you say, and it works perfect, I have only one question.

When I create a theme vbulletin exactly where you defined appears in worpress, but I cut the track at any time (the number of characters) that is why I want to know how to configure the number of characters, so I would not cut the item in aparescan anywhere and wordpress post completely, as in vbulletin.

Thank you.

InfoNirvana 04-07-2010 10:05 PM

Is there a Wordpress theme that works well with vB 4 ?

Rukas 04-09-2010 08:38 AM

Activated the plugin and got stuck in some loop with this error...

Quote:

The page isn't redirecting properly













Firefox has detected that the server is redirecting the request for this address in a way that will never complete.








* This problem can sometimes be caused by disabling or refusing to accept
cookies.











Rukas 04-09-2010 10:27 AM

^^^ It seems to conflict with Page Lists Plus. Any fix?

WA.Helpers 04-15-2010 07:11 AM

strange but integration working perfect but i got error with activeted Vbridge and standard media loader for images in editing or creating new post in WP. WHen i deactivated Vbridge, media loader working perfect. Tested on 2.8.6 and 2.9.2

Rohan95 04-16-2010 04:58 AM

I'm having a bit of a trouble in using vBulletin for comments. I can't seem to find the comments.php file. Where is the file located?

archaosus 04-16-2010 05:11 PM

I couldnt find a reason for this - once this is installed and working my frontpage stops being a static page and becomes a list of articles which I dont want. Anyone know of a solution?

FBChris 04-19-2010 06:16 PM

Does anyone have this mod running with Vbulletin 4.0 forum?

RyanC 04-20-2010 02:55 AM

Quote:

Originally Posted by FBChris (Post 2023931)
Does anyone have this mod running with Vbulletin 4.0 forum?

I would love to know as well...


All times are GMT. The time now is 09:10 AM.

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.02737 seconds
  • Memory Usage 1,844KB
  • 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
  • (5)bbcode_php_printable
  • (17)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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