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)

Lairston 04-24-2010 08:04 PM

Quote:

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

Yes it does.

OcR Envy 04-26-2010 04:48 PM

So I got this working on 4.0.3, even the comments(comments made in wordpress appear in the vbulletin thread) however posts made in the vbulletin thread do not appear in the wordpress comments.

Suggestions?

simpixelated 04-27-2010 04:10 PM

I am able to make posts in Wordpress and have them show on the forum. But I cannot reply to to them from either Wordpress or vb (posts to a blank white screen). I cannot get to any of the Edit Profile pages within settings (always dumps me back to usercp.php.

Edit: I was able to fix this issue. It was actually being caused by a plugin in vbulletin that was supposed to pull in the Wordpress header/footer.

Assuming I can fix the above problems, is there a way to have Wordpress create threads in a different forum depending on the category?

Rohan95 04-27-2010 11:37 PM

Quote:

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

I have it on vBulletin 4.0.

TomOfSweden 04-28-2010 04:12 PM

I'm trying to install the Wordpress bridge. I've followed it to the letter installing all the values required. And I reach this part:

Quote:

You MUST write a test post in Wordpress and make sure it is posting to the forum you select. If the post does post fine to VBULLETIN, then you have done everything right (so far). DO NOT TURN ON INTEGRATION UNTIL YOU CAN MAKE A TEST POST.
I try to create an article. I get the following error message:

Code:

Fatal error: Call to a member function query_read() on a non-object in /home2/bdsmwrit/public_html/stories/wp-content/plugins/vbbridge.php on line 869
If I log in again and look for the article it is posted just fine.

If I create an article from the control panel I get the following error message, but the article does not get posted.

Code:

Warning: require_once(./includes/class_dm.php) [function.require-once]: failed to open stream: No such file or directory in /home2/bdsmwrit/public_html/stories/wp-content/plugins/vbbridge.php on line113
I've gone over this for two days straight now. I can't see what I'm doing wrong, and I haven't seen the same error message anywhere else.

If there's anybody who has an inkling of what's gone wrong, please help me.
-Tom

ePressDNA 04-29-2010 08:45 AM

Dear Developer,

When this bridge will be available for vBulletin 4 and WordPress 3? We are all eagerly waiting for you to update this MOD.

Thank you & Regards

amjadz4 04-29-2010 09:12 AM

Quote:

Originally Posted by ePressDNA (Post 2028943)
Dear Developer,

When this bridge will be available for vBulletin 4 and WordPress 3? We are all eagerly waiting for you to update this MOD.

Thank you & Regards

The bridge works on vBulletin 4 and WordPress 3.0 Beta without any issues. It should also work on later versions as long as the schema doesn't change and nothing else conflicts.

ePressDNA 04-30-2010 06:14 AM

It is a great MOD. Just need one final touch. Idea is great but I noticed that whenever we ban users white page is displayed to him. Sometimes even after loggin in WP Admin it redirects you to Forum. Author cannot edit their bio and first name or last name etc. Anyways, thank you for developing such great plugin. Best of luck :)

TomOfSweden 04-30-2010 06:48 AM

Does nobody know what is wrong with my install?

amitash 05-02-2010 09:27 AM

Thanks a lot.. Working Great!

hkocer 05-03-2010 01:23 AM

it worked on my wordpress 2.9.2 + VBB 4.0.3 setup, but once enabled the plugin , I am not able to upload any image in wordpress , anyone facing the same problem as me?

jacobomoya 05-04-2010 07:14 AM

Quote:

Originally Posted by hkocer (Post 2030879)
it worked on my wordpress 2.9.2 + VBB 4.0.3 setup, but once enabled the plugin , I am not able to upload any image in wordpress , anyone facing the same problem as me?

Try using the browser upload instead of the flash one.

By the way, I couldn't get the comments to bridge, people who made it, how did you do it? I think the attached instructions are obsolete since some lines I should be looking for are different.

Like

Code:

Find:

<?php if ( have_comments() ) : ?>

seems to have been replaced by

Code:

<?php if ($comments) ?>
I made the change nonetheless

Code:

<?php if ($comments and ($vbridge[id] == '')) : ?>
yet it's still using Wordpress comments.

hkocer 05-04-2010 03:45 PM

I didn't use them all and I keep the <php if have commecnts> one unmoved.

jacobomoya 05-05-2010 06:14 AM

I have somewhat fixed it, actually the problem was that the link to comment in the forum was there AS WELL as the Wordpress comment form, so I just commented the code for the WP one since the conditions to not show it (adding those "and ($vbridge[id] == '')" I guess) weren't doing their job.

Nitpicking one last time: while the comments count works properly on each article/page (they count the VBulletin comments) the counts on the main blog are still counting the WP comments, is this normal?

