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 |
#962
|
|||
|
|||
Quote:
HTH |
#963
|
|||
|
|||
I've found a temporary fix for the "admin/first user" bug.
The dilemma: I'm working on a project that is requiring a pretty complex setup, and this plugin was a crucial part of it, especially due to the fact that we need to fully support multiple contributors. Unfortunately, we ran into a huge issue during development, the issue being a bug where the author ID would change to 1, no matter who was editing it. Ultimately, it came down to a box on the post editor which allows one to change the current author of the post being edited. This box works fine without the plugin active because it would pull the list of authors from the WP database, but the vB bridge does not push it's users into WP, so WP would still only find the same users in it's database. That means when anyone edited the post and saved it, the author box would default to user #1 (usually 'admin'), because, as I mentioned earlier, it does not "see" any of the vB users. The solution: Make A BACKUP Of Both Files BEFORE You Make ANY Edits! These are core files, and can ruin your Wordpress backend. You Have Been Warned! Open: wp-admin/includes/edit-form-advanced.php Find and Delete/Comment: PHP Code:
Open: wp-admin/includes/edit-page-form.php Find and Delete/Comment: PHP Code:
That's it! I'd love to figure out how to make the plugin disable this box, and will probably try to do so once this project is done, unless the developer beats me to it. One last reminder: Because we made core file edits, there's a strong chance that the changes you've just made will be overwritten in future upgrades. |
#964
|
|||
|
|||
Is this working with vB4.0 or not?
|
#965
|
|||
|
|||
Does anyone know how to display the authors details / about me (Biography, Location, Interests, Occupation ) in a post?
I have tried various solutions such as: <?php echo $vbulletin->userinfo['location'] ?><br /> <?php the_author_ID(); ?> <?php the_author_meta(); ?> <?php the_author_description(); ?> but no luck I am desperate to find how to do this and have't had much success googling or searching for it. |
#966
|
||||
|
||||
hey people i'm back!!
Yes I have confirmed and tested it works with WP 2.9 and vB 4.0.0 Gold. Quote:
|
#967
|
|||
|
|||
I have this installed and working great on 3.8.4. Thanks for the great mod, dev! Also thanks for the help with the install amjadz4!
|
#968
|
|||
|
|||
Quote:
|
#969
|
|||
|
|||
does this really work with vb4.0? I mean, no bugs or whatever?
|
#970
|
||||
|
||||
Hmm, should not be hard. I think it can be done using simple SQL commands and PHP. Also you have to include vBulletin's global.php before calling any variable.
Yes it works. no bugs or whatever. |
#971
|
|||
|
|||
Sorry for the NUBIE question here but I am having a hell of a time finding
the_author where is this located.... Is it in WordPress or vBulletin and can anyone tell me which file... I went through every PHP file and could not find a single instance of the_author... Thanks in advance for the helping!!! http://allinjac.com/blog http://allinjac.com/forums |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|