View Full Version : Integration with vBulletin - Complete Wordpress/Vbulletin Bridge - Share Users And Postings
Blade-uk
01-29-2010, 10:23 PM
I have this working now but wanted to add a quote button.
Anyone know where to add a quote button and which code?
I also have the sidebar login, but i want to remove the dashboard link, any ideas on doing this?
Thanks,
Andy
Quantnet
01-30-2010, 03:20 AM
Now, before we integrate, the admin account on WP side made a dozen or so posts, now after integration, those posts are without author because the old admin isn't there in VB database anymore and we don't have the ability to assign new author to it.
Do only VB usergroups that get mapped to Author group can get assigned as author of a post? Do Contributors group be author of a post as well?
thanks
Blade-uk
01-30-2010, 11:27 AM
Ok few issues.
1 - How do i add a quote button into the comments.
2 - How do i get it to display the author's name as a name, and not as a username? Currently says the article was posted by Aruffell. I want is like it was saying Andy Ruffell
3 - How do i get ALL previous posts to use the forum for comments as now all of my posts barring one have no comments since this system was put into place?
4 - See screenshot below. Due to him quoting on the forum, it's come out funny looking.
http://img199.imageshack.us/img199/4232/bridgecomment.jpg
Any ideas?
Thanks,
Andy
abstroose
01-31-2010, 01:26 PM
I'm having a problem getting the author name to display on my posts. This plugin was working fine before, until I just noticed the author name was linking to the WP author page (which doesn't exist). I guessed this must have been due to a Wordpress update, so I restored the vbbridge code:
<a href=<?php echo get_option('vbb_VBURL') ?>/member.php?u=<?php echo $vbridge[thread_starter] ?>><?php echo $vbridge['postusername'] ?></a>
But for some reason, it will no longer display the username. When I view the source there, the correct link to my VB profile is there, but no username?
Quantnet
02-03-2010, 11:35 PM
I have a special usergroup in VB that is mapped as Contributor in WP. They can write post and submit for review.
However, when an admin edit the post and publish it, the author of the article became that admin, not the original contributor.
Anyone knows how to keep the original author intact even if it's being edited by other admin/editor
Thank you.
caracena
02-04-2010, 10:06 AM
Now, before we integrate, the admin account on WP side made a dozen or so posts, now after integration, those posts are without author because the old admin isn't there in VB database anymore and we don't have the ability to assign new author to it.
Do only VB usergroups that get mapped to Author group can get assigned as author of a post? Do Contributors group be author of a post as well?
thanks
What I did was to create a WP admin (different than "Admin" for safety), another admin user for vB and a second admin in vB that I used to integrate. This way I can login with an administrator's account to make changes but if I want to post a new article, I login with a vB username assigned to a "Authors" gourp in vB with Administrator as a secondary group. That way, what I post in WP appears with my name and not the "integrator's" name. Whatever you write with a Administrator as primary account, the integrator's username will appear as the author.
You would expect this plugin to also feth the user's secondary groups but it doesn't. Just the primary and that should not be a Administrative account for posting articles.
I have a special usergroup in VB that is mapped as Contributor in WP. They can write post and submit for review.
However, when an admin edit the post and publish it, the author of the article became that admin, not the original contributor.
Anyone knows how to keep the original author intact even if it's being edited by other admin/editor
Thank you.
I really don't know how to do this. What I did was to map the "Authors" group in vB as Authors in WP so they can publish articles directly. I would also like to review the articles before they are submitted, but since I'm having the same resoult as you, I rather have a later correction to an article still with their names on so they have the credit for them.
manu3569
02-04-2010, 12:06 PM
Hi experts,
I've recently successfully installed the VB bridge with the latest version of WP and VB. I just noticed that after the installation, it seems that I keep on getting logged out of the forum when there is some inactivity for some time (<1h). This wasn't the case before. I did check 'remember me' when logging in. Also, a few other users have noticed this behavior. The WP page is not live yet, so nobody else has accessed it, but they still see this behavior in the forum.
Why would the login be cleared after some time? Any suggestions/help/advice would be welcome.
Thanks,
-manu
Quantnet
02-04-2010, 02:04 PM
You would expect this plugin to also feth the user's secondary groups but it doesn't. Just the primary and that should not be a Administrative account for posting articles.
I created an Author usergroup in VB and assign this usergroup as secondary to some members but it seems the bridge does not like this. It seems I can only map author if I also make the primary usergroup Author as well.
caracena
02-05-2010, 10:12 AM
Ok, after countless hours of working, I finally have the plugin working the way I wanted. Now I have one last issue. I want the thread created automatically in the forums with each WP article to be closed after it was created. Does anyone know how to do this? I want comments ONLY in WP.
Thanks,
kersti
02-05-2010, 05:07 PM
Ok, after countless hours of working, I finally have the plugin working the way I wanted. Now I have one last issue. I want the thread created automatically in the forums with each WP article to be closed after it was created. Does anyone know how to do this? I want comments ONLY in WP.
Thanks,
If the thread is going to it's own forum then you can set those to be closed in the forum setup. I don;t think you can do it on a thread by thread basis
caracena
02-06-2010, 10:33 AM
If the thread is going to it's own forum then you can set those to be closed in the forum setup. I don;t think you can do it on a thread by thread basis
Hmm you are right. I didn't think of this. Thanks a lot ;)
euantor
02-06-2010, 07:48 PM
This doesn't seem to work with the latest wordpress? It's trying to find global.php, but wordpress comes with no such file... Here is what I get:
cannot include /home/sites/360elites.net/public_html/sample/global.php. You should check your path! Turning Plugin Off
caracena
02-07-2010, 04:15 AM
This doesn't seem to work with the latest wordpress? It's trying to find global.php, but wordpress comes with no such file... Here is what I get:
cannot include /home/sites/360elites.net/public_html/sample/global.php. You should check your path! Turning Plugin Off
Hmm I'm using WP 2.9.1 and it runs smooth with it. If yours it's a fresh install, delete everything and start over even from the WP installation. If you follow the steps inside the readme file that goes with the files for the script, you should have no problems at all.
Radjedef
02-07-2010, 08:16 PM
Thanks! WP 2.9.1, works fine.
There is just one problem with german chars. Instead of "ü", "ö" or "ä" there is something different. The UTF-8 option is turned on.
Any ideas?
Quantnet
02-08-2010, 03:06 AM
I wonder if anyone get the avatar to work if they move avatar to file system instead of the default database.
Radjedef
02-08-2010, 07:13 AM
Thanks! WP 2.9.1, works fine.
There is just one problem with german chars. Instead of "?", "?" or "?" there is something different. The UTF-8 option is turned on.
Any ideas?
Problem fixed :p
vBulletin was ISO instead of UTF-8.
If you have char problems, try this:http://www.vcharset.com/
Thx for the plugin, love it :)
caracena
02-11-2010, 11:56 AM
Hi all,
Has anyone been able to pull vBulletin stats into WP? I would love to have a little widget in WP with:
Registered Users
Total Threads
Total Posts
Thanks!
Radjedef
02-11-2010, 05:57 PM
*uninstalled*
Too much bugs with nextgen gallery. Fix it and I will install it again.
Gandham
02-15-2010, 05:06 AM
My posts are without author.
I disabled vbbridge and added new admin account and set the account from which I made the posts to author. Still i my posts are without author.
Also my gravatar is missing in comments :(
Does this plugin make modifications to core wp-functions like get_author??
lycheepassion
02-15-2010, 06:17 AM
So does this link the blog to the forum better? WP is on the root then forum is /forum.. RIght now I just have a page redirect to the forum, probably not the best.. Will this help me? :)
Is this working with vB 3.8.4?
Is there a version for vB 4.0.+?
Thanks!
Demo16
02-17-2010, 10:41 AM
As for me is not working. I've uploaded the 3 files, activated the plugin, I left blank this fields:
VB User ID
VB Username
VB Forum ID
as I don't need comments using vbulletin. I just want to integrated users.
but when I click to the vbridge user settings I got blank page.
any idea?
Stephan Whelan
02-17-2010, 06:18 PM
You get this error when you have another plugin conflicting with it. Disable all other plugins and enable just the bridge. When you have it working, then enable the others one by one. If you encounter the same error, you have found the culprit. Sorry to say but you cannot use that plugin along side the bridge due to conflict. Try finding an alternative.
Thanks for your help previously but we've only just got round to restesting this. Even though we disabled all other plugins we still get the same error:
[Wed Feb 17 20:09:23 2010] [error] [client xx.xx.xx.xx] PHP Fatal error: Cannot redeclare get_userdatabylogin() in /home/xxxxx/xxxxx/blogs/wp-content/plugins/functions_vbbridge.php on line 3, referer: http://blogs.xxxxx.com/wp-admin/plugins.php?deactivate=true&plugin_status=all&paged=1
Any more ideas?
Demo16
02-18-2010, 08:27 AM
As for me is not working. I've uploaded the 3 files, activated the plugin, I left blank this fields:
VB User ID
VB Username
VB Forum ID
as I don't need comments using vbulletin. I just want to integrated users.
but when I click to the vbridge user settings I got blank page.
any idea?
Ok now the mapping pages works, I've done the mapping but in WP there's still only admin user. Is this normal?
Demo16
02-18-2010, 09:11 AM
Ok now the mapping pages works, I've done the mapping but in WP there's still only admin user. Is this normal?
Found the problem.
Is a path problem as I'm still working on a test wp website while my forum is in the right domain.
I have my wp website here:
www.mytest.com which is /var/www/html/mytest/
and my forum here www.mywebsite.com/forum which is /var/www/html/mywebsite_forum/
what I have to ut in this fields:
Forum URL:
Forum Relative Path:
shall I use also this?
$vwd = '/some/path/to/your/forum';
bye
Demo16
02-18-2010, 02:05 PM
ok now I have:
www.mywebsite.com which is /var/www/html/mywebsite
and my forum here www.mywebsite.com/forum which is /var/www/html/mywebsite_forum/
but still not working, what are the correct urls for the above settings?
kersti
02-18-2010, 05:53 PM
I've done everything in the readme, step by step...... all ok except - my test post did not post to my forum... now what do I do?
djxer0
02-19-2010, 04:54 AM
I'm trying to set this up with Wordpress 2.9.2 and vBulletin 3.8.4 and am running into an issue.
I can set it all up but when I try to make a new post in Wordpress I get the following error...
Warning: require_once(wpvbbridge/includes/class_dm.php) [function.require-once]: failed to open stream: No such file or directory in /home/immature/public_html/blog/wp-content/plugins/vbbridge.php on line 114
Here is line 114 from vbbridge.php
require_once('wpvbbridge/includes/class_dm.php');
I'm stuck at this point so if anyone might be able to help I'd really appreciate it.
Demo16
02-19-2010, 08:33 PM
ok now I have:
www.mywebsite.com which is /var/www/html/mywebsite
and my forum here www.mywebsite.com/forum which is /var/www/html/mywebsite_forum/
but still not working, what are the correct urls for the above settings?
no more support for this mod?
caracena
02-20-2010, 12:40 PM
I've done everything in the readme, step by step...... all ok except - my test post did not post to my forum... now what do I do?
Make sure the Forum Admin User you are using has a different name that your WP users (no admin for example). If it is, change it in Vbridge Settings in WP, deactivate the plugin and activate it again. Also, make sure your paths in Vbridge Settings are correct.
I'm trying to set this up with Wordpress 2.9.2 and vBulletin 3.8.4 and am running into an issue.
I can set it all up but when I try to make a new post in Wordpress I get the following error...
Here is line 114 from vbbridge.php
I'm stuck at this point so if anyone might be able to help I'd really appreciate it.
Same as above... correct paths. Try with the complete URL for the Forum URL (http://www.mysite.com/forum) and the relative path in the second option (for the same example, the path would be /forum).
ok now I have:
www.mywebsite.com which is /var/www/html/mywebsite
and my forum here www.mywebsite.com/forum which is /var/www/html/mywebsite_forum/
but still not working, what are the correct urls for the above settings?
Same as above... full path first and relative in the second box.
Demo16
02-20-2010, 12:56 PM
OK now it works tnx but I got one problem.
For example if I have a post which has a vb author and I click on the authors name the page can't find all the post of this author, only says:
Nothing Found
There are currently no posts in this section, please check back again later.
the problem is that my permalink use also the author name so category/post/author for this reason I got all blank pages.
Any clue why? mapping problem?
pujabrang
02-22-2010, 12:03 AM
does it support 3.8.4???
CriStaS
02-25-2010, 06:51 AM
Hello, thank you for your plugin!
Found a bug (at least for me)...
VB with restricted access (all forums are closed, authorised access only) + public WP:
Logged user have no problems.
Unauthorised user can see only "white screen" on WP page.
Short research and I found solution (hack) inside vb/global.php :
We have (~ 1000 line):
...
if (!($vbulletin->userinfo['permissions']['forumpermissions'] & $vbulletin->bf_ugp_forumpermissions['canview']))
{
$allowed_scripts = array(
'register',
'login',
'image',
'sendmessage',
'subscription',
'ajax'
);
if (!in_array(THIS_SCRIPT, $allowed_scripts))
{
if (defined('DIE_QUIETLY'))
{
exit;
}
else
{
print_no_permission();
}
}
else
{
...
We need:
...
if (!($vbulletin->userinfo['permissions']['forumpermissions'] & $vbulletin->bf_ugp_forumpermissions['canview']))
{
$allowed_scripts = array(
'register',
'login',
'image',
'sendmessage',
'subscription',
'ajax'
);
if(THIS_SCRIPT == 'vbridge')
{
#vbridge unauth hack...
}
elseif (!in_array(THIS_SCRIPT, $allowed_scripts))
{
if (defined('DIE_QUIETLY'))
{
exit;
}
else
{
print_no_permission();
}
}
else
{
...
The hack :
if(THIS_SCRIPT == 'vbridge')
{
#vbridge unauth hack...
}
else
checks if current caller is vbridge and passes global without auth tests.
I know that it isn't good way, but I don't have much time to fix this in a right way...
P.S. vB v3.8.4, WP 2.9.2, vbridge 4.01.13
By the way. It works on domain (WP) and sub.domain (VB) for me with small hack too...
caracena
02-26-2010, 10:25 AM
OK now it works tnx but I got one problem.
For example if I have a post which has a vb author and I click on the authors name the page can't find all the post of this author, only says:
Nothing Found
There are currently no posts in this section, please check back again later.
the problem is that my permalink use also the author name so category/post/author for this reason I got all blank pages.
Any clue why? mapping problem?
Althou in my case everything is working, I have the same problem but that is becouse "Find all posts from this user" searchs for WP posts. You would need to change the code in WP so it points to the user's posts in vB (like when you see at users statistics in vB)
does it support 3.8.4???
Yes.
Hello, thank you for your plugin!
Found a bug (at least for me)...
VB with restricted access (all forums are closed, authorised access only) + public WP:
Logged user have no problems.
Unauthorised user can see only "white screen" on WP page.
Short research and I found solution (hack) inside vb/global.php :
We have (~ 1000 line):
...
if (!($vbulletin->userinfo['permissions']['forumpermissions'] & $vbulletin->bf_ugp_forumpermissions['canview']))
{
$allowed_scripts = array(
'register',
'login',
'image',
'sendmessage',
'subscription',
'ajax'
);
if (!in_array(THIS_SCRIPT, $allowed_scripts))
{
if (defined('DIE_QUIETLY'))
{
exit;
}
else
{
print_no_permission();
}
}
else
{
...
We need:
...
if (!($vbulletin->userinfo['permissions']['forumpermissions'] & $vbulletin->bf_ugp_forumpermissions['canview']))
{
$allowed_scripts = array(
'register',
'login',
'image',
'sendmessage',
'subscription',
'ajax'
);
if(THIS_SCRIPT == 'vbridge')
{
#vbridge unauth hack...
}
elseif (!in_array(THIS_SCRIPT, $allowed_scripts))
{
if (defined('DIE_QUIETLY'))
{
exit;
}
else
{
print_no_permission();
}
}
else
{
...
The hack :
if(THIS_SCRIPT == 'vbridge')
{
#vbridge unauth hack...
}
else
checks if current caller is vbridge and passes global without auth tests.
I know that it isn't good way, but I don't have much time to fix this in a right way...
P.S. vB v3.8.4, WP 2.9.2, vbridge 4.01.13
By the way. It works on domain (WP) and sub.domain (VB) for me with small hack too...
All you need to do (I think) is map the users right from vB to WP. Make the group "Registered Users" from vB as Subscribers in WP but before that, install a plugin in WP that will let you set permissions based on WP user groups. WP doesn't really cares for your vB privacy settings so if you get blank pages, I'm sure you have something wrong with the bridge installation.
spwolf
02-27-2010, 01:32 AM
Thanks for your help previously but we've only just got round to restesting this. Even though we disabled all other plugins we still get the same error:
[Wed Feb 17 20:09:23 2010] [error] [client xx.xx.xx.xx] PHP Fatal error: Cannot redeclare get_userdatabylogin() in /home/xxxxx/xxxxx/blogs/wp-content/plugins/functions_vbbridge.php on line 3, referer: http://blogs.xxxxx.com/wp-admin/plugins.php?deactivate=true&plugin_status=all&paged=1
Any more ideas?
same here, disabled everything and still same error...
caracena
02-28-2010, 10:12 AM
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
caracena
02-28-2010, 07:27 PM
Hi all,
WP doesn't have a tracking system by itself so I decided to use a plugin called WassUp (http://wordpress.org/extend/plugins/wassup/). It tracks visitors on your site and offers statistics as a widget. I can confirm that displays vBulletin users navigating the WP site with their usernames and all ;)
Ima so hapy!
Quantnet
02-28-2010, 09:35 PM
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
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?
PlayersBay
03-01-2010, 01:22 AM
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.
naoneo
03-01-2010, 09:41 AM
To everyone who wants to access the CURRENT users avatar.
Instead of
/image.php?u=<?php echo $reply['userid'] ?>
Use
/image.php?u=<?php echo $userid = get_option('vbb_VBUSERID'); ?>
caracena
03-01-2010, 01:12 PM
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
if (function_exists('Comment_Handler') and $vbridge == '') {
$vbridge = Comment_Handler($post->ID);
global $vbulletin;
}
?> and then get_option('vbb_VBURL')."/image.php?u=".$vbridge['thread_starter']; for the author and $commenter_id = $comment->user_id;
get_option('vbb_VBURL')."/image.php?u=".$commenter_id; for comenters.
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
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
Regards.
Amjad, please check your PMs.
caracena
03-01-2010, 06:01 PM
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
To everyone who wants to access the CURRENT users avatar.
Instead of
/image.php?u=<?php echo $reply['userid'] ?>
Use
/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
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
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
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
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 (http://bloggista.com/2009/01/18/how-to-resolve-fatal-error-allowed-memory-size-of-33554432-bytes-exhausted-tried-to-allocate-30720-bytes/)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:
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
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
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
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
^ 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
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...
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
Does anyone have this mod running with Vbulletin 4.0 forum?
I would love to know as well...
Lairston
04-24-2010, 08:04 PM
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
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:
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:
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.
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
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
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
Find:
<?php if ( have_comments() ) : ?>
seems to have been replaced by
<?php if ($comments) ?>
I made the change nonetheless
<?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?
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.php?p=2031523&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
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
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
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
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 (http://buddypress.org) 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
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
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:
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:
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:
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.
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 :).
cache
06-06-2010, 04:55 AM
I also got this:
Warning: Cannot modify header information - headers already sent by (output started at...
it looks like there is no fix for this?
MarWien
06-07-2010, 07:01 PM
What do you think, how secure is this bridge?
What does it do exactly? e.g. querying the vb when a user logs into wordpress etc.
Could it be hacked?
jazzyname
06-14-2010, 12:02 AM
can user/members of VB of my site create their own blog using this? or is it just to make comments without logging in?
Chase
06-14-2010, 02:13 AM
Is this working on 3.8.4?
Reeve of shinra
06-16-2010, 12:44 PM
Jazzy -- Not sure, you would have to try this out with the latest wordpress version.
Chase -- yes.
Xencored
06-17-2010, 12:30 PM
Hmm maybe i missed it but can or how can i get it to post Comments on wordpress posts to the VB forum :/?
Post work fine but when someone replys to the post the comments dont add on VB
jamesyfx
06-17-2010, 05:46 PM
Hi,
Are there any issues with upgrading Wordpress to version 3.0 after this bridge has been installed? I don't really want to try it without some proof/steps to take to make things run smoothly.
Regards,
James
Quantnet
06-18-2010, 12:19 PM
Yes, wondering the samething before upgrading to 3.0
jamesyfx
06-18-2010, 07:26 PM
Hey,
Due to an irritating lack of reply (Which seems to be quite the norm on this website for anything other than a simple question...), I went and upgraded blindly.
It worked fine, no problems upgrading. Backup everything first though!
shortbus1662
06-21-2010, 02:18 PM
So even though 3.0 has wpmu supported it still works? I just wanted to clarify. Thanks!
shortbus1662
06-23-2010, 01:48 AM
FYI, it's working fine on my Gambling Forum (http://www.gamblingiq.com).
I don't have the articles posting into the forum but the user integration seems to be working fine.
MikesSite
06-23-2010, 03:30 AM
The upgrade is smooth but there is a problem when logging out via WP.
Fatal error: Call to undefined function wp_clearcookie() in .../wp-content/plugins/vbbridge.php on line 261
The old cookie call is depreciated.
Solution:
In vbbridge.php, find wp_clearcookie()
change to
wp_set_auth_cookie( $user_id, $remember, $secure);
skariko
06-23-2010, 06:43 AM
The upgrade is smooth but there is a problem when logging out via WP.
Fatal error: Call to undefined function wp_clearcookie() in .../wp-content/plugins/vbbridge.php on line 261
The old cookie call is depreciated.
Solution:
In vbbridge.php, find wp_clearcookie()
change to
wp_set_auth_cookie( $user_id, $remember, $secure);
Thanks!
It works like a charm.
MikesSite
06-23-2010, 12:02 PM
Thanks!
It works like a charm.
Glad to hear! :up:
slinkyman
06-23-2010, 05:44 PM
Question - I posted an entry on WordPress and checked off "Do not post on forum", then I went back an edited it, but when I did that, I didn't select any option for using vB as comments. So now when you view the article on WordPress, it has the links to a thread that doesn't exist. Is there a way to remove it after that's happened?
KProjects
06-24-2010, 10:19 PM
Just installed with a new WP 3.0 installation and a new VB 4.0.4 pl1 installation. Works well - except for the headers message when saving settings for vbbridge.
I also have feedwordpress installed - which does not post into the forums.. i'm going to try and figure out why probably in the next few days..
http://www.GoogleMusicService.com
It's just a testing site... feel free to register and play around.
Hey, guys. I have an issue when trying to login via WordPress. A pinkish/redish box appears on load and shakes. This is the message within it:
"ERROR: The username field is empty."
Is there any way to fix this? Another query I have is how I can go about getting a vBulletin log in field on my WordPress page. I'm interested in showing if any new private messages are available, as well as the user's avatar. Any help would be greatly appreciated. Thanks a lot.
EDIT: Nevermind. This plugin is extremely unstable, no offense to the author. Thanks for the effort and share though.
skariko
07-01-2010, 12:42 PM
I've found a FIX for the flash uploader problem for Wordpress 3.0:
On vbbridge.php at 47 line find:
#if (basename($_SERVER['SCRIPT_NAME']) == 'upload.php') { return; }
and replace it with:
if (basename($_SERVER['SCRIPT_NAME']) == 'async-upload.php') { return; }
Manoel J?nior
07-02-2010, 01:51 AM
When I access the address of the Wordpress admin, I have to put the username and password on the forum and it redirects me to the usercp.
How to fix?
PS.:
Wordpress 3.0 - vBulletin 3.8.5
Quantnet
07-02-2010, 02:00 AM
skariko,
It's not working. I tried flash uploader and at 100%, it display "HTTP error" in red
Browser uploader is working fine.
amjadz4
07-02-2010, 02:17 AM
When I access the address of the Wordpress admin, I have to put the username and password on the forum and it redirects me to the usercp.
How to fix?
PS.:
Wordpress 3.0 - vBulletin 3.8.5
You can't use the WP login page. Login will only work via vBulletin. Once you are logged in on your forum navigate to the dashboard /wp-admin to be logged in automatically.
Manoel J?nior
07-02-2010, 03:05 PM
Do not automatically login. I enter this forum, I logged in, then go into the / site / wp-admin and it asks me password, I put the password on the forum, and it keeps redirecting me to the Forum.
How come?
Manoel J?nior
07-02-2010, 03:19 PM
OK. OK.. I upload resetvbbridge.php
Functionally.
One question:
After I activate this plugin, I can not upload more images. Gives error. Has anyone had this problem and knows how to fix?
amjadz4
07-02-2010, 05:12 PM
OK. OK.. I upload resetvbbridge.php
Functionally.
One question:
After I activate this plugin, I can not upload more images. Gives error. Has anyone had this problem and knows how to fix?
use Browser upload. Flash upload has an issue with the plugin.
fire999
07-02-2010, 05:39 PM
Am on vB 3.8.5 and WP version 3.0.
Placed the files under plugins main folder, and still unable to get this Bridge installed.
Errors seem to be revolving around: Lines 23x
Plugin could not be activated because it triggered a fatal error.
Parse error: syntax error, unexpected $end in /home/public html/lostit.com/wp-content/plugins/vbbridge.php on line 237
So having a check with the Editor, turns out to be this code:
$_POST['post_title'] = fetch_censored_text(utf8_decode($_POST['post_title']));
Been searching and searching but without avail resource of help, hence this posting.
Appreciate any help in advance!
Manoel J?nior
07-02-2010, 05:44 PM
use Browser upload. Flash upload has an issue with the plugin.
Thanks.
FIX:
https://vborg.vbsupport.ru/showpost.php?p=1746684&postcount=84
Quantnet
07-02-2010, 07:28 PM
That's not exactly a fix. Look at the "fix" on page 76 and still not working.
rraplee
07-02-2010, 10:13 PM
Hey guys, I'm going to write a custom application built into my site. How can I go about pulling the current user information in PHP? I'd like to create a Guild Directory for a new MMORPG coming out on my site riftjunkies.com - Any help would be awesome!
Thanks~
twitch
07-03-2010, 01:37 PM
That's not exactly a fix. Look at the "fix" on page 76 and still not working.
Yeah, there is a problem still with uploading images while writing a wordpress post. I applied fix and still have the issue
MaverickEX
07-08-2010, 02:10 AM
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.
This is something I've been trying to find out for some time now, as well.
Anyone who is sick and tired of all this hacky stuff to get user/password integration working with WordPress and vBulletin (like me), please vote for this suggestion to have a proper API for username and password: API for User name and Password (http://tracker.vbulletin.com/browse/VBIV-7841) (discussion (http://www.vbulletin.com/forum/showthread.php?356224-API-for-User-name-and-Password))
cagbaazee
07-10-2010, 03:54 AM
will it works on latest vbulletin version 4.
Gnoll
07-12-2010, 02:45 PM
Works awsome on vB4 but just
Ğ ğ Ş ş İ ı
Those are showing as "?"
slinkyman
07-12-2010, 11:21 PM
Question - I posted an entry on WordPress and checked off "Do not post on forum", then I went back an edited it, but when I did that, I didn't select any option for using vB as comments. So now when you view the article on WordPress, it has the links to a thread that doesn't exist. Is there a way to remove it after that's happened?
Question still hasn't been answered, but I'm changing it up a bit. When I'm using the iPhone WP App I don't have the option to post the article to a forum - so I decided I would do that when I got home. I got home, edited the article (but this time I selected a forum) and it didn't get posted. How come? Is there a way to go back and edit the article to have it posted on the forums?
Gnoll
07-13-2010, 03:25 PM
Database error in vBulletin 4.0.4:
Invalid SQL:
SELECT * FROM vb_user WHERE userid = '1';
MySQL Error : MySQL server has gone away
Error Number : 2006
Request Date : Tuesday, July 13th 2010 @ 01:49:31 PM
Database error in vBulletin 4.0.4:
Invalid SQL:
SELECT * FROM vb_user WHERE userid = '2';
MySQL Error : MySQL server has gone away
Error Number : 2006
Request Date : Tuesday, July 13th 2010 @ 03:02:29 PM
Error Date : Tuesday, July 13th 2010 @ 03:03:01 PM
Script : http://www.mmobrowser.com/etiketler/2010-mmorpg-oyunlar
Referrer : http://www.google.com.tr/url?sa=t&source=web&cd=4&ved=0CC0QFjAD&url=http%3A%2F%2Fwww.mmobrowser.com%2Fetiketler%2F 2010-mmorpg-oyunlar&rct=j&q=2010%20mmorpg%20oyunlar%C4%B1&ei=vn88TNO8M5KVOIXGmbIP&usg=AFQjCNHQHLqJHRDRCliuY9MHME2SOkESWA
IP Address : 78....
dcuellar
07-16-2010, 04:33 PM
Any time frame for this to be updated to 4.x?
I have this error:
Fatal error: Cannot redeclare get_userdatabylogin() (previously declared in /home2/unifiedc/public_html/wp-includes/pluggable.php:214) in /home2/unifiedc/public_html/wp-content/plugins/functions_vbbridge.php on line 33
I have WP version 3.0
Am I doing something wrong?
EDIT***
I'm going to post this because I really feel this is a great mod and because for the past few hours I've been busting my ass trying to get my forum to work again. Hopefully there can be an FAQ section created in the first post.
This error is due to incorrectly uninstalling this mod. I'm not really sure how I "incorrectly" did that, but oh well. Here is what I did to fix it:
Delete the 3 files in the 'wp-content/plugins' folder.
functions_vbbridge.php
functions_wysiwyg2.php
vbbridge.php
Delete the tables in your database. Backup your files just in case.
Do a search for 'vbb' within the database '_wrd1'
select only those tables that start with 'vbb'
Delete them.
Reinstall the mod
dcuellar
07-16-2010, 11:09 PM
Hopefully I can get this question answered.
I'd like to post on vB and have it post automatically on Wordpress. Possible?
ElysianFox
07-17-2010, 02:35 AM
I couldn't get the comments system working, I was able to bridge users and logins, although whenever I post an article, it will always appear as the same user.
Then, When attempting to post as another user, it will blank out and not show an author or link at all.
Also, regardless of what userid or username for the forum, it will always post under the same username for the forum.
I love this plugin but i simply cannot use it if it does not show the article authors with the posts on wordpress. Comments, i couldnt care less, even though it would be nice to have, but the Author names not showing up is a huge problem to me.
if anyone can help me with this issue, please contact me here (mailto:jledesma@thegamersinsight.com) as i don't check these boards regularly.
dcuellar
07-17-2010, 03:40 PM
For the sake of getting questions answered I am going to start an FAQ. If the author feels like it hopefully they will add it on the main post.
Mini FAQ:
Confirmed to work with the following (other than what is mentioned in the main post):
vBulletin v4.0.2 & Wordpress 3.0 (confirmed by dcuellar)
vBulletin v4.0.1 & WordPress 2.9.2 (confirmed by amplifiedshock)
I'll add more as you guys let me know.
How to correct:
Logout Issue (https://vborg.vbsupport.ru/showpost.php?p=2057877&postcount=1132)
Fatal error: Cannot redeclare get_userdatabylogin() ... (https://vborg.vbsupport.ru/showpost.php?p=2070190&postcount=1156)
WP Plugins that have interfered.
Minimeta widget & TDO Mini forms (https://vborg.vbsupport.ru/showpost.php?p=2046132&postcount=1114)
Let me know if there is anything else I should add.
Disasterpiece
07-19-2010, 03:22 PM
Any time frame for this to be updated to 4.x?
I have this error:
I have WP version 3.0
Am I doing something wrong?
EDIT***
I'm going to post this because I really feel this is a great mod and because for the past few hours I've been busting my ass trying to get my forum to work again. Hopefully there can be an FAQ section created in the first post....
I discovered a better method.
It seems this happens, when you deactivate this plugin in the vbbridge settings, while it's integrated and an active WP plugin.
So in wp_options table, search for "vbb_VBPLUGION" and change value from 0 to 1, that did the trick for me.
KProjects
07-20-2010, 02:15 AM
Playing with it again - I wish I could get it to work with feedwordpress though..
Working with wp 3.0 and vb 4.0.4 here: http://www.googlemusicservice.com
I had disabled it and noticed people were trying to test it..
Kr33p3r
07-21-2010, 02:07 AM
Any idea when we will have a vb 4.0 compatible version of this out? If ever?
slinky
07-21-2010, 02:31 AM
I'd say IF.
RivaCom
07-21-2010, 01:47 PM
Maybe someone can help us out.
We currently have vBulletin 4.0.4 and WP 3.0, we installed the bridge and everything installs fine and were able to bridge the logins fine. Users can comment with their usernames perfectly.
However the bridge does not allow any type of news postings(rather it be submission from contributers, or posts from admin/authors.) It either errors out or just goes to a white screen. Has anyone been able to solve or even run into this yet?
Xencored
07-21-2010, 02:02 PM
Any idea when we will have a vb 4.0 compatible version of this out? If ever?
It works fine on 4.0 :up:
slinky
07-21-2010, 02:11 PM
It works fine on 4.0 :up:
Wow... I always had challenges with 3.x. Good for you!
dcuellar
07-24-2010, 06:24 PM
I seem to be getting a blank wordpress page every few days. Anyone know why this happens?
FBChris
07-25-2010, 08:21 PM
I love this plugin but i simply cannot use it if it does not show the article authors with the posts on wordpress. Comments, i couldnt care less, even though it would be nice to have, but the Author names not showing up is a huge problem to me.
However the bridge does not allow any type of news postings(rather it be submission from contributers, or posts from admin/authors.) It either errors out or just goes to a white screen. Has anyone been able to solve or even run into this yet?
Me too I am running into this problem. For now the problem seems to be the Wordpress post screen which holds a Author pulldown (post_author_override). This list does not hold the bridged users and so make it impossible to save the correct user. It simply overwrites with a wordpress user.
I have found a quick and dirty way to work around this problem. By adding the users who have the possibility to create posts into the wordpress tables.
INSERT INTO `wp_users` (`ID`, `user_login`, `display_name`) VALUES (3, 'Chris', 'Chris')
INSERT INTO `wp_usermeta` (`user_id`, `meta_key`, `meta_value`) VALUES (3, 'wp_capabilities', 'a:1:{s:6:\"author\";b:1;}')
Please note in this example my table prefix is wp_ this might be different for you. Replace the 3 with your vbulletin userid (http://www.yourforum.com/forum/member.php?u=3) and replace Chris with the vbulletin username.
dcuellar
07-28-2010, 02:13 PM
Me too I am running into this problem. For now the problem seems to be the Wordpress post screen which holds a Author pulldown (post_author_override). This list does not hold the bridged users and so make it impossible to save the correct user. It simply overwrites with a wordpress user.
I have found a quick and dirty way to work around this problem. By adding the users who have the possibility to create posts into the wordpress tables.
INSERT INTO `wp_users` (`ID`, `user_login`, `display_name`) VALUES (3, 'Chris', 'Chris')
INSERT INTO `wp_usermeta` (`user_id`, `meta_key`, `meta_value`) VALUES (3, 'wp_capabilities', 'a:1:{s:6:\"author\";b:1;}')
Please note in this example my table prefix is wp_ this might be different for you. Replace the 3 with your vbulletin userid (http://www.yourforum.com/forum/member.php?u=3) and replace Chris with the vbulletin username.
Where are you adding this?
creativepart
07-28-2010, 02:58 PM
I do the same. I turn off the bridge and manually create an Author account in WP without the bridge on. I make sure to use the exact same username.
Then I turn the bridge back on.
That way their username shows in the Author drop down box and if I edit the post and it gets changed to me, then I can change it back easily.
FBChris
07-28-2010, 04:55 PM
Where are you adding this?
Those are SQL queries which go directly into the database.
The idea of creativepart is nice as well. Although it depends on how many visitors your site gets. Switching on and off the bridge for adding an author might not be an option for everyone.
creativepart
07-28-2010, 05:24 PM
It takes only a minute or two with the bridge turned off and all it effects is someone leaving a comment.
fake83
08-02-2010, 08:04 AM
I still got this issue: when I try to add a comment the site kicks me out and I can not even visualized it! If I change browser nothing happens....
Should I try to reset the bridge?
RivaCom
08-04-2010, 02:08 PM
Anyone having a problem where it puts new users in random secondary usergroups? New users seem to be put in Admin and various other usergroups automatically.
shortbus1662
08-09-2010, 06:49 PM
I can't get users to map right. I mean, when you login to wordpress everything is fine.
You write an article and everything is fine.
Then, when you view it on the site, it shows up as a different user.
Xencored
08-11-2010, 08:28 AM
Upgrade to 4.0.5 with wordpress 3.1 all works great still :)
Pirat3
08-12-2010, 04:58 PM
Does anyone know if vbseo works fine with this
shortbus1662
08-12-2010, 05:49 PM
I haven't had any problems with vbseo, but I do still have some random problems on a fairly regular basis.
On a new install users mapped incorrectly so post authors were showing up wrong. Still get the white screen a lot on login. That kind of stuff.
IRBroke
08-14-2010, 02:52 PM
Minor issue, when another admin posts a blog post, it says I posted it... with MY username :|
Im running Version 3.0.1 on wordpress and 3.6.x of vb. Also when I try to logout of the wp-admin control panel, I get a fatal error in the plugin.
l1l j0k
08-14-2010, 05:26 PM
I NEED hooks enabled, but when I commented define('DISABLE_HOOKS', true); out in vbbridge.php the function I need working still doesn't work, when I completely remove vbbridge.php my integration stops working but the function I need works again, anyone?
hayamakun
08-17-2010, 05:51 PM
This added code allows the Wordpress front page (and probably some others that calculate comment count) to show the number of replies in the vb thread.
Note: I am using WP version 3.0.1 and VB version 3.8.6
In vbbridge.php, add to the end:
add_filter('get_comments_number', 'comments_count', 10, 2);
### Return Comment count
function comments_count($count, $postID = false) {
global $vbulletin, $vwd;
$wpdb =& $GLOBALS['wpdb'];
$sql = "select vb_threadid FROM " . $GLOBALS['table_prefix'] . "posts where ID = '$postID'";
$results = $wpdb->get_row($sql);
$sql = "select replycount FROM " . TABLE_PREFIX . "thread where threadid = '$results->vb_threadid'";
$results2 = $wpdb->get_row($sql);
return $results2->replycount;
}
That should work pretty well. Did some testing on it, seems to work fine.
eitai2001
08-22-2010, 02:40 PM
Hi There.
I just want to find out. After the install, is it normal that the following areas in the Wordpress Admin cannot be access (Lead to a 404 error):
wp-admin/users.php
wp-admin/user-new.php
(Running WP 3.01, VB 4.05 )
Regards
Itai
amjadz4
08-22-2010, 03:04 PM
Hi There.
I just want to find out. After the install, is it normal that the following areas in the Wordpress Admin cannot be access (Lead to a 404 error):
wp-admin/users.php
wp-admin/user-new.php
(Running WP 3.01, VB 4.05 )
Regards
Itai
Yes its normal. Users are taken from vB database and not WP.
eitai2001
08-22-2010, 03:18 PM
So if they login in wordpress are they automatically logged in VB and visa versa?
amjadz4
08-22-2010, 04:41 PM
So if they login in wordpress are they automatically logged in VB and visa versa?
No, login only works via vB. If they login in vB they will automatically login in wordpress. That's why its posted here and not on wp.org.
eitai2001
08-22-2010, 04:59 PM
Oh ok, thanks ... I thought it was both ways ... still a very useful plugin.
cagbaazee
08-23-2010, 07:05 AM
Will it work with Vbulletin version 4.05 and wordpress 3.1
Need review before i install it. Thanks
eitai2001
08-23-2010, 07:33 AM
Works just fine for me ... and that's what I'm using.
cagbaazee
08-23-2010, 10:07 AM
can someone post example of these... My wordpress site is http://gurusecret.info and my vbulletin forum is http://gurusecret.info/vbforum
Define the following options:
VB User ID:
VB Username:
VB Forum ID:
Forum URL:
Forum Relative Path:
Database Prefix:
Turn Plugin On:
Does your forum use Unicode (UTF-8):
Thanks for yr help....
eitai2001
08-23-2010, 10:17 AM
There is a set of instructions that tells you exactly what you need to fill in, which I followed.
VB User ID: (The computer ID of the default username you want to use i.e. 1)
VB Username: (The actual username of the default username you want to use i.e. admin)
VB Forum ID: (The computer ID of the forum you want to place the thread i.e. for General Discussions, yours could be 6?)
Forum Url: http://gurusecret.info/vbforum
Forum Relative Path: /vbforum
Database Prefix: You need to check the actual database ... i.e. vb_
LuisManson
08-25-2010, 12:02 AM
its a shame this is not updated. at least vb cms is on pair with forum...
there is no warranty on this working after every vb upgrade :(
euantor
08-25-2010, 07:03 AM
Got this working nearly fine with vBuleltin 4/WP 3. However, when I try to visit the forum that posts are being posted to, I get an Error 500 Internal Server Error. Posts are being posted to it and I can jump to the actual post, it's just the actual forum won't load.
MaverickEX
08-27-2010, 02:41 AM
This added code allows the Wordpress front page (and probably some others that calculate comment count) to show the number of replies in the vb thread.
Note: I am using WP version 3.0.1 and VB version 3.8.6
In vbbridge.php, add to the end:
add_filter('get_comments_number', 'comments_count', 10, 2);
### Return Comment count
function comments_count($count, $postID = false) {
global $vbulletin, $vwd;
$wpdb =& $GLOBALS['wpdb'];
$sql = "select vb_threadid FROM " . $GLOBALS['table_prefix'] . "posts where ID = '$postID'";
$results = $wpdb->get_row($sql);
$sql = "select replycount FROM " . TABLE_PREFIX . "thread where threadid = '$results->vb_threadid'";
$results2 = $wpdb->get_row($sql);
return $results2->replycount;
}
That should work pretty well. Did some testing on it, seems to work fine.
Doesn't seem to work at all for me. Is there something missing here?
RCK08
08-29-2010, 03:57 PM
hey looks like a great mod man, is this working, or is there a plan for a 4.0 version???, would love to use this....
ctweb
08-30-2010, 02:42 PM
hey looks like a great mod man, is this working, or is there a plan for a 4.0 version???, would love to use this....
This works on vB 4.x and Wordpres 3.x..
Aaron Freed
08-30-2010, 06:05 PM
I'm probably doing something incredibly stupid, but I can't figure out where I'm supposed to edit comments.php to get comment integration to work; the theme I downloaded from WordPress doesn't have the "You can start editing here" comment line. Furthermore, while posts to the WordPress show up on the forum, posts in the forum do not show up on the WordPress. This may be due to the fact that I'm not sure where to upload vbridge.php, which is not mentioned anywhere in the documentation. These are probably obvious questions answered elsewhere in the thread, but I don't have time to read forty pages before work.
fake83
08-30-2010, 07:28 PM
I have this issue at the moment: sometimes the site kicks the users out and they cannot even connect to it for like 10-15minutes. Is a problem related to cookies? Anyone else experiencing the same problem?
Thank you
fmckinnon
08-30-2010, 10:46 PM
Hey - I decided to discontinue this ... and now, we've got the default comments.php (from the wordpress install) loaded, and on all of our posts, we've got tons of errors as comments, like this:
Comments
3 Responses to Aaron Keyes “Blessing And Honour” – Story Behind The Song
Warning: call_user_func(twentyten_comment) [function.call-user-func]: First argument is expected to be a valid callback in /home2/twcadmin/public_html/wp-includes/comment-template.php on line 1335
Warning: call_user_func(twentyten_comment) [function.call-user-func]: First argument is expected to be a valid callback in /home2/twcadmin/public_html/wp-includes/comment-template.php on line 1335
Warning: call_user_func(twentyten_comment) [function.call-user-func]: First argument is expected to be a valid callback in /home2/twcadmin/public_html/wp-includes/comment-template.php on line 1335
These are happening on just about every article we posted (when the vbridge was turned on and comments.php modified to use vbulletin for commenting).
Is there any fix to this, or way to get rid of all those?
eitai2001
09-02-2010, 03:02 PM
Hi Guys. Found the following issues with WP 3.0.1 and VB 4.0.5:
- If Auto-integration is on, and a user logs into WP admin without registering on WP itself (i.e. uses VB username), he is able to create an article, but if I edit it ... it is not possible to set his name as the author again. Also, if I do create a username for him in wordpress, and I use the Yoast Google Analytics plugin, then when I set a custom author as a variable, it shows as blank ... but only when the auto-integration is enabled.
-If I disable the auto-integration but leave the module on to creates threads for each article, then I am unable to add media to articles for some reason. I either have to disable the module or enable auto-integration to add media.
Just a heads up, I know this module is no longer supported.
My home page went down today, same problem as this guy
https://vborg.vbsupport.ru/showpost.php?p=1793920&postcount=409
Has this bug been fixed in the code yet?
dcuellar
09-09-2010, 06:54 PM
My home page went down today, same problem as this guy
https://vborg.vbsupport.ru/showpost.php?p=1793920&postcount=409
Has this bug been fixed in the code yet?
Mine just went down as well.
How do we go about getting a fix for this bug?
frantorm
09-09-2010, 07:17 PM
Sorry Wrong Message
msyahrizan
09-11-2010, 10:45 PM
can someone create this for vbulletin 4.0.6?
Gamertype
09-12-2010, 10:12 PM
I have custom post types that I want to be posted to VB. Right now they don't show up, it's only if I create a post in post, anyone know how to add support for custom post types?
jerde
09-13-2010, 10:25 PM
can someone create this for vbulletin 4.0.6?
I second that, this would be sweet. :up:
Quadronica
09-14-2010, 12:59 PM
Installed on Vb4 and WP3 but i get those errors as soon as i try to publish something in Vbulletin:
Warning: require_once(./includes/class_dm.php) [function.require-once]: failed to open stream: No such file or directory in /web/htdocs/www.canalejuve.it/home/wp-content/plugins/vbbridge.php on line 113
Fatal error: require_once() [function.require]: Failed opening required './includes/class_dm.php' (include_path='.:/php5/lib/php/') in /web/htdocs/www.canalejuve.it/home/wp-content/plugins/vbbridge.php on line 113
Any suggestion ?
thank you
DaPro
09-29-2010, 07:03 PM
If anyone would be interested in reviving the plugin working with vBulletin 4 and Wordpress 3.x I would be happy to provide some monetary compensation. Please PM me if you're interested.
animcentral
10-05-2010, 03:57 PM
i warn users of this mod, this is vulnerable to Cookie base hack.
don't use this plugins.
elwhizard
10-07-2010, 11:11 AM
Does anybody have experience using this with WP eCommerce wordpress plugin?
I've used this together with it and got errors on ajax calls to the plugin.
hamedbia2
10-11-2010, 10:46 AM
hi
first of all tanx for great topic
i've got 2 questions
1.my wordpress is in root
and my vb is in /forums
is here any problem with this?
2.i don't see any installations way could anyone tell me how to install?
phdev
10-24-2010, 05:30 PM
oh well, this isn't working... i guess i'll get a refund for vbulletin and try vanilla
TazeredBlackMan
10-26-2010, 07:47 PM
Does anybody know how to make it so that the viewpost.gif doesn't show up when people quote a post to an article? It shows up as a broken image for every single article.
T?ltos.TV
11-02-2010, 05:42 PM
Hello and thank you for this mod.
It seems to work fine, I have only one problem...
If a VB user name contain special characters, such as this: G?za, it looks so in WP:G�za.
Or if I write in WP a post with the title such as this: h?z ?p?t?si napl?, it looks so in vBulletin: hĂĄz Ă?pĂtĂ?si naplĂł.
Could you help me please, to solve this problem? Thank you...
MissKalunji
11-05-2010, 01:30 PM
So Let me get this straight.
I install wordpress.
It shares the users and the postings.
If i create a new thread in word press will it automatically show in the forum and vice versa?
Will it share the themes too or do i have to design one?
I'm thinking on using this instead of vbadvanced, I don't know complicated and "user friendly" not so much unless you love forums.
amjadz4
11-05-2010, 01:57 PM
So Let me get this straight.
I install wordpress.
It shares the users and the postings.
If i create a new thread in word press will it automatically show in the forum and vice versa?
Will it share the themes too or do i have to design one?
I'm thinking on using this instead of vbadvanced, I don't know complicated and "user friendly" not so much unless you love forums.
If you create a new post in WP it will create a thread in the Forum. If people reply on that thread in the forum, it will show as comments on the WP post. That's about it.
drsmash
11-05-2010, 04:34 PM
i Have this Problem while posting new Post from Wordpress
Warning: require_once(DIR/includes/functions_newpost.php) [function.require-once]: failed to open stream: No such file or directory in /home/habebe/public_html/vb/includes/class_dm_threadpost.php on line 18
Fatal error: require_once() [function.require]: Failed opening required 'DIR/includes/functions_newpost.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/habebe/public_html/vb/includes/class_dm_threadpost.php on line 18
any Idea to Solve this Problem?
my Vbulletin version is 3.8.4
waiting for Reply on this Issue
amjadz4
11-05-2010, 04:44 PM
i Have this Problem while posting new Post from Wordpress
any Idea to Solve this Problem?
my Vbulletin version is 3.8.4
waiting for Reply on this Issue
Your path is wrong. Hardcode it as given in the readme.
drsmash
11-05-2010, 04:54 PM
i make it /vb
my forum path is /vb
should i do it (/home/habebe/public_html/vb/)
?????
Coop1979
11-06-2010, 12:36 AM
Yes.
MissKalunji
11-06-2010, 01:37 AM
works perfectly!! thank you !!
MissKalunji
11-06-2010, 01:40 AM
Another question
When i post a new thread it does show in vb.
What about replies?
When i reply it doesn't show in vb...
Edit
I figured it out :)
drsmash
11-07-2010, 10:47 AM
i make it /vb
my forum path is /vb
should i do it (/home/habebe/public_html/vb/)
?????
i change the path several times and still have the same problem
Warning: require_once(DIR/includes/functions_newpost.php) [function.require-once]: failed to open stream: No such file or directory in /home/habebe/public_html/vb/includes/class_dm_threadpost.php on line 18
Fatal error: require_once() [function.require]: Failed opening required 'DIR/includes/functions_newpost.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/habebe/public_html/vb/includes/class_dm_threadpost.php on line 18
MissKalunji
11-07-2010, 01:27 PM
what would be good is if "clicking add comment" would open an ajax box with the comment, when they click post, it will say thank you and you can close the box.
Would be much better then having to go on another page and such.
Jeel89
11-09-2010, 08:26 AM
I have a question about the data requested
(VB User Id), I suppose this is my customer number
(VB Forum ID), number of the license I own
(VB User Name), what of this, is this my username on vbulletin.com?
hagalil
11-09-2010, 08:51 AM
No download possible.
hagalil
11-09-2010, 08:53 AM
Vbull may be a good thing, but to pay and then be unable to use anything as you need to identify yourself nearly everytime you click somewere, makes me angry.
You get much better and friendlier service, nearly everywhere - for free!!!
RyanC
11-09-2010, 12:06 PM
I've been using this plugin for years. It's been great... Just recently, the plugin started acting strange for seemingly no reason. Here are the details:
WP 3.0.1
VB 3.8.1
When you post from the wordpress admin, you get a blank white page. The post shows up on the wordpress blog as well as the assigned forum, however the comment count does not display anymore. So, there is no link from the wordpress post to the forum thread that represents it.
Any idea how I can fix this? This worked fine just the other day and just randomly stopped working. Would love some help.
credenscel
11-10-2010, 04:44 PM
can this mod work for vb 3.6?
MissKalunji
11-13-2010, 08:36 PM
This added code allows the Wordpress front page (and probably some others that calculate comment count) to show the number of replies in the vb thread.
Note: I am using WP version 3.0.1 and VB version 3.8.6
In vbbridge.php, add to the end:
add_filter('get_comments_number', 'comments_count', 10, 2);
### Return Comment count
function comments_count($count, $postID = false) {
global $vbulletin, $vwd;
$wpdb =& $GLOBALS['wpdb'];
$sql = "select vb_threadid FROM " . $GLOBALS['table_prefix'] . "posts where ID = '$postID'";
$results = $wpdb->get_row($sql);
$sql = "select replycount FROM " . TABLE_PREFIX . "thread where threadid = '$results->vb_threadid'";
$results2 = $wpdb->get_row($sql);
return $results2->replycount;
}
That should work pretty well. Did some testing on it, seems to work fine.
This would be possible ONLY if both are under the same database?
MissKalunji
11-13-2010, 09:26 PM
anyone fixed the comment issue?
MissKalunji
11-16-2010, 04:53 AM
Is it possible to use both wordpress and vbulletin comments?
For example showing the replies off vb and the amount of replies FROm vb
and let others comment in wordpress (using the quick comment)
jacobomoya
11-18-2010, 06:41 AM
I have a question about the data requested
(VB User Id), I suppose this is my customer number
(VB Forum ID), number of the license I own
(VB User Name), what of this, is this my username on vbulletin.com?
No no no, read the attached txt, those are your own's forum data. The user you want to post in the forum as when you export the WP posts and which forum you want to.
mamulea
11-19-2010, 11:08 PM
My Wordpress site doesn't accept user registration. There are only users created by admin for posting articles. Is there a way to use this mod for commenting only? I would like only registered users in VB to be able to comment on the website, but without having a wordpress account.
I am using VB 4.0.6 and Wordpress 3.0.1 with a Multisite install.
Iguana Goddess
11-20-2010, 09:48 PM
I have a question about the data requested
(VB User Id), I suppose this is my customer number
(VB Forum ID), number of the license I own
(VB User Name), what of this, is this my username on vbulletin.com?
No it wants your info from the site you are installing the mod on.
habebe
11-22-2010, 05:52 AM
i change the path several times and still have the same problem
Warning: require_once(DIR/includes/functions_newpost.php) [function.require-once]: failed to open stream: No such file or directory in /home/habebe/public_html/vb/includes/class_dm_threadpost.php on line 18
Fatal error: require_once() [function.require]: Failed opening required 'DIR/includes/functions_newpost.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/habebe/public_html/vb/includes/class_dm_threadpost.php on line 18
habebe
11-23-2010, 06:49 AM
i change the path several times and still have the same problem
Warning: require_once(./includes/class_dm.php) [function.require-once]: failed to open stream: No such file or directory in /home/habebe/public_html/portal/wp-content/plugins/vbbridge.php on line 103
Fatal error: require_once() [function.require]: Failed opening required './includes/class_dm.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/habebe/public_html/portal/wp-content/plugins/vbbridge.php on line 103
GunShad0w
11-28-2010, 09:58 PM
I'm gonna snap a neck soon...
I'm using the latest version of wordpress (Which is Version 3.0.1 I believe), and the latest build of vbulletin 3.8. I followed the instructions exactly 3 times now, and every time it locks me out of the wordpress dashboard. I made sure the plugin has no sub directory, ive tested the posting feature before auto integrating, and ive made sure to map the users so the admins remain admins on wordpress...
Any help with this?
Dr Longhorn
11-29-2010, 12:31 AM
Hi folks
Can this plugin post from a specific wordpress category to a specific vb forum? So I can have content posted from the relevant wordpress category to the relevant vb forum. I.e. posts from the cars wordpress category posted to the cars vb forum, posts from the dogs wordpress category posted to the dogs vb forum and so on. If so how do I do this?
Many thanks
jacobomoya
11-29-2010, 10:44 AM
I'm gonna snap a neck soon...
I'm using the latest version of wordpress (Which is Version 3.0.1 I believe), and the latest build of vbulletin 3.8. I followed the instructions exactly 3 times now, and every time it locks me out of the wordpress dashboard. I made sure the plugin has no sub directory, ive tested the posting feature before auto integrating, and ive made sure to map the users so the admins remain admins on wordpress...
Any help with this?
Do you get a blank page or does the dashboard just reject your login? Are you sure you're using the forum username/password? Remember the WP users no longer matter once integrated. Have you tried different forum accounts from different usergroups?
Hi folks
Can this plugin post from a specific wordpress category to a specific vb forum? So I can have content posted from the relevant wordpress category to the relevant vb forum. I.e. posts from the cars wordpress category posted to the cars vb forum, posts from the dogs wordpress category posted to the dogs vb forum and so on. If so how do I do this?
Many thanks
You have to manually choose the forum you want each post published just like you choose the category.
GunShad0w
11-29-2010, 12:02 PM
Do you get a blank page or does the dashboard just reject your login? Are you sure you're using the forum username/password? Remember the WP users no longer matter once integrated. Have you tried different forum accounts from different usergroups?
You have to manually choose the forum you want each post published just like you choose the category.
Its rejecting my login...
I think I realized the problem, would it be that my Wordpress Username matches my Vbulletin Username, and thats causing some sort of issue?
jacobomoya
11-29-2010, 12:17 PM
Hmm, it shouldn't cause a conflict since it no longer takes in account the WP users. Anyway, you should create another account on your forum and map its usergroup to, I don't know, editors, then try to login with that user, that'd at least help us localize the problem.
GunShad0w
11-29-2010, 01:45 PM
Hmm, it shouldn't cause a conflict since it no longer takes in account the WP users. Anyway, you should create another account on your forum and map its usergroup to, I don't know, editors, then try to login with that user, that'd at least help us localize the problem.
Ok, so I tried it again. here's what's happening. I login with my admin info, and it directs me to a blank wp-login.php page. Then I tried creating a editor user, and it takes me to the same blank page. Any ideas?
jacobomoya
11-29-2010, 03:01 PM
That's a reported 'normal' occurence, keep trying to connect into the wp-admin page and you'll eventually succeed. Clear your browser's cache/cookies, also, try it with/without the "www" in the url (like, if you're using http://gunshadow.com/wp-admin, try http://www.gunshadow.com/wp-admin) if you still can't.
Dr Longhorn
11-29-2010, 04:30 PM
You have to manually choose the forum you want each post published just like you choose the category.
I see the option to choose a forum, but I don’t see where you select which wordpress category you want to be posted to that forum, don’t I have to link the one to the other. Basically what I want is all posts that are made in a certain wordpress category to be automatically posted to a specific forum.
Thanks
GunShad0w
11-29-2010, 06:51 PM
That's a reported 'normal' occurence, keep trying to connect into the wp-admin page and you'll eventually succeed. Clear your browser's cache/cookies, also, try it with/without the "www" in the url (like, if you're using http://gunshadow.com/wp-admin, try http://www.gunshadow.com/wp-admin) if you still can't.
Ive tried all of that. Everytime it either says, "Username field is empty at the login page", or it give me a blank screen
RPSmedia
11-30-2010, 02:04 AM
This works for me on vb 4.08 and wp 3.0.1
jacobomoya
11-30-2010, 06:17 AM
I see the option to choose a forum, but I don?t see where you select which wordpress category you want to be posted to that forum, don?t I have to link the one to the other. Basically what I want is all posts that are made in a certain wordpress category to be automatically posted to a specific forum.
Thanks
I'm afraid there's no such option. But the forum you choose in VBridge settings is just the default forum all posts will be published if you don't specify one. When you're writing a new post, look below for a new dropdown list with all your forums, you'll have to manually select the forum for every post with that.
Ive tried all of that. Everytime it either says, "Username field is empty at the login page", or it give me a blank screen
Hmm, disable every other WP plugin and try it again from scratch. Might have a conflict going on there.
GunShad0w
11-30-2010, 11:43 AM
I'm afraid there's no such option. But the forum you choose in VBridge settings is just the default forum all posts will be published if you don't specify one. When you're writing a new post, look below for a new dropdown list with all your forums, you'll have to manually select the forum for every post with that.
Hmm, disable every other WP plugin and try it again from scratch. Might have a conflict going on there.
Ive been placing the vbulletin in the same database as wordpress, maybe I should try putting vb in a separate db?
EDIT: Ok so I tried a separate DB, and now its letting me login to the Wordpress dashboard with my vBulletin login details, but now when I login to vbulletin, it logs me right back out and I can't access the admin panel on vb...
jacobomoya
11-30-2010, 03:36 PM
when I login to vbulletin, it logs me right back out and I can't access the admin panel on vb...
Cookie domain problem. Use the tools.php to restore it, making sure it's pointing to the forum directory and not the root one.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.