![]() |
Quote:
Anyone else? |
Quote:
hahaha sorry that was the best i've read :).One thing i've learn form these hacks after 2 hours of trying to figure something out that don't work i just leave it alone. But i'm glad you got it working.;) |
That is pretty funny :)
I am currently on a rather large project for another vb.org member and then have another one lined up after that, but then I promise I will revisit this hack and see what I can come up with to make it easier for the rest of you.. I have never had too much trouble writing code, but documentation is obviously not my strong point.. |
Am I the only one to suffer such an issue? I get this:
Fatal error: Cannot redeclare sanitize_url() in /XXXXXXXX/forums/includes/functions_wysiwyg.php on line 44 when I try to make a new post shortly after installation. |
I get this at the "Write Post" page
Quote:
Quote:
Thanks |
in my case, i am using wp 2.3.1 and vb 3.6.8, and when i hit save or publish or save and edit later i get a blank page wp-admin/post.php...
any ideas? |
Check your server log to see if it returns an error there..
|
I dont get any messages about this in my error log
|
is this mod is working fine ?
|
no its not
|
I have the same errors as JirQUEST and Blackhat.
|
Quote:
Quote:
If this is supported then when will we get answers :( |
Quote:
|
Quote:
Edit; Did not work. |
I'm using WP 2.3 and Vbulletin 3.6.7.
I have been stuck on this issue for weeks now. |
At least you get some errors...i wont get nothing:D
I get a blank page when plugin is active and i try to publish something If i have integration to enabled i get a blank page everywhere, i did it and then had to delete the plugin to make wordpress work again! Any answers in these problems? wp 2.3.1 (fresh install{i did upgrade but then had issues so i went for a fresh one)) vb 3.6.8 |
Just for kicks I even installed 2.2.3 with no luck...
|
Quote:
I also had fresh copy of WP 3.2.1 Where is Jafo232 ??? |
OK, on WP 2.3.1, vB 3.6.8, pretty much fresh installs, and I was getting the line 466 error, and the re-declaration error. I got rid of the line 466 error by replacing $vwd with the fully qualified path to my forum directory.
I also commented out line 400, as recommended earlier, the path to a now non-existent wp file. Then I got the same thing as Blackhat. Quote:
The addition to WP is noted here: http://trac.wordpress.org/changeset/6183 Open up the following 3 Wordpress files, and replace instances of 'sanitize_url' with 'wp_sanitize_url' /wp-includes/default-filters.php /wp-includes/formatting.php /wp-includes/widgets.php Party. EDIT: Mebbe don't party yet - the auto-integrate seems to not be working properly vis-a-vis having a single sign-in for vB and WP right now, so I've turned it off for now, will report back once I've taken a closer look at it over the weekend. Everything else seems to function smoothly, it creates a post on the blog and starts a thread in the appropriate forum, so far. |
Hey man thanks for that I am going to try that out I dont care much for the integration as it posting it in the forum so the users can discuss it there.
|
What format did you use when adding the full forum path? I can seem to get it to work with
home/XXXXX/public_html/forums/includes/functions_misc.php public_html/forums/includes/functions_misc.php forums/includes/functions_misc.php |
Thanks Viverridae,
That worked perfectly! Eric |
Quote:
/home/fhlinux165/c/cannabismongoose.com/user/htdocs/forum As I hardcoded the paths further on, I commented out line 43, making it: Code:
// $vwd = getcwd(); I replaced line 350, which was: Code:
require_once($vwd . '/includes/class_bbcode.php'); With: Code:
require_once('/home/fhlinux165/c/cannabismongoose.com/user/htdocs/forum/includes/class_bbcode.php'); As WP no longer contains this file in 2.3.1, I commented out line 400, making it: Code:
// require_once(ABSPATH . 'wp-admin/admin-db.php'); I replaced line 466, which was: Code:
require_once($vwd . '/includes/functions_misc.php'); With: Code:
require_once('/home/fhlinux165/c/cannabismongoose.com/user/htdocs/forum/includes/functions_misc.php'); Obviously, replace /home/fhlinux165/c/cannabismongoose.com/user/htdocs/forum with the path to your forums returned by the attached DirPath.php script run in your forum directory. *I'd note that before I hardcoded the paths, I did try to change line 43 to: Code:
$vwd = '/home/fhlinux165/c/cannabismongoose.com/user/htdocs/forum' Cheers. |
Thanks :)
I replaced line 43 Quote:
Quote:
I also get this error when looking at the source Quote:
|
@ Blackhat: what versions are you running?
|
Is this product still supported?
|
Quote:
NVM After merging the VB DB into the WP all is ok .. SO far.. Running into the same issue as blackhat, but havent completed the install just yet .. Will post back soon enough.. |
Well .. Seems to work just fine as stated in the coders first post and with the help of 2 X Viverridae from his posts above.. I'm using VB as the commenting system also and this works with no problems. Its a bit clunky in that I'd rather see the VB portion somehow inline with WP rather then taking you completely to the VB forums interface and leaving WP totally..
Other than that no problems.. Anyone have an idea if what I'd like is possible? Any coders want to take a shot at it? PM me.. I've got a fresh WP and VB install so its not too much to mess with. Thanks anyway .. LBS |
I have a problem. When I choose "post an exerpt" in the forum, the link to actual post in the blog doesnt show up, instead the link as <a href"" in the link. I am not sure what I missed. Could you help!
You can check a sample post here: http://www.scorechase.com/vb/showthread.php?t=6742 As you can see the continue reading doesnt show up as a valid link to the actual post. It works fine if I take the exerpts off. Thanks |
How did you get the inline comments to work? My install wants to take me to the forum to view the comments. How can I have them show up in the post/blog.
|
I installed the latest version of Wordpress (2.31) and vBulletin (3.6.8). And I made the changes that "2 X Viverridae" suggested and the errors are gone. However I can't see any forums when hitting write therefore I can't post. Anyone have any ideas?
NM, figured it out! |
Quote:
|
Warning: require_once(/includes/class_bbcode.php) [function.require-once]: failed to open stream: No such file or directory in /home/bnthold/public_html/blog/wp-content/plugins/vbbridge.php on line 350
Fatal error: require_once() [function.require]: Failed opening required '/includes/class_bbcode.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/bnthold/public_html/blog/wp-content/plugins/vbbridge.php on line 350 got this error resently O_o dono what how that happen |
Problem I'm having - maybe someone who uses this plugin can help...
I want stories to be moderated, so that I can edit any typos etc that they've missed. If a user is set to contributor, they submit their story for review. However when I approve it, it shows up under my name. If same user is set to author, they can submit their story but it automatically posts it on the forum & site, so I'm unable to make typo changes. Any help? :) Thanks |
Blue_Fusion: Try changing that line 350 to:
require_once('/home/bnthold/public_html/blog/includes/class_bbcode.php'); You may have to throw /forum in there after /blog or whatever your forum folder is. If anyones still having that line 446 error lemme know and I'll provide a guide to fix it - however I did it with WP 2.3 as opposed to 2.3.1 so it may not be 100% |
Wings, I'm still having problems getting beyond the errors on line 466, so fire away and reply here or send me a personal message.
|
marcus for the line 466 errors try this: https://vborg.vbsupport.ru/showpost....&postcount=633
|
This mod looks really useful and exactly what I have been looking for, but I have one problem :( My Wordpress database and vBulletin database are separate. Is there any one that can assist me in modifying this mod to read from both databases. Failing that, how is the best way to join the two databases into one??
Thanx in advance -PB |
Hmmm, I think I'm going to stick at the 2.2 level until this hack is fully working with 2.3.1
Or play around with it on my test board and see if I can hack it together to work properly. |
Alright for the 466 errors you gotta hardcode the directory data. For this example, I'll say our forums are on:
/home/joesmith/forums Line 41 change: Code:
chdir($_SERVER['DOCUMENT_ROOT'] . get_option('vbb_VBRPATH')); Code:
chdir('/home/joesmith/forums'); Code:
$vwd = getcwd(); Code:
$vwd="/home/joesmith/forums"; Code:
chdir($_SERVER['DOCUMENT_ROOT'] . get_option('vbb_VBRPATH')); Code:
chdir('/home/joesmith/forums'); Code:
require_once($vwd . '/includes/class_bbcode.php'); Code:
require_once('/home/joesmith/forums/includes/class_bbcode.php'); Code:
chdir($_SERVER['DOCUMENT_ROOT'] . get_option('vbb_VBRPATH')); Code:
chdir('/home/joesmith/forums'); Code:
require_once($vwd . '/includes/functions_misc.php'); Code:
require_once('/home/joesmith/forums/includes/functions_misc.php'); |
All times are GMT. The time now is 07:50 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:
|