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 |
#262
|
|||
|
|||
Quote:
Code:
if ( !$user || ($user->user_login != strtolower$username) ) { Code:
if ( !$user || (strtolower($user->user_login) != strtolower($username)) ) { |
#263
|
|||
|
|||
He just attempted it the way you stated and it is saying "Plugin does not exist". Is there something we are doing wrong here?
|
#264
|
|||
|
|||
Umm, disable the plugin before you move it..
|
#265
|
|||
|
|||
Hello Jafo...
Thanks for your ideas on this... I'm not seeing anything in the error log when the theme "breaks." Everything on the page displays until the following bit of code. Code:
<?php $mbcount = 0; while (have_posts()) { the_post(); if( $mbcount == 0 ) { ?> <div class="clearfloat"> <h4><a href="<?php the_permalink() ?>" rel="bookmark"> <?php the_title(); ?> </a> <span class="commentcount">( <?php comments_popup_link('0', '1', '%'); ?> )</span></h4> <?php $mbvalues = get_post_custom_values("Image"); if (isset($mbvalues[0])) { ?> <a href="<?php the_permalink() ?>" rel="bookmark"><img src="<?php echo bloginfo('template_url'); ?>/scripts/timthumb.php?src=/<?php $mbvalues = get_post_custom_values("Image"); echo $mbvalues[0]; ?>&w=70&h=70&zc=1" alt="<?php the_title(); ?>" /></a> <?php } ?> <?php the_excerpt(); ?> </div> <ul class="headlines"> <?php } else { ?> <li><a href="<?php the_permalink() ?>" rel="bookmark"> <?php the_title(); ?> </a> </li> <?php } ?> <?php $mbcount ++; } if( $mbcount > 0 ) { echo "</ul>"; } ?> </div> <?php } ?> Thanks again, kev |
#266
|
|||
|
|||
The first time we did like you said, and installed it as a zip folder.
After that we followed the read me, uploaded the vbridge.php and functions_vbbridge.php and functions_wysiwyg2.php into the plugin directory, I didn't upload the resetvbbridge.php like the read me says. I went in activated the plugin, went to options. I set up the options with all of the correct information. I got a test post to work in the forums. Then I went to vbridge user settings, selected registered users usergroup to be mapped to subscribers. Then went and enabled auto integrate in vbridge options. I went to check the users for wordpress to see if users got mapped properly, and instead of taking me to the users page, it took me to a blank wordpress login box, and when I attempted to log in, it said invalid username. Any ideas? |
#267
|
|||
|
|||
Did you try mapping administrators to administrators too? Usernames are case sensitive in WP until the next release of the bridge..
|
#268
|
|||
|
|||
OK, added the following changes:
* Added code to process scheduled posts * Addressed code where links and images would not show up properly in VB * Added new table called vb_forumid for scheduled posts * Reduced redundant calls when dealing with forum excerpts Make sure you replace ALL the files.. |
#269
|
|||
|
|||
Hello Jafo232,
thanks for the update, much appreciated... Michael |
#270
|
|||
|
|||
Thanks for the update.
Unfortunately, it doesn't improve the "breaking" pages. Any recommendation? I really like this plugin - if I can get it to work. kev |
#271
|
|||
|
|||
Quote:
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|