vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Integration with vBulletin - Wordpress vBulletin integration (https://vborg.vbsupport.ru/showthread.php?t=296819)

Salvo 07-04-2013 12:27 PM

The active assistance that pushed me to buy the pro version suddenly turned off the responses...I'm so disappointed...

HitpeHD 07-07-2013 10:16 PM

I have unfortunatly some problems.

- The Avatar is not working, because i cant activate it in menu. i changed the storeage and installed the user photo plugin.

- Is there a way to post only an excerpt to forum and not the whole text with a "Read more..." Text?

- What is very bad is, that the comments made in forum are not transferred to wordpress. This is very strange.

When these three things you can change, is this the best plugin ive ever seen. For contact check your e-mails. :) I send you one.

Please contact me.

Noli 07-08-2013 04:51 PM

Hi,

the plugin worked perfectly but recently started with the following error message:

wp-assets require WordPress 2.6 or newer. Please update!

this gets displayed after a user tries to login in over the forum.

i already checked the customer section on your site if there is an update.

im using the latest version of wordpress and vb4

6piston 07-10-2013 01:57 PM

hi obscureclouddon

I bought your full version but faced this upon entering the settings:
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL

I have a screenshot here:
picture

what should i do?

PakGamerz 07-12-2013 11:58 PM

i am looking to buy your pro plugin for my upcoming website, I just have need this plugin for one reason, if it is able to single sign on within wordpress and vbulletin, And uses wordpress database only, So users will not need to register on vbulletin, And the users will able to post blogs on wordpress and threads on vbulletin. Is that possible? if yes then i am ready to purchase the plugin.

obscureclouddon 07-30-2013 07:11 AM

Thanks for all of the support thus far.

Sorry for the absence. I've had a very busy past few weeks. I took some time off to travel with the family. Sorry to keep anyone waiting. While I try to check here for support requests as often as possible, the best way is always via email to ensure a timely response.

I will address all of the concerns above.

But in the mean time, here is what I've been working on:

First, many have asked to have the forum url added to the wordpress theme. here is how to accomplish this -
add this code to your wordpress theme file where you want the link to the vb thread
PHP Code:

$vb_thread_id get_post_metaget_the_ID(), "vb_thread_id"TRUE );
$options get_option('osc_wpvb_options');
$forum_path $options['vb_path'];
$home_path get_option"home" );
$vb_thread_link $home_path $forum_path "showthread.php/" $vb_thread_id;
 
$title_link = isset($vb_thread_id) && $vb_thread_id != "" ?  $vb_thread_link get_permalink(); 

then use the variable $title_link where you want the link to the vb thread to show up in your WP theme. it will use the permalink if there is no synced thread.
also, this will only work in the loop.

Secondly, I have just about finished porting the plugin to vB5. This should be ready tomorrow. Due to the way they gutted vB5, it will only work from WP->vB. The reason is that there are no hooks to trigger things in vB5. I will work on a solution. It will go one of two ways: either vB gets an update with some hook mechanisms, or I will do it by modding the core files.

Lastly, the other thing that keeps getting requested is to have the plugin post only the excerpt from WP. I will work on an option for this in the next update.

Additional note: the avatar sync feature seems to be broken. I will get that in the next update.

Now to the support requests.......

obscureclouddon 07-30-2013 07:13 AM

Quote:

Originally Posted by Salvo (Post 2432020)
The active assistance that pushed me to buy the pro version suddenly turned off the responses...I'm so disappointed...

See my above post for excuses.....

Anyway, if you are still in need of support, check your email, i'll send you my Skype info.

Sorry for the delay.

obscureclouddon 07-30-2013 07:17 AM

Quote:

Originally Posted by HitpeHD (Post 2432630)
I have unfortunatly some problems.

- The Avatar is not working, because i cant activate it in menu. i changed the storeage and installed the user photo plugin.

- Is there a way to post only an excerpt to forum and not the whole text with a "Read more..." Text?

- What is very bad is, that the comments made in forum are not transferred to wordpress. This is very strange.

When these three things you can change, is this the best plugin ive ever seen. For contact check your e-mails. :) I send you one.

Please contact me.

Please let me know via email if you still need support.
See above for more info on the first and third issue.
The second issue should be solved with the newest version available for download on the site.

obscureclouddon 07-30-2013 07:18 AM

Quote:

Originally Posted by Noli (Post 2432781)
Hi,

the plugin worked perfectly but recently started with the following error message:

wp-assets require WordPress 2.6 or newer. Please update!

this gets displayed after a user tries to login in over the forum.

i already checked the customer section on your site if there is an update.

im using the latest version of wordpress and vb4

Try setting the login redirect field in the settings page. This will redirect users to the path you designate.

obscureclouddon 07-30-2013 07:20 AM

Quote:

Originally Posted by 6piston (Post 2433055)
hi obscureclouddon

I bought your full version but faced this upon entering the settings:
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL

I have a screenshot here:
picture

what should i do?

This issue is usually due to not having the forum path correct.
If your WP is the domain root and the forum is in a subfolder there, the correct forum path would be
/forum/

Let me know if this doesn't fix it.