whem 05-05-2010 01:38 PM

hi all

Is there any way to add the counts of comments in WordPress to the counts of Posts in vbulletin.
:)

thank you

TomOfSweden 05-07-2010 07:26 AM

I have no idea what I'm doing wrong. I'd be willing to pay someone to fix it for me.

So if there's Is there anybody here who knows what my problem is, knows how to fix it and want money, please contact me.

My problem:
https://vborg.vbsupport.ru/showpost....postcount=1092

vrinteractive 05-07-2010 01:40 PM

Will this work with vbulltin 4.0? What happens when WP integrates Multi-user into the standard protocol?

phsycical 05-09-2010 09:34 AM

Hello, I followed the instructions in readme.

After I update the settings and click submit I get broken path errors.

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

I've tried adding a new post to see if it would appear in vBulletin anyway, but I got this error.

Warning: require_once(DIR/includes/functions_newpost.php) [function.require-once]: failed to open stream: No such file or directory in /home/phsycical/public_html/forums/includes/class_dm_threadpost.php on line 18

I've tried editing the vbbridge.php to include my forum path but to no avail, does anyone have an idea on what's wrong and how I could fix it?

THETMZ 05-12-2010 05:28 AM

I found this mod very useful but in the end I had to stop using it.

It turned out that when this mod was enabled there were issues with logging in/logging out. If you click logout on vbulletin and then try to navigate through threads as guest - it turns out after two or three clicks that you are logged in again. (I was recommended to try changing cookie settings on vbulletin - didn't help).

Next issue comes with "Read posts" and "Unread Posts". When you read post and go to the root of your forum it still shows that you haven't read that post.

After turning off this plugin everything works fine.

WP 2.9.2.

Any comments?
Thanks!

neoacro 05-13-2010 01:09 AM

Quote:

Originally Posted by vrinteractive (Post 2033135)
Will this work with vbulltin 4.0? What happens when WP integrates Multi-user into the standard protocol?

Yes, I also need to find out if this plugin will work with vb 4.0 too. Thanks alot!:)

slinkyman 05-15-2010 02:07 AM

Is there still any fix for the flash uploader? I need it to assign a thumbnail to my post, but it won't work... I've read through the entire thread and lots of people have this issue, but none of them posted if it was resolved or not. Any help?

This is significantly important because of the rotating ticker that requires each post to have a thumbnail, but you cannot set a thumbnail with this mod as you get the "Are you sure you want to do this?"

socceronly 05-16-2010 06:14 PM

Quote:

Originally Posted by neoacro (Post 2036065)
Yes, I also need to find out if this plugin will work with vb 4.0 too. Thanks alot!:)

I came here on the suggestion of someone who says they are using it with 4. That is how I found it.

However, it doesn't say anything in the info area.

Anyone confirm this works with 4? Or is recommended at all?

Thanks,
JM

smoniz 05-17-2010 11:41 AM

With the user data base now using the VB userdata base, is there a way to change select users to not use the visual editor?

I'm assuming I'd have to do it in phpAdmin, but not sure what field and value it should be. Any help is appreciated.

MediaHound 05-21-2010 07:17 PM

Anyone using this with tubepress (tubepress.net) and getting those imports to create threads also?

1up_dave 05-24-2010 06:33 PM

Quote:

Originally Posted by vrinteractive (Post 2033135)
Will this work with vbulltin 4.0? What happens when WP integrates Multi-user into the standard protocol?

At that point, I would think new code may need to be made for the plug-in, but I'm no developer.

ImagenSkins 05-25-2010 07:42 PM

I have vb 4.0.2 installed on my forum and I tried installing this mod but its sort of not working..
here's whats happening:

I uploaded the plugin files into wp-content folder.
I activated the plugins in wordpress.
I changed the options and didn't enable auto integrate.
I changed the user mapping settings and tested the posts.
The posting worked, so I enabled auto-integration but now it won't let me log into wordpress.
I reinstalled wordpress several times and tried again, and still no luck, help please....

Thanks in Advance.

jacobomoya 05-26-2010 05:54 AM

You get a blank screen or it doesn't recognize your user?

You know you must use VBulletin's user and not Wordpress', right?

hollosch 05-27-2010 09:36 AM

Quote:

Originally Posted by amjadz4 (Post 2028948)
The bridge works on vBulletin 4 and WordPress 3.0 Beta without any issues. It should also work on later versions as long as the schema doesn't change and nothing else conflicts.

Is it possible to use the bridge with the buddypress plugin (WP 3 + vB4)? Tested by someone?

THETMZ 05-30-2010 01:34 PM

Fresh install on vb 3.8.5 and WP 2.9.2. Post appears on vb forum, but when you turn auto integration on - wp is on blank screen. Who does have this plugin running on 3.8.5?

