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
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:
01/03/2007 - Fixed the unlock_tables() issue on some setups. 01/03/2007 - Fixed a bug in the script that if you used a MySQL database prefix, integration would not work. Please see this post for more information! Special thanks to axisoverdrive for giving me access to his server and letting me troubleshoot the issue! 01/05/2007 - Fixed issue where if a user saved (not published) and published later, the post would not be added to the forum. 01/05/2007 - When a post is edited, it will also be edited in the forum. 01/08/2007 - Modified slightly so when posts are edited, so are the titles (if edited). 02/07/2007 - Major modifications to new version (now 2.05). The list follows:
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. Show Your Support
|
Comments |
#92
|
||||
|
||||
Thanks very much. I changed the url and it just added me as well and I got into my admin. That's a good sign!
|
#93
|
|||
|
|||
Yeah, I had a feeling the sub domains might cause cookie issues. I hope it all worked out!
|
#94
|
|||
|
|||
thanks a lot... setting up tonight
|
#95
|
|||
|
|||
Great, if it works out, please click install!
|
#96
|
||||
|
||||
I am having an issue when I write a post - I get the following error, when I go back and edit it, it will give me the same error and post a new thread, instead of appending the previous. This was working fine and then it just stopped...
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 719904 bytes) in /public_html/forum/includes/class_dm_forum.php on line 19 I am using 2.04 version of the hack and 3.6.4 vb |
#97
|
|||
|
|||
This sounds like an issue with your server. Your PHP install seems to be running out of memory.
Probably have to bump up your "memory_limit" setting in your php.ini file and then restart your webserver. Not much I can do for you there. |
#98
|
||||
|
||||
Yeah I fixed it by putting this into the .htaccess
php_value memory_limit 24M Just odd that it would happen out of the blue |
#99
|
|||
|
|||
Hey Jafo,
Does this plugin jive with the new Wordpress 2.1? Thanks! |
#100
|
|||
|
|||
Unsure, I will be upgrading my wordpress's tomorrow, so I will let you know if there are any conflicts. I do not think there will be, but will let you know.
|
#101
|
|||
|
|||
I'm confused here. How is anyone getting this working in it's current form? I'm running WP 2.0 and it wasn't working. I looked through the code and found these lines:
Code:
$install = (basename($_SERVER['SCRIPT_NAME']) == 'plugins.php' && isset($_GET['activate'])); $uninstall = (basename($_SERVER['SCRIPT_NAME']) == 'plugins.php' && isset($_GET['deactivate'])); Code:
$install = (basename($_SERVER['SCRIPT_NAME']) == 'plugins.php' && $_GET['action'] == 'activate'); $uninstall = (basename($_SERVER['SCRIPT_NAME']) == 'plugins.php' && $_GET['action'] == 'deactivate'); |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|