obscureclouddon 07-30-2013 07:20 AM

Quote:

Originally Posted by PakGamerz (Post 2433428)
i am looking to buy your pro plugin for my upcoming website, I just have need this plugin for one reason, if it is able to single sign on within wordpress and vbulletin, And uses wordpress database only, So users will not need to register on vbulletin, And the users will able to post blogs on wordpress and threads on vbulletin. Is that possible? if yes then i am ready to purchase the plugin.

That is exactly what this plugin is for!

obscureclouddon 07-30-2013 07:21 AM

Quote:

Originally Posted by bankcroft (Post 2435044)
Is there any way to connect a vBulletin board and a Wordpress blog that are on the same domain, but use different domains in the foreground?

My case is this:

Wordpress: http://www.dartblaster.de/ (actually: http://www.bankcroft.net/dartblaster or /public_html/dartblaster/)
vBulletin: http://www.blasted.de/ (actually: http://www.bankcroft.net/forum or /public_html/forum/)

The way i read your question, it should work just fine with that configuration.

obscureclouddon 07-30-2013 08:04 AM

Ok, I couldn't wait.
I went ahead and posted the vBulletin 5.x version.
It will be getting quite a few updates in the near future, but it's up!

http://wp-vb-bridge.obscurecloud.com/features-2

soaringpine 07-31-2013 12:18 AM

Purchased the unified theme instructions today on your site....

Have one question about the Vbulletin/Wordpress plugin. Will future Wordpress upgrades be ok with your pugin?

obscureclouddon 07-31-2013 01:36 AM

Quote:

Originally Posted by soaringpine (Post 2436200)
Purchased the unified theme instructions today on your site....

Have one question about the Vbulletin/Wordpress plugin. Will future Wordpress upgrades be ok with your pugin?

For the foreseeable future, I will be ensuring compatibility with wordpress.

Noli 07-31-2013 11:22 AM

Quote:

Originally Posted by obscureclouddon (Post 2436056)
Try setting the login redirect field in the settings page. This will redirect users to the path you designate.

no changes here unfortunatly. i still get: wp-assets require WordPress 2.6 or newer. Please update! If i try to login to admincp i get the same error message.

obscureclouddon 08-08-2013 11:45 PM

Just put up an update that is going to help with the incompatibility issues some people have been experiencing.

Noli 08-09-2013 02:16 PM

was the Paid-Version also updated? I just downloaded it but it doesnt look updated.

edit: just checked the files and im now on 0.40. i still have the problem that users cant login to the forums without getting a error message. i already reinstalled the vbulletin plugins through the wordpress admin and synced the users but the login problem is still there.

obscureclouddon 08-09-2013 04:36 PM

Quote:

Originally Posted by Noli (Post 2438007)
was the Paid-Version also updated? I just downloaded it but it doesnt look updated.

edit: just checked the files and im now on 0.40. i still have the problem that users cant login to the forums without getting a error message. i already reinstalled the vbulletin plugins through the wordpress admin and synced the users but the login problem is still there.

Sorry, i didn't convey this very well. To take advantage of the changes, you will have to remove the vB plugins and reinstall them. This can be done from the settings page.

NguReaper 08-09-2013 08:23 PM

Thanks for the update obscure! It is very much appreciated. I noticed one thing when you have the articles posted in a forum section as a thread and let's say somebody posts on the homepage article it seems that the post on the homepage will not sync and post on the thread that is made also. Any help or is there not an option for this? Also as a suggestions for a future feature when somebody replies to a comment have it do a quote notification on the thread. Thanks! :)

Noli 08-13-2013 02:11 PM

Quote:

Originally Posted by obscureclouddon (Post 2438034)
Sorry, i didn't convey this very well. To take advantage of the changes, you will have to remove the vB plugins and reinstall them. This can be done from the settings page.

hi

