joomlamoves wrote:
i reinstalled vb and now i am in the backend. how do I install the xml file, i am kind of new to vb (plugin system is expecting php code and not xml).
my plans for a module are the incorporation of my LDAP logins (instead of in joomla.php as a hack) to do a check if the user is either not in jos or vb but has authenticated on the LDAP server. If it is a valid user, they are logged in.
After that, I am going to paste some of the CB login code and make sure that the Thyme Calendar login is still working. That way I have a common login for the 4 most major features of the site.
In the long term, calling SOAP whenever someone changes their profile in CB isn't a major problem, but letting CB know of ALL the user fields (profile) available would be a bit more difficult.
Also, just to clarify, do I need JMSOAP installed as well?
thanks leonsio
first of all you must activate the plugin system
then go to the product system ( left in the navigation ) and install new product
just select the xml file and upload
done ;)
the vbulletin (soap) connector has 2(4) parts
on joomla side you must install
1. com_connector ( joomla -> vbulletin )
is used to connect vbulletin from joomla, any changes in joomla will be set to vbulletin ( login too )
2. JMSOAP ( vbulletin -> joomla )
is needed to connect joomla from vbulletin, any changes on vbulletin will be submited to joomla
on vbulletin side you needs
1. Vbulltin application connector
http://www.vbulletin.org/forum/showthread.php?t=103069its the same like com_connector but for vbulletin, any changes/login in vbulletin side will be submited to joomla
2. VB_SOAP
http://www.vbulletin.org/forum/showthread.php?t=100559all changes on joomla are submited to this server
com_connector and "vbulletin application connector" uses modules to access any applications, like vbulletin or joomla
the modules for this connectors are same ( with one little changes ), so that you can easy use then on every side
example if you install vWar and joomla/vbulletin modules:
login in vbulletin = login joomla and login at vWar
login on joomla = login on vbulletin and on vWar
so if you create own hack for LDAP you can use then in vbulletin ( with little changes )
so that your users can login in joomla and vbulletin and will be automaticaly logged in in both applications