![]() |
Quote:
|
Quote:
|
In any case, I'm extremely interested in seeing this mod updated, rather than having to move stuff around - it's *so* close to working beautifully, but just needs to be updated is all.
|
I'm 100% behind you on that. Perhaps someone will step forward and ask the original author to all them to take over. The Author hasn't posted on dot org for a few months and haven't even logged on for the past month (at this writing).
He seems to have abandoned this mod. |
I couldn't get the Author links working the way the Mod Author laid it out in his Readme. But, using his concept I found a way to change the Author links to link to their VB Profile, but it only applies to users that use VBSEO to rewrite member profile links to: username.html.
Here's what I did: NOTE: since I'm running VBSEO this method applies to VBSEO users. VBSEO rewrites the member profile links on the fly. So instead of www.yourdomain/forum/members.php?u=1075 being a link to a member's profile VBSEO changes it to: www.yourdoamin/forum/members/username.html. So, here's what I did. First I went to the various post and page php pages in my WP Style and changed the coding that said: Code:
<p>Posted by <?php the_author_posts_link(); ?> on Code:
<p>Posted by <a href='http://www.mydomain.com/forum/members/<?php the_author(); ?>.html'> <?php the_author(); ?></a> on If you're not using VBSEO, you'll need to find a way make the Mod Author's instructions work to pick up the member number and use that to create a userID generated link. I just couldn't get his instructions to work for me. Again, I realize this shouldn't be necessary to do this way, but hey, it works. So I thought I'd pass it on. Alternatively, if you can't get this to work -- a fall back workaround idea is to change "the_author_post_link" to "the_author" and you'll keep the username but lose the broken link. |
When I open the media Uploader i get this message "Are you sure you want to do this?".
What can i do?. Please |
Quote:
When I log in as my vb-user account (admin btw) it shows up fine on the forums. If I log in as the wordpress admin and make a post, it shows up as my "designated alternate" in the forum. I enabled that in the WP plugin. Vbridge Settings VB User ID: 2857 VB Username: Slyph BUG REPORT When I try the quick post option in the WP-ADMIN -- it shows up on the blog but not in the forum. Using the regular posting method works fine. |
Quote:
|
Quote:
|
What would i have for the setting if i had my forum & blog as a sudomain I.E.
forum.yourdomain.com & blog.yourdomain.com Can you help please. |
Quote:
|
hi... where can i find comment.php?? the comment.php in my custom theme doesnt have the texts to find...
|
I am getting this error, when trying to post an article.
Warning: require_once(DIR/includes/functions_newpost.php) [function.require-once]: failed to open stream: No such file or directory in /home/www/xxx.net/forum/includes/class_dm_threadpost.php on line 18 Any idea, what to do is? |
1 Attachment(s)
Big Thanks Jafo for the great great plugin !!!
OK, I saw lot's of posts asking for login/logout/avatar etc for wordpress and I needed the same and couldn't find one and so I coded one with my limited php knowledge here it is for you guys... Credits: Basically, this is a simpler version of this plugin: Name: Deluxe vB User login and access control on non vB pages URL: https://vborg.vbsupport.ru/showthread.php?t=173698 I do not wish to take any credits from the original author - Billspaintball and all credits go to Billspaintball. Code: Code:
<div> Just copy-paste that code into your template where you would like to display the login/logout/register box. Style it as per your theme. Note: The forumurl which you configured while installing vbbridge should not have a trailing slash e.g. http://www.mysite.com/forum.In case it does, then remove / from the code after each $forumurl occurence. Screenshot: https://vborg.vbsupport.ru/attachmen...1&d=1248020788 To Do: Presently after logout, it redirects to the forum logout screen. It would be nice to redirect the user back to the same page. Other: You can check the original plugin and also add some more advanced features to the login box e.g. new posts since last login. |
For those of you getting the login blank page for Wordpress go to VB Options on your board and change the cookie setting to / has to be / for it to work. Pulled my hair out over the issue and now it works.
|
Thanks for this plugin. I'm looking to integrate my blog and forum and hopefully this will help me do so.
|
weird problem... I set up a certain user group to be authors and they can login and post and everything... but the author always comes back the same - the vb user with id of #1... even me now, when I post as my vb user/login it comes up as vb user id#1... anyone have any idea wtf is going on? lol
|
Quote:
The only way I've found around is to manually change it in the WP database after the fact. Obviously, not a good work around. |
can anybody help me where to find comment.php please??
|
This sucks.... willing to pay for a fix.. I posted it on https://vborg.vbsupport.ru/showthread.php?t=219141...
|
anyone know why images postesd in WP dont trasnlate properly over to the forums
|
Quote:
|
Help - not working.
Here's what I did. 1) put functions_vbbridge.php, functions_wysiwyg2.php, and vbbridge.php into the wp-contents/plugins directory. 2) set vb user id and vb user name to guest, forum ID to Comments, forum to http://wpvbtest.dnsalias.com/forums, relative path to /forums, plugin on, utf-8 yes, auto-integrate no, post articles to forum yes, excerpt forum post no. 3) created user guest in vb, created forum Comments 4) did not map any user groups in Users vbridge settings 5) posted on wordpress - found nothing in comments forum 6) created and logged on with new username in vb, went to wordpress page, tried to log in with same credentials, nothing. checked wp - user not there. Is this correct? I expected the post to show up in vb, and the user to show up in wp. Neithet happened. No errors anywhere that I could see. Thanks! Austin |
Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /home/ferrari/public_html/blog/wp-content/plugins/vbbridge4.01.13/vbbridge.php on line 40
I get that error. Can someone assist me? Thanks |
Quote:
|
In the install instructions after activating the product in the Wordpress Plugin section, it says YOU MUST go to the options page before you do anything else. Should this Option Page be listed under the Installed plugins? I'm having trouble finding the Option Page Link. I am using Wordpress 2.8.2. Do I need to use an older WP version? Thanks.
|
Quote:
But the one you're looking for during the set up is under Settings section of the WP Admin. |
Quote:
I looked at the mod that you used to create this coding and found the following known bug: Will not display Avatars correctly if they are kept in the file system (database avatars are fine) I'm guessing this is why avatars doesn't show when I use this. All the rest of the items in this addition work great, however. I found this fix in the mod you used https://vborg.vbsupport.ru/showpost....4&postcount=27 But I haven't been able to make this work. Can you help with this? PS. I'm using a PHP Widget that lets you put PHP code in a widget just like you can put HTML in a Text widget. It's called Samisaren PHP Widget. This works great for inserting it into a sidebar without having to hard code the template. |
I am trying to use the resetvbbridge.php to reset everything but it isn't working. I uploaded my wordpress directly into the public_html, but when I try to activate the resetvbbridge.php file it gives me this error.
Quote:
And additionally I am doing this because after installing, whenever I try to login to my Wordpress admin it says "You do not have sufficient permissions to access this page." |
Installed...but getting this when trying to post a comment via WP
Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'sanitize_url' was given in /home/martyn83/public_html/games/wp-includes/plugin.php on line 166 Warning: Cannot modify header information - headers already sent by (output started at [path]/includes/class_core.php:3277) in /home/martyn83/public_html/games/wp-includes/pluggable.php on line 850 |
1 Attachment(s)
Hi
I have a custom theme in my WP-installation called ProPhoto2. In this theme the comments.php that should be edited according to the readme.txt looks nothing like an original theme, and I therefore beg for your help to identify the parts that need to replaced, and with what, to have commenting in VB. I have enclosed MY comments.php and also the readme.txt for anyone who wants to give it a try. Thanks in advance! /patrick |
Hi All!
I have tried out this mod, and it's awesome in many ways! I didn't turn on the full integration since I didn't see any use for it, since the only thing I actually want is to make it possible for the readers of my blog to discuss selected objects in the forum. This meaning, I actually don't NEED to re-direct all comments to forum, but want to give the readers an option to discuss subjects I chose to publish in the forum. This mod provides ALL that, in a very neat way, EXCEPT the possibility to add a small link in the bottom of every affected post - saying something like the subject, and redirecting the user to my forum. Anyone have an idea on how to acomplish that? /Patrick |
1 Attachment(s)
This mod still has a userid issue. Allow me to explain it as clearly as possible, as there has been no good explanation of how to fix this issue.
I installed a vBulletin installation first, and users joined. I then added a wordpress install, and after installing everything correctly, mapped users and turned on auto-integrate. Some time after that, there were userid issues. I, "SABRSox" (with ID #1 on vB, and ID #2 on Wordpress [as "admin" is ID #1 on wordpress]) write a story on the blog and publish it. When I go on to my blog, the post shows up as having been written by the guy who has ID #2 ("Zoso") on vB. Now, that's the only place there's a problem. On vB, it shows up as "SABRSox" having written the article. And when I go to edit the post in wordpress, the correct author ("SABRSox") shows up. I'm including screen grabs so we can finally have a real discussion about this issue. It seems like there's probably a simple fix, I'm just at a loss to where it's at. |
1 Attachment(s)
I'm having a problem with comment integration.
I was using the Arthemia Wordpress theme with vbridge and everything worked great. I changed my theme to Arthemia Premium and I can't get the comments to work. When I change the code it breaks the layout and no comments appear. You can see it working here. http://www.remodelcrazy.com/forum/forumdisplay.php?f=19 http://www.remodelcrazy.com/ Here is my comments file for the theme, if anybody could help me with would be great. |
1 Attachment(s)
I found the difference that is breaking the layout.
A missing closing div - So I added it (tried many locations) it fixes the layout but the comments don't work. It says #of comments, but doesn't display them, displays 'Comments are closed.' I can post a comment, it gets posted in wordpress comments the comment count increases but still doesn't display. Here is the output from the standard comments page and one with the vbridge code inserted. Hopefully this and my first post somebody can figure this out. I'm going in circles. |
Wow. I think I hosed my site.
I went through every step meticulously, and got my WP to post to my VB. The test post worked. I then mapped my user groups. Everything was ticking along fine. I turned on Auto-Integration. So far so good. Then I logged out of my admin account and into my vBulletin test account, and posted a test post in an article. It worked. The post showed up in Wordpress, though not in vBulletin. No big deal though, since I simply want my vBulletin users to be able to use the Wordpress front page. So I thought I'd see what happens when I click "log-out." The screen went white. Nothing there. I went to my Wordpress Admin panel, and clicked reload. The screen there went white too. Hmmm... I deleted both functions.php files and then reloaded them and it restored the site. Basically, it appears that if I log out of wordpress, I crash the entire site? Or is it just a local cache thing? Any insights? |
same thing just happened to me
now what? I cant even get into wordpress |
It's a shame this mod has so many issues.
I cant turn comments off. If I could, I'd quite happily leave it running, as most of my issues seem to centre round the comments. But no amount of disabling will remove them. Which is a real shame! Might think about doing the same as other posters, removing it til it's stable |
Quote:
|
Whenever I attempt a test post before I turn the auto-integration on I keep getting this error
Code:
Warning: require_once(./includes/class_dm.php) [function.require-once]: failed to open stream: No such file or directory in /home/pshkabo1/public_html/wp-content/plugins/vbbridge.php on line 113 |
All times are GMT. The time now is 07:22 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:
|