i just deleted all the plugins + the wordpress plugin itself and reinstalled it with the newest version. I stil get "wp-assets require WordPress 2.6 or newer. Please update!" the login works, users can refresh the site and then they are logged in. :(

dawges 08-13-2013 08:23 PM

Any example live sites we can look at? I run a heavily trafficked site. I want to do thorough research before adding this plug-in.

I dont really care about it posting to threads. I just want to add news and let my members comment on articles.

Spun2U 08-17-2013 10:07 PM

Anyway to get this to work on v 4.0.2?

I'm getting the following error when I try to make a WP post after I activate the plugin:

Fatal error: Call to undefined method vB_Database::ping() in /home/xxxx/public_html/shows/wp-content/plugins/vbulletin-integration-bridge/post_sync/controllers/index.php on line 43

dr1 08-19-2013 11:40 PM

Quote:

Originally Posted by dawges (Post 2438721)
Any example live sites we can look at? I run a heavily trafficked site. I want to do thorough research before adding this plug-in.

I dont really care about it posting to threads. I just want to add news and let my members comment on articles.

I would not buy this plugin right now, due to poor support.
Yes, I paid for the plugin, so found out the hard way.

I have over 1 million posts/70,000 members, so as you can imagine, having supported plugins, scripts etc is essential.

I have sent multiple emails to the developer and also offered to pay for support, still waiting for a response...

sivaganeshk 08-22-2013 12:22 AM

Does it work with cross sites? domain1 - wp and domain2 - vb ?

Rolll 09-09-2013 08:09 PM

how do I keep the formatting from WP -> VB?
Es: <strong>

koke 09-10-2013 02:02 PM

i need last threads in wp.

1320Nation 09-11-2013 12:34 PM

Quote:

Originally Posted by dr1 (Post 2439856)
I would not buy this plugin right now, due to poor support.
Yes, I paid for the plugin, so found out the hard way.

I have over 1 million posts/70,000 members, so as you can imagine, having supported plugins, scripts etc is essential.

I have sent multiple emails to the developer and also offered to pay for support, still waiting for a response...

It does look like the developer may have gotten in over his head. Not responding, and to have bailed out on those that have requested his help is pathetic. I have came close a couple of times with investing into the pro version. But it's good that I didn't otherwise I be just like the others on here that have been ignored. Nobody likes being in limbo. Hopefully things will get kick started here again soon.

koke 09-12-2013 12:09 AM

Fatal error: Cannot redeclare osc_wpvb_init() (previously declared in /home4/gamerol/public_html/leaguelegends.com.ar/wp-content/plugins/vbulletin-integration-bridge/wp-vb.php:21) in /home4/gamerol/public_html/leaguelegends.com.ar/wp-content/plugins/wp-vb-lite/wp-vb.php on line 22

iask 09-26-2013 03:20 PM

<a href="http://wp-vb-bridge.obscurecloud.com/forum/" target="_blank">http://wp-vb-bridge.obscurecloud.com/forum/</a> HaCkErS

obscureclouddon 09-26-2013 08:14 PM

I am still supporting this plugin. Did I get in over my head? Yes, but only because of how I was supporting my customers. I would spend inordinate amounts of time helping people troubleshoot their server issues to make sure they were up and running.
I will not do that anymore.
I've given refunds to the people who i cannot or do not want to help.
I still help customers with their issues.
If you have an issue with this plugin not working for you, let me know and I'll do everything i can to get you up and running or give you your money back.

My email is don@obscurecloud.com and my skype is obscurecloud.

I do not have time to check this forum regularly, so if you need help, use skype or email please and I will get you taken care of.

Razor87 09-27-2013 03:16 AM

Sorry to ask you something that may be answered in the first post but I want to make sure.

I have a WP site and a vB4 forum and:
- I want both user databases to be in sync (when someone on the forum registers, it will make a WP username with the same name).
- In the WP I have a news section where people can comment (with regular WP comments). I want the comments to be replicated both ways: when someone posts in WP, it'll be posted automatically on vB on the corresponding thread. When someone goes to the corresponding thread and posts there, a comment will be made on the WP news post.
- I also have pages in WP, I want the same both-way comment functionality.

Will the Pro version allow this? I'm using the Spanish version of Wordpress, will this be an issue? Thanks.

TheSSDReview 10-07-2013 11:12 AM

Am looking for this type of plugin... Any updates on 4.2.1 compatibility or general thought on whether it works well enough to install? Only 6 votes?

demojames 10-07-2013 05:26 PM

Quote:

Originally Posted by TheSSDReview (Post 2450691)
Am looking for this type of plugin... Any updates on 4.2.1 compatibility or general thought on whether it works well enough to install? Only 6 votes?

We are currently using it on a test site, which is running Wordpress 3.6.1 and 4.2.1, I'm going to mainly use it for the members.

I can tell you that I have done the members sync and that worked, I have not tested the post/threads integration and don't have any plans to.

We haven't gone live with it yet since we are working on some other things first.

akademikper 10-08-2013 09:02 PM

Quote:

Originally Posted by koke (Post 2444650)
i need last threads in wp.

http://www.technopat.net/forum/web-p...runtuleme.html

akademikper 10-08-2013 09:23 PM

Hi, thank you for plugin. But wordpress db set is utf-8, vbulletin db set is windows-1254 and some special characters corrupted when i post the article.

RobAC 10-26-2013 02:05 PM

I have a video web site that currently uses a crappy bridge between the video software and vBulletin.

I am seriously considering converting to WordPress with a video theme - and purchasing the professional version of this plugin.

However, I want to make sure that other folks here have this plugin and that it is working correctly with vBulletin 4.2.1 or 4.2.2 and at least PHP version 5.3.x.

Can anyone at least respond here and let me know that they have it up and running without any issues with the setup I listed above??

iask 10-26-2013 04:12 PM

remove

ozzy47 10-26-2013 04:15 PM

Quote:

Originally Posted by iask (Post 2456431)
why must there always money with their minds?

What?

DemOnstar 10-26-2013 04:23 PM

Quote:

Originally Posted by iask (Post 2456431)
why must there always money with their minds?

I think the English language eludes you at this point...Ok, granted, your ability with the English language eludes ME...

Try looking up words like 'context' for example.. I mean, to begin with..


All times are GMT. The time now is 04:06 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.01416 seconds
  • Memory Usage 1,852KB
  • 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_php_printable
  • (16)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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