EMRhelp.org wrote:
Awesome ! There is much demand for something like this :)
I know. I lost $20 to bbpixel because they claimed to have a working bridge - it works if you don't want to log in as admin. So back to the dredge work.
As of this hour I have managed to get Joomla to auth off of a vbulletin session cookie. It is no longer able to maintain session cookies of it's own because when $mainFrame->initSession is called the necessary lines of Jelsoft's init.php file get passed through.
Rather than copy copious amounts of vb code (illegal) I devised a database wrapper class for Jelsoft's existing database. It takes the connection resource Id from the Joomla database object and uses that to run it's queries. What this means to anyone dev'ing components based off this hack is that most, though certainly not all, of vbulletin's classes can be instatiated and expected to work.
I'm working on this as quickly as I can, but even once I put something out it will be labeled as alpha. Since this hack replaces key security routines in Joomla with their equivalents in vbulletin it needs a thorough inspection before being turned loose on a production board.