![]() |
Any updates?
|
i got it to work with WP 2 on slashgear.com, let me clean up the code and release it here
|
You´re a star!!
|
Any news on this one?!
Would be great to get this work with vB3.5.x & WP2.x Tobi |
Quote:
Any chance you can post your code? |
is there anyway to integrate the forum header as the wordpress header as well ?
|
Quote:
|
Quote:
wordpress is geilomat :P |
I need help! I get the following error:
WordPress database error: [Unknown column 'vb_threadid' in 'field list'] UPDATE wp_posts SET `vb_threadid`=2968 WHERE `ID`='43' Warning: Cannot modify header information - headers already sent by (output started at /home/colleg11/public_html/daily/wp-includes/wp-db.php:98) in /home/colleg11/public_html/daily/wp-admin/post.php on line 220 Despite that error, the post still goes on the blog and the vbulletin board. However, "comments off" always remains, and even going to leave a reply when clicking on the post does not lead the approproate vbulletin thread. Any help would be appreciated. |
never mind, i fixed it..
|
I got a little impatient for an update, so I started hacking this myself into WordPress 2 / vB 3.5.
Everything except the comments RSS feed works so far. Any ideas? |
hey scruffy will you share see your hack code? maybe the group can work out the RSS too
|
Sure, check the attachment. I used Beyond Compare to find the differences between my hacked files and the originals, so if I missed anything, give me a shout.
|
Quote:
I did exactly what you had in your instructions, but i end up with this error: Code:
WordPress database error: [Table 'gamerene_wp.user' doesn't exist] |
I'm still a MySQL noob, but it looks like vB and WP are in different databases...?
|
installed using your hack ^^^ and very impressed.
please keep us updated of any progress! |
This works well for me VB 3.5.4 and WP 2.0.2. Some bugs:
The attached version fixes the first problem. It would be great to see the others fixed and the whole thing packaged into a proper WP plugin. |
I would love to see this ported to plugins for 3.5.
|
OK, I just did a bit more to this. I've tested a few different methods of creating blog entries, and these are known to work as expected (the entry's status options were set to 'Draft' unless otherwise stated):
Does not create thread (vb_threadid = NULL)Each of the above tests were done on a fresh entry, and just to confirm that no duplicate threads can be created by the same blog entry, I did a rather important check: Updates threadAlong the way, I removed some parts of the queries which made the first post jump to its chronological place in the thread whenever the blog entry is edited. I've totally ignored the 'Private' post status so far; I hope it doesn't need a whole new bunch of queries. |
Is this an update, or were you just telling us your progress?
Cheers PS: Anyone notice funny characters come up in the VB forums when you post an image in the WP entry? e.g maxps3.com Thanks! Quote:
|
Does WP and VB still have to be on the same server with this hack? I've got the site and the forum on different servers, but I'd like them to connect.
|
They need to share the same database, but don't need to have any URLs in common, so they could be at different hostnames or something.
|
second that, I'd love to see a plugin/product for proper integration of WordPress 2.0.* into vB 3.5/3.6
|
Hi
Please help me with this..... I have vb3.5 up and going and I have wordpress up and going. Yes I would like to bridge them. What do you mean "they have to share the same db" How is this done? Can I do it and not have a mess on myu hands? Any help is appreciated |
This means that WordPress and vBulletin must be installed on the same database. If they are, then you've already overcome a major hurdle :B
|
Quote:
|
I get this error under each Comments part of the "Manage" tab in WP admin:
Quote:
|
Will this be updated for 3.5x?
|
Quote:
|
Anyone that can help me with my error - https://vborg.vbsupport.ru/showpost....&postcount=147 ?
|
Quote:
Database Changes: I have added a new column in WordPress? posts table to maintian the vBulletin thread id that will be automatically generated for the blog entry. Note that the table name prefix might be different from your WordPress table settings: Code: ALTER TABLE `wp_posts` ADD `vb_threadid` INT(10); |
I have this installed with WP 2 and VB 3.5.4
The only issue I have is saving an edited post creates another thread in VB. Also I do not use the moreflag in any posts but want to shorten the quote on the forum how do I do this (a complete PHP noob!) |
OK got around the moreflag problem.
I deleted all references of Code:
$moreflag = strpos($content,'<!--more-->'); Code:
$moreflag = 500 Now just the problem with Saving edited blog entries creatign duplicate threads in VB :( |
If it keeps creating a new thread, you must not have added the new column called 'vb_threadid' on the 'wp_posts' table. Check the first step of this hack called 'Database Changes'.
|
vb_threadid exists - everythign else works just this is the only problem.
I am using the file posted by endquote https://vborg.vbsupport.ru/showpost....&postcount=137 |
To point out my VB and WP databases are seperate but I used
Code:
$vb_dbprefix = 'st_vb.'; //vBulletin database prefix |
Quote:
|
Quote:
Quote:
|
oh, actually i take it back -- mine is not creating a *new* thread every time, it adds a post to the existing thread!
@ blazeD1: oh ok, my bad |
<font color="Red">FIXED NOW, THANKS.</font>
Hi all, when writing a new post I got this error: Warning: main(/home/whichpco/public_html/wp-includes/vb3-settings.php): failed to open stream: No such file or directory in /home/whichpco/public_html/wp-admin/post.php on line 3 Warning: main(): Failed opening '/home/whichpco/public_html/wp-includes/vb3-settings.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/whichpco/public_html/wp-admin/post.php on line 3 Any ideas? Any help would be appreciated. P.S. WP - 1.5.1.3, VB - 3.0.8 Thanks for your time. |
All times are GMT. The time now is 08:36 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|