![]() |
It seems like there's some issues here..
WordPress database error: [Unknown column 'vb_threadid' in 'field list'] select vb_threadid FROM posts where ID = '9' |
thanks very much
* installed *:up: |
Hi guys.
I've just bought vbulletin for a new project of mine where i want vbulletin and wordpress to work together. So i've ofcourse come across this plugin but i have some questions i hope you guys can answer for me. What i want is ONLY to have users synced. No post or comments. Just users. Is that possible with this plug in? Will this plug in work with newer versions of both vbulletin and wordpress (with wp 2.7 coming up) (even though it seems it haven't been updated in over half a year). Will this plugin be able to work with other wordpress comment altering plugins like the one from http://intensedebate.com? Thanks for your time :) |
I get this error
Quote:
|
Any idea if this works with 3.8 and the new WP 2.7 series?
|
it's working with vb3.7.3 and beta wp2.7 but I haven't gotten the comments working like I want yet :(
|
Do you have a fix for the problem, that users with umlauts in their nicknames can't use the blog? It have been mentioned in here, but no one answered.
Both, blog and forum are UTF-8, so this can't be the problem. |
Quote:
|
I don't seem to have the same strings in the Readme on my template for the comment system. Anyone wanna take crack at telling me what strings I'm suppose to replace?? I'd really appreciate it....
index.php HTML Code:
<?php get_header(); ?> HTML Code:
<?php // Do not delete these lines |
I am going to update to WP 2.7 now, and see how it works (Running vB 3,7,2)
|
Working great as far as I can see with Wordpress 2.7 - still updating the site here www.ozsource.org if you want to see it working.
Thanks for all your hard work Jafo. Great Stuff. |
This plugin seems like exactly what I need.
However, the only part of it that I really need to function, is syncing the users so they only have to login once. If I start out in the forum, then click a link that takes me to the WP blog I can view the page just fine. But when I click on comments to try to leave a comment a "404 page cannot be found" error shows up. Any help would be appreciated. the blog site is: www.fatguysports.com/wp (because it's still in development, when it's finished it will move to the root) , forum - www.fatguysports.com/forum |
I also only want it bridge users/groups as I will not be posting to my forum or posting comments outside the standard Wordpress comment system. How would I go about this?
Your installation instructions tell me to do all kinds of things and enter all kinds of data but it's overkill for what I want this to do. I simply want people to be able to leave comments or post on our community blog (based on their vB group). Any assistance would be appreciated! |
Quote:
|
Is there any way to display online users (both from vbulletin and wordpress pages) in my homepage (which is the blog) based on cookies from vbulletin:)?
|
Lesterchans WP-UserOnline 2.40 should do it. http://lesterchan.net/portfolio/programming/php/ Some great wordpress plugins there.
|
Unexpected charset conversion pbr between Wordpress and vBulletin.
(I use Wordpress 2.7 but had also the pbr with 2.6.) vBulletin (running for years) is using ISO 8859-1 and i had trouble with charset when publishing Wordpress post to vbulletin. Wordpress was configured for UTF-8 and i had to convert WP tables from UTF-8 to ISO and to set the charest to use into both wp-config.php and WP settings\reading\Charset. Now everything is *almost* running fine : - Creating a new post in Wordpress - Publishing it in Wordpress - Checking the posted version on vBulletin -> Characters with accents are OK "éàèç..." But something unexpected happens when editing Wordpress posts : - Editing a previously published post - doing some changes to the post (including Title and Post content itself) & publishing it again - Post's characters are OK into WP, Post's title is OK in vB but characters with accents are not showing anymore into post's content in vB. E.g. : - Creating a WP post with title="testing (êçà)" and content="testing (êçà)" -> Ok in vBulletin. - Opening this post into WP and modifying it : title="testing (êçà) - edit" and content="testing (êçà) - edit" -> title will display correctly into vB but post's content will display "testing (?) - edit" Copy/paste of this text in a new post and publishing it works. editing a post doesn't. Any ideas ? |
The installation instructions say:
"YOU MUST go to the options page before you do anything else. Click Options, then "Vbridge Options"." I couldn't find this but did some hunting. You must click "Setting" and there you will see a vBridge Settings link. That is where options are - at least in this current version of WP. |
KSB,
I am in the same boat. vbull 3.7.X WP 2.7 The first part of the comment addition, adding code to index, single and page .php files was easy enough, but the second part, where comment code needs to be changed to provided, I cannot id the appropriate code to replace. I am using the wp default theme. Thanks! eric |
Same here. No luck finding the appropriate code to replace...
|
Use firebug to locate the code involved:
http://getfirebug.com/ |
Great Mod.
Two quick questions. 1) Is it possible when a member logs in via the vb forums that if he goes to WP page it will show him as logged in there also? 2) Would it be possible to show PMs count (read and unread) on WP |
Quote:
|
Does it work with Wordpress 2.7?
|
Quote:
|
I have the same code as below. Any help? It's been 2 weeks since OP posted the request.
Quote:
|
The readme instructions seem outdated.
But requirements are: Stable Wordpress Version greater than or equal to 2.5. None of my wp 2.7 codes changes seem to match. |
Can someone guide us through?
|
Make sure you are editing your template files not the wordpress php files.
|
None of my 2.7 codes seem to match either
|
I think we are all OK up until part two of "IF YOU WANT TO USE VB For comments:" from the readme.
From there! Code to swap out is NOT the same in all themes. Using the default theme, line 34 of the index.php file. Swap that out with code provided in the readme. The code to swap out looks like this: <?php the_tags('Tags: ', ', ', '<br />'); ?> Posted in <?php the_category(', ') ?> | <?php edit_post_link('Edit', '', ' | '); ?> <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?> With the classic theme it is line 23 of the index.php file, and there it reads identical to the content of the readme file. In a custom theme I have the code is also in the index.php file, reads identical to the code in the default theme, the code above. woohoo! eric |
love the mod, and I want to use VB for comments as well.
Do I disable the comments on WP after inserting the codes? |
Also, Im inserting these in the vbulletin or wordpress templates? I have the new blog posts showing up in the forum, but am having a time getting the comments to work. What am I doing wrong?
|
Here is an interesting question. I'd like to use this modification on Wordpress MU but my site will only have one user table. I have multiple "blogs" but only for the admin user and nobody else. I just want to have the user directory in sync and don't plan on offering blogs to any of my users. Has anyone been able to successfully install this with MU installed with only the main user table?
Actually, I have gotten it to work. The only problem I'm having is that when the plugin is enabled, you can't login to WP and keep getting redirected to the forums URL. |
Excellent Plug-in, Jafo, thank you for creating and sharing it.
XMan, I am receiving the same issue as you are. When posting a blog article for the first time into VB, the encoding is fine. But then, when editing a WP article, all of the characters do not translate to the edited version of the blog post in VB. When WP was UTF-8, and VB was ISO 8859-1, question marks ("), the and symbol (&), and apostrophes (') converted to "?" in VB when I edited a WP post in WP. So, I decided to change both WP and VB encoding to UTF-8 (since I have read that this is more universally used), and now edited WP posts post all characters OK, except for the "&" symbol, which displays in the edited VB post as "&" Again, I really appreciate the Plug-in, and this is going to be very useful for both my WP and VB installations. I haven't activated the User Bridge or WP comment bridge yet, but I will try to activate and test this within a few days. For now, I love the fact that my WP blogs post in VB, and that when I edit a WP blog post, the edits appear in the same VB post as well, without impacting VB replies to that bridged WP article. Khashyar Quote:
|
I have installed Wordpress and vBulletin in two different MySQL databases. WordPress is ver 5.0, and vBulletin is sql ver 4.1.
To make this work, do I have to combine the two databases? Any tips on how to go about doing that? Which database should be the combined one? Thank you! |
Hi Cadre,
I have wordpress and VB in two seperate MYSQL databases (I believe that is standard)... As long as the databases are in the same domain, then you should be fine. It's a pretty easy install. Khashyar Quote:
|
Hi Everyone,
Again, I appreciate the effort that went into this plugin, and that Jafo is sharing it with all of us. Everything seemed to be working fine with VB Bridge installed, and WP posts are posting correctly into the VB forum I chose. However, today, I just noticed what I think is a bug: I also have "My Category order" plugin installed in WordPress (so that I can change the order of my categories in WP), but when I tried to change the order of categories again (after VB Bridge was installed), I received this error in Wordpress: Quote:
I "Deactivated" the WP/VB bridge plugin to see if it was the casue of the error, and the error went away when I did. My temporary work-around is when I want to change the order of categories, I deactive the WP/VB Bridge plugin, change the category order through "My Category Order" plug-in, and then reactivate the WP/VB Bridge again. So, the two errors that I have found so far are: 1) WP/VB Bridge changes the reference to the database name in Wordpress (to the VB database name) without changing it back to the Wordpress database name after the WP/VB Bridge plugin is finished with its process. 2) When a post is edited in Wordpress, some characters do not import correctly into the corresponding VB post. I do appreciate this plugin, and thank anyone who can help find fixes to these two bugs. Khashyar |
Quote:
|
That is odd, Azz.
I haven't modified any code in either software. I wonder if this particular error is a result of the WP theme that I chose (I believe that each theme has its own corresponding .php files. Are you experiencing the same edit issue that Xman and I are where some characters don't migrate correctly to VB? Khashyar QUOTE=AzzX;1698889]Using the exact same wordpress plugin here www.ozsource.org but not experiencing that issue. A strange one.[/QUOTE] |
All times are GMT. The time now is 01:02 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|