![]() |
Has anyone been able to integrate this inline into a wordpress theme as advertised?
|
hi, im getting frustrated... i get this error when i go to mysite.com/blog/wp-content/plugins/vbbridge.php :
Code:
Fatal error: Call to undefined function: get_option() in /home/(path)/html/blog/wp-content/plugins/vbbridge.php on line 39 i did all the hardcoding of forum paths as stated above |
Hi
Have a doubt here.. My vbulletin url would be forums.domain.com and wordpress is installed in domain.com What should i enter in Relative Path??? URGENT HELP NEEDED. |
Hi, when I write a post in Wordpress, the same post is published on vbulletin but the html-code (<a href, <b>, ecc..) isn't replace with vbulletin-code. Could you help me?
|
Anyone get this to work with v2.3.1? i want to upgrade but i'm holding back at the moment.
|
I'm still very interested in this, may have to install it on a test board.
I'm a little concerned in the duplicate content posted on the blog and the forum, I haven't looked at the settings, but maybe you can edit the reposted text. cheers |
Quote:
|
Fabulous! I love how this works. I had to do the following tweaks to get it working with vb 3.6.8 and WP 2.3.1
Putting in so many of the paths as absolute seemed over-kill but it made it work! All systems go! |
Quote:
An example is as jaffo posted:http://www.jeffsrecipes.com/ LBS |
Quote:
I've setup my WordPress templates to use vb for comments so once you click on "Add your comment", you are taking to a vb page to add the comment. Once the comment is submit, the user is taken to the vb thread. I do wish this could be tweaked to route the user back to the WordPress article. |
Quote:
Make sense? LBS |
Quote:
Is the inline suppose to be possible? |
Quote:
|
Quote:
thanks |
Quote:
|
I was hoping someone could show me how this is working? Like may I get a link to your working install?
|
Full working version here:
www.misticriver.net it is nice to post news on the front page of the site and have a thread automagically started in the forums or choose not to. Wordpress is sooooo much better as a news/blog frontend than vBAdvanced and soooo much more scalable. This is an excellent mod but does need some attention to get it working. |
Quote:
can you expand a little on this auto thread ? Can you have it just post a snippit of the blog post ? I'm just concerned in duplicate content. |
Quote:
Basically you if you create a blog post you have a list of forums with which to select where you want the blog post to show up. There is a default forum as well so if you do not select, it will go into the default forum. There is also a checkbox which gives you the option to not have your blog entry posted in the forums. I was concerned too about duplicate content so if I post a blog entry and it's going into the forums for discussion, 98% of the time I disable comments in WordPress for that entry since we'll be discussing in the forums. To my knowledge, you have to post the entire blog entry. I don't believe you can post just a snippet. We are absolutely loving it! |
|
Quote:
nice layout mist |
Quote:
it looks great I'm trying to get this working on my blog www.vbulletinsetup.com but I get the blank page on post.php error. Same thing if I disable plugins, going to check my server log right now. this is in the error log as far as the instructions, I'm to the test post part. oh. I see whats up.. okay, attempt #2 :D |
Hi Guys, thanks for and to this fantastic plugin!!
How can i insert 2 or 3 forum to post into?------ "Select forum to post to" like in the attacched image. In vbridge options i can specify forum ID. How can i specify more ID? Thanks. |
Perhaps there is a problem...
Fatal error: Call to undefined function: fetch_foruminfo() in /var/www/virtual/mysite.com/htdocs/wp-content/plugins/vbbridge.php on line 480 I've found it with Firefox, on right click, "Source Code".... on the post-new.php page |
Quote:
|
Quote:
I fixed that by adding a require_once for functions.php (right after the require_once for functions_misc.php around line 473 of vbbridge.php.). Of course, why is that necessary on one site and not another with exact same versions of vb and wp??? Now I'm getting: Call to a member function on a non-object in <b>/home/strategy/public_html/forums/includes/functions.php</b> on line <b>1029</b>. Yet to figure out a fix. |
One question, Is there is a way that I could make a section in the forum were when I make a topic, it will post it on Word Press? And any comments posted in vbulletin will automaticly be placed in Word Press as well? Nice hack.
|
Quote:
Has anyone experienced a bunch of question marks (??) in between characters of posts in Wordpress since installing the mod? Research says that its due to encoding not being UTF-8 .. Has anyone else experienced this? |
Okay I guess I enjoyed the mod to early :( If I activate the MOD I can't write any post since I get a blank page after submitting :( Works fine if I deactivate the MOD...Any solutions for this? Seems like the userbridge worked fine.
|
Quote:
then identify a forum to post to... take a look at my settings in the attached photo |
I am getting this error at the bottom of write post page when attempting to try my first test post:
Quote:
Quote:
|
Yay, after 45 minutes I got it to work with 3.6.8 and 2.3.1
|
So what do we need to change that it works buddy?
|
Quote:
|
Just a note, I am working on this plugin this week. I have already addressed many of the issues here and believe I have fixed most.
While I am at it, I am adding support for multiple databases (i.e. wordpress in one db, VB in another).. Unfortunately, there seems to be a new function in either VB or WP (guessing WP) called sanitize_url. It causes conflicts and fatal errors when posting. I have rectified the issue by creating a clean version of functions_wysiwyg.php where just the function name (and its calls) are changed. I saw no other way around it. I also am hoping to add support for posting via xmlrpc, i.e. Microsofts Live Writer and other such applications.. I will be working on this off and on during the week. Hope to have something for you all soon.. |
Great news!
|
Quote:
if you achieve this then you will certainly be sent a donation this is absolutely superb news and I shall eagerly await great stuff |
Fantastic news Jafo, thanks for this great work :)
|
Well, I will have a BETA up in my forum tomorrow. I have been running tests on it, but want to try a few fresh installs. Had to update some of the template edits (nothing too major).
I am almost positive it is multi-db capable, however the entire stumbling block on this to begin with is not so much with the scripting, as it is with certain installations of PHP from which I understand only allow one connection to a database per instance. This may be for older installs as I do not seem to have the issue on the latest PHP5.. As for the xmlrpc feature, I seemed to have gotten that to work too, with a hitch. It requires that you change users passwords in WP via the admincp before it will work. Probably would require a VB plugin to work around that, and honestly, I am not sure if there is such a demand... Basically, the issue is, WP just takes the password and runs it through md5() and saves it. Vbulletin on the other hand does an md5(md5(password . salt)) save.. Rather tricky on how to get the real password. I can only guess a plugin that will grab the users password via VB when they login and save it md5() to the WP database.. Well, that is all for the future.. I have a couple testers for tomorrow that will hopefully find any bugs that may be in the new code.. |
Another good news thanks :) I can do some test if you want as I have finished my wordpress theme and it should be working now :) Is there also a way to use the wp categories to post into different forums?
|
All times are GMT. The time now is 06:09 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:
|