amjadz4 05-30-2010 02:08 PM

Quote:

Originally Posted by THETMZ (Post 2045516)
Fresh install on vb 3.8.5 and WP 2.9.2. Post appears on vb forum, but when you turn auto integration on - wp is on blank screen. Who does have this plugin running on 3.8.5?

Works great on latest version of both WP and vB. Also works on vB 3.8.5. Install it step by step again.

THETMZ 05-30-2010 03:17 PM

Quote:

Originally Posted by amjadz4 (Post 2045530)
Works great on latest version of both WP and vB. Also works on vB 3.8.5. Install it step by step again.

funny thing, reinstalled couple of times. Did everything as written in readme.txt. Post appears on forum, but when i turn on Auto Integration On - Blank screen :-). Maybe need VB4?

THETMZ 05-30-2010 06:24 PM

I have tried on a completely different server with VB4 running.
Results with VB4, WP 2.9.2

Still no luck...(not a blank screen on WP, but fatal error instead):
Fatal error: Cannot redeclare get_userdatabylogin() (previously declared in pluggable.php:166)

Any suggestions?

Thanks

Xencored 05-31-2010 01:01 AM

I miss this soo dam much for my 4.0
The Vbulletin CMS is a joke :/

THETMZ 05-31-2010 06:09 PM

OK, finally & hopefully got it working. The reason of all these errors was....Minimeta widget & TDO Mini forms...If you experience errors mentioned above - disable these plugins and have fun! It works with 3.8.5 and VB 4.0.3.

Whitesky 05-31-2010 10:31 PM

Hey need some help, massive problems..

Installed this on vB4.0.2 PL4

1) Followed instructions carefully, and when saved settings for first time in WP Admin - Settings - vBBridge Settings, got this:

Quote:

Warning: Cannot modify header information - headers already sent by (output started at /home/zngaming/public_html/wp-content/plugins/vbbridge.php:153) in /home/zngaming/public_html/wp-includes/pluggable.php on line 890
However, it did appear that the mod installed. Test post worked fine, stayed logged in between forum/blog.

2) Tried Logging Off from WP, and got this:

Quote:

Fatal error: Call to undefined function wp_clearcookie() in /home/zngaming/public_html/wp-content/plugins/vbbridge.php on line 131
3) So.. I try to uninstall, upload resetvbbridge.php, opened and got this:

Quote:

Warning: Unexpected character in input: ''' (ASCII=39) state=1 in /home/zngaming/public_html/resetvbbridge.php on line 4
Unable to add cookies, header already sent.
File: /home/zngaming/public_html/resetvbbridge.php
Line: 4
Any help please?

amplifiedshock 06-01-2010 09:41 AM

For those asking if this works for vBulletin 4, the answer is yes.

I currently have my vBulletin 4.0.1 and WordPress 2.9.2 bridged and working perfectly.

THETMZ 06-01-2010 03:45 PM

Hello,

resetvbbridge.php didn't work for me either, but you can undo changes (autointegration = off) manually, through phpmyadmin. Go to wp_options table and search for %vb%. It will find some results where you can manually set Autointegration to 0.

BTW: this error comes up most likely because of some plugin you are using in wordpress.

Quote:

Originally Posted by Whitesky (Post 2046251)
Hey need some help, massive problems..

Installed this on vB4.0.2 PL4

1) Followed instructions carefully, and when saved settings for first time in WP Admin - Settings - vBBridge Settings, got this:



However, it did appear that the mod installed. Test post worked fine, stayed logged in between forum/blog.

2) Tried Logging Off from WP, and got this:



3) So.. I try to uninstall, upload resetvbbridge.php, opened and got this:



Any help please?


Xencored 06-01-2010 03:49 PM

lmfao not sure why people are asking for help with 4.0 + THIS IS FOR 3.8 you should get 0 support on this page meh anyway

Jafo232 how can i remove all the datebase enterys from this mod in wordpress
to cut a long story i need to get rid of the tables and reinstall

*its a very old datebase i found :D*

Thanks alot

Xencored 06-01-2010 09:25 PM

All fixed the Table was in Wp_options (vvb )

anyway to confirm to others this works fine with 4.0.3 if not your doing something wrong :)

1 vbulletin 2 wordpresses and 2 gallerys and shit load of CSS

http://www.myanimeisland.com :D

DaPro 06-03-2010 12:48 PM

Yea, this works fine for me. Sometimes I get a blank page logging into the dashboard, but just go back to your homepage then go back to the dash and it loads fine. Minor glitch, but eh all the vB logins work so :).


All times are GMT. The time now is 07:24 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.02907 seconds
  • Memory Usage 1,837KB
  • 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_code_printable
  • (15)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