![]() |
You just use that same database. When your asked what the database information is to install Vbulletin, use the same information you used for wordpress (or vice versa).
|
Well, that sounds easy enough....thanks!
|
it looks good . i will try it
|
There is a slight problem on this mod. It doesn't seem to work through xmlrpc as well as the following:
Create a new WP post. Save and Continue (instead of publish). Publish. For some reason, it doesn't create a new vB thread when a WP was previously saved. posting via xmlrpc doesn't create a vB thread either. |
Does it work, when my blog is at:
bloag.mydomain.org and the forum is as mydomain.org :confused: |
Quote:
|
I'm having some problems getting the comments part to work. Everytime I call for the Comments_Handler, my page gets blank. Currently, I have it like this:
Code:
<? $vbridge = Comment_Handler($post->ID); ? > Thanks in advance. |
You say you do it like so?
Code:
<? $vbridge = Comment_Handler($post->ID); ? > |
Hm, my bad. It's ?> alright, guess that space just came out of nowhere while pasting. Either way, that wasn't the problem before.
|
What does your servers error log say when you get a blank page?
|
Hi Jafo,
I am a little unclear on the section of if you want to use VB for comments. The first part was easy, but the second part where it says find this code or similar code, there is really nothing too similar. So the closest I could guess on was to start right under where it says <!-- You can start editing here. --> in comments.php and replaced everything down to </ol> However this did not work, it resulted in an error Parse error: syntax error, unexpected T_ELSE in /home/madoshi2/public_html/crankyassgamer/wp-content/themes/default/comments.php on line 68 I tried replacing more but getting similar errors. I have reverted the comments.php back to its default for right now. But how much exactly are we supposed to replace, and did I even start replacing at the right spot? The posting part is working fine. Latest download of WP and VB installed. Thank you! |
Aha. Just noticed it.
Code:
[25-Jul-2007 16:05:30] PHP Warning: require_once(/includes/class_bbcode.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in c:\domains\caliburn-l2.com\webroot\news\wp-content\plugins\vbbridge.php on line 350 Code:
require_once($vwd . '/includes/class_bbcode.php'); Code:
$vwd = getcwd(); EDIT: Well, resolved that. But now I get Code:
Class 'vBulletinHook' not found in e:\domains\l2aethernia.com\wwwroot\forums\includes\class_bbcode.php on line 2397 |
You may want to put this near the top of the vbbridge.php file:
define('DISABLE_HOOKS', true); See if that makes a difference for you. |
Tried that, same error. >_<
|
Jafo,
I named the VB user the same as the WP admin user login...exactly what i wasn't supposed to do. Is this easy to change in VB?? I couldn't find anything. Thanks! |
Quote:
|
Hi Jafo,
2 questions: 1. I know this has been asked before but thougt this might have changed...is there anything out there where I could import existing comments on WP into VB? I have over 12,000 on my blog and it would be nice to have that appear in VB. 2. Before I attempt to install and configure the plugin...in case there's bad errors will it break my blog? Anything I should watch out for or DO if that happens? Thanks again...looks to be a great mod! Kenneth |
Actually, anyone who as successfully installed this mod, would someone be willing to let me know what you need to replace in the last step of getting quotes to work?
Original question Thank you! :-) |
Hey Jafo,
First of all, this looks like a great mod and appreciate your time in creating it. Now, onto my problem. I followed the directions step-by-step, and I got to the part where you're supposed to go to 'Users' -> 'vB Bridge Settings' inside of my Wordpress Dashboard. However, whenever I navigate to here, I get the following message: Quote:
Any assistance would be greatly appreciated. I am running vB 3.6.8 and the latest stable version of Wordpress. Thanks in advance for your time and assistance! |
Quote:
Code:
if ($vbridge[id] > 0) { Quote:
|
Quote:
|
Quote:
|
Hi,
I'm having some issues and I think I have the wrong values in the options page: VB User ID: This is the userid comment threads will be started with if the author is not registered with VB. Is this the VB Customer number or the license number? VB Username: This is the username comment threads will be started with if the author is not registered with VB. This is the login name to VB....correct? VB Forum ID: This is the default FORUM id where all comment threads will be posted. (Make sure this forum allows HTML). I do not know where to find this value. I get this error on the 'write post' page: Warning: vb_post_form(/includes/functions_misc.php): failed to open stream: No such file or directory in /home/kenneth/public_html/blogtest/wp-content/plugins/vbbridge.php on line 466 Fatal error: vb_post_form(): Failed opening required '/includes/functions_misc.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/kenneth/public_html/blogtest/wp-content/plugins/vbbridge.php on line 466 Thanks! |
Ok, referring to my last post above, I got that part figured out so I wanted to let you know.
:) |
Hi,
I deleted the plugin to start over but when I try to reupload the plugin I am directed to my VB page instead of Wordpress. Obviously it's some sort of setting that was changed after the first install. Where do i fix this? Thanks. Kenneth |
Hmm, looks like you left the integration on.. The easiest way is to quickly rename your vbulletin file global.php, login to wp (you may have to refresh it twice), and then rename the global.php file back to global.php.
|
Yes. That did it! Thanks Jafo. I'm still trying to get this figured out, but I'm getting close.
Thx! |
I could use this for Wordpress MU, im going to try and get it to work.
|
I am new to this, just installed vb3.6.8 and noticed that your mod is for 3.6.7, can I still install it?
|
Quote:
|
I'm getting this error on the post-new page:
Warning: require_once(/includes/functions_misc.php) [function.require-once]: failed to open stream: No such file or directory in /home/site/public_html/blog/wp-content/plugins/vbbridge.php on line 466 Fatal error: require_once() [function.require]: Failed opening required '/includes/functions_misc.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/site/public_html/blog/wp-content/plugins/vbbridge.php on line 466 I would imagine that has something to do with the Forum Relative Path. My forums are in the main directory. I've tried several different things, including nothing at all.. What am I doing wrong? |
Quote:
|
Quote:
I tried it, and now it seems like the posts are posting to the forum, but still showing the error. |
Quote:
$vwd = getcwd(); Do as per the instructions in the limitations section (add the path): $vwd = getcwd('/some/path/to/vb'); |
The images that are included in a comment, like smilies, images/comment_arr.gif and the images/buttons/viewpost.gif are not displaying. It is because they are referencing the images relatively. Is there a way to set the references to be absolute?
|
Sure, you could.. In the template look for something along the lines of:
Code:
<img src="<?php bloginfo('stylesheet_directory'); ?>/images/comment_arr.gif" alt="" /> |
Quote:
That works, but only for the comment_arr.gif. There are other images included in this line of code Code:
<?php echo $vbridge[vb_parser]->do_parse($reply->pagetext, false, true); ?> |
That is just the page text, not an image.
|
Take a look at this post on jeff's recipes. Look at it in IE so you can see the images not being displayed.
http://www.jeffsrecipes.com/2007/06/22/recipes/general-cooking/yes-i-will-be-canning-this-year/ The last comment has 2 missing images: 1 for the comment_arr.gif and another for the smiley. It is the smiley that I would like to show. |
Probably won't work because the way Vbulletin is coded to show the relative path. You can turn smileys off by changing the last argument to false:
do_parse($reply->pagetext, false, false) |
All times are GMT. The time now is 05:17 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:
|