The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Complete Wordpress/Vbulletin Bridge - Share Users And Postings Details »» | |||||||||||||||||||||||||||||
Complete Wordpress/Vbulletin Bridge - Share Users And Postings
Developer Last Online: Oct 2022
Identical to this Mod here, but now for the Vbulletin 3.8 line.
DOES NOT WORK FOR Vbulletin 4.x This version probably no longer works for Wordpress 3.x. I have started developing this product over and have released the NEW version here: http://www.lampwrights.com/showthread.php?t=41 This mod bridges your Vbulletin users over to Wordpress. You can also use Vbulletin as your comment engine instead of the spammy one built into Wordpress. You can display the comments inline in your post. You need not use the comment feature, if your only interested in sharing users. You can map your Vbulletin Usergroups to Wordpress Usergroups and those users will then be recognized as registered Wordpress users. For example, user "Joe" registers at your forum and logs in. Joe then clicks on your Wordpress page. Joe is instantly added to the Wordpress user base with the permissions you set for his usergroup. In otherwords, if a user comes over belonging to the "Registered User" group, you can select that he is placed in the Wordpress "Subscriber" usergroup. If you change a users group from vbulletin, it will automatically change in Wordpress. Requirements:
Changelog is included in download, here is the most recent changes: 3/09/2009
Special Thanks: axisoverdrive - Debugging Help, Kyraal - Paypal Donation, Kalina - Paypal Donation, Wildcard27 - Paypal Donation, Shri - Paypal Donation, pspcrazy - Paypal Donation, Tomahoochi - Paypal Donation. If you use this plug-in, and find it useful, please support us by nominating us for Mod Of The Month (MOTM) in the top right corner of this thread, or feel free to donate. If you do install: Download Now
Show Your Support
|
2 благодарности(ей) от: | ||
m7sen, xuanhuy238 |
Comments |
#912
|
|||
|
|||
Quote:
Your help is appreciated. |
#913
|
||||
|
||||
Quote:
PHP Code:
|
#914
|
|||
|
|||
Quote:
But to be able to link to the avatar i would have to have vbb_VBURL defined right? And what about the $reply - does it need some prework before it works? I've tried inserting the code directly into my functions.php as this is how i define my comments.php, but it just shows an image of vbulletin logo and thats it. EDIT: Actually it seems everything is working except the usersid is not fetched. When i view the image, i get the correct url: Code:
/forum/image.php?u=&dateline=1258362456 So how do i get it to fetch that correctly? 2nd EDIT: I think i actually got it. I played around a bit and came up with the following (If anyone else should want to use it): Code:
img src="<?php echo get_option('vbb_VBURL') ?>/image.php?u=<?php $user = get_userdata($comment->user_id); echo $user->ID; ?>&dateline=<?php echo TIMENOW ?>" alt="Avatar" class="avatar avatar-32 photo avatar-default" width="80" height="80"> |
#915
|
|||
|
|||
Is there any update or new release for upcoming VB4 ?!
|
#916
|
|||
|
|||
I've just set up a testing environment with the latest wordpress version and VB4, and it works perfectly . So I'm guessing not much needs to be done for it to be officially released for VB4, when it comes out.
|
#917
|
|||
|
|||
anyone knows how to make this blog bridge
below is my blog http://www.mknexusonline.com/blog and below is my forum url http://www.mknexusonline.com/forum |
#918
|
|||
|
|||
Does anyone know how to make it so if posts on WP are made my diffrent person, it doesnt show up as admin/user1? Or what do I edit to change user=1 to user=xxxx?
|
#919
|
|||
|
|||
Hi everyone. I have a question. I have vbulletins and wordpress on different URLs. Same server. I see the requirements are they be on the same domain.
Will it just not work at all on different domains -- or is it just they have to login on both (if it's the latter, I can live with that). Thanks |
#920
|
|||
|
|||
Hi,
I have a problem whereby the author of a post in Wordpress is displaying incorrectly, for example: A user with a VB id 12 writes a post in Wordpress, his WP user id is 52 However it is displaying the author of the post as VB id 52, when it should be VB id 12, but it is using his Wordpress ID for some reason? Any ideas? |
#921
|
|||
|
|||
My site: http://blog.domain.com
My forum: http://forum.domain.com How can i install with the above informations??? Please help me |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|