Version: 0.0.2, by leonsio
Developer Last Online: Jun 2013
Version: 3.5.3
Rating:
Released: 12-15-2005
Last Update: 03-09-2006
Installs: 75
DB Changes Uses Plugins
Additional Files
No support by the author.
Version 0.2
Bugfix: now it is posible to define active/inactive connectors
ADD: Changing userdata ( email and username )
Version 0.1
init Release
that this hack do?
with this hack you can connect other applications with vbulletin
this hack provide a simple api to create own module, to connect different application with vbulletin, and create common login with it
this addon is the same like com_connector for joomla
example:
you have an CMS or own created application and you want to have common login with vbulletin
so you must creat a class ( = module ) which knows some methods like login/logout
this methods will be called by the connector if the user login into VB
if you want the connector will try to add the user to your application or vbulletin, if the user dont exists
the connect to your application can be created by soap/xmlrpc calls, database connnects, ldap or something else, its your choose
for a little demo i have included a joomla module, which connects to joomla using SOAP calls to get common login with vbulletin ( needs JMSOAP addon for joomla )
if you log in into joomla, you will be automaticaly logged in vbulletin, by com_connector hack for joomla ( which is using VB_SOAP on vbulletin side )
if you login into vbulletin, you will be automaticaly logged in into joomla, by this hack ( using JMSOAP addon on joomla side )
in the next version i will include functions to update/delete users
installation
1. unzip the package, move all files von vb_connector folder to your forumroot
2. install product xml file
the you have new menu in admincp to create connectors
it is posible to use one module more then once
you can use this tutorial for joomla, difference with joomla is, that you will get all parameters as array, not as object, look at the joomla.class.php file in the package
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Yeah, I can't really tell you how the plugin was installed either. I was under a time crunch and needed not only the plugin installation but template help as well. So I just paid BBPixel to install the plugin and to help us with our templates and database integration. They did a great job in a short timeframe.
Hey, if your looking for a site that uses Joomla 1.0.8 and vBulletin 3.5.4 that are connected with BBPixel's plugin you can check out our tutorial website.
where can I get vbulletin_sql module?
I get lots of error trying to integrate, I got some 4000 vb users and joomla = none, doing a fresh install with joomla.
I wonder this query doesn't works on < 4.1, wich is equivalent for who is running mysql 4.0 version?
Quote:
Database error in vBulletin 3.5.4:
Invalid SQL:
CREATE TABLE IF NOT EXISTS `vb_connectors` (
`id` int(11) NOT NULL auto_increment,
`title` varchar(255) collate latin1_german1_ci default NULL,
`module` varchar(255) collate latin1_german1_ci NOT NULL default 'joomla',
`url` varchar(255) collate latin1_german1_ci NOT NULL default '',
`vb_useradd` tinyint(4) NOT NULL default '0',
`app_useradd` tinyint(4) NOT NULL default '0',
`params` text collate latin1_german1_ci,
`published` tinyint(4) NOT NULL default '0',
PRIMARY KEY (`id`)
);
MySQL Error : You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'collate latin1_german1_ci default NULL,
`module` varchar(255
Error Number : 1064
Date : Saturday, July 22nd 2006 @ 01:00:41 PM
Classname : vb_database