The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
![]() |
|||||||||||||||||||||||||||
Joomla for vBulletin (IMPORTANT UPDATE) - Bridge to the World's Most Popular CMS
![]() Developer Last Online: Jun 2009 ![]() ![]()
Warning!!! An potential exploit has been found in this modification. The server that hosts vjoomla.com has been attacked several times. It is known to already be severely comprimised so at this time it is unclear whether the vulnerability lies in vJoomla, Joomla itself or the server. Until this is resolved to my satisfaction I am removing this modification. My apologies.
The modification WILL be re-released once this issue is resolved! vJoomla is an offshoot of Joomla 1.0 that is designed to run in tandem with vbulletin. Unlike the main release it will not run without vbulletin - if you desire a CMS without a forum then use Joomla! instead. vJoomla is identical in most all regards to Joomla! What vJoomla Does
What vJoomla Does Not Do
Install Instructions
This is release candidate 2. Supporters / CoAuthors Show Your Support
|
Comments |
#2
|
||||
|
||||
![]()
Ok, for the technically inclined, and especially for those considering writing components or modules for this variant of Joomla, here in brief is how this works.
Joomla's global file calls vbulletin's global.php - either the forum or the admincp version as needed. If the forum version is used it caches it's 20 templates. The rest of the hacks are in the Joomla mainframe. Rather than allow the Joomla database object to connect itself the resource id of the Master connection is passed to it from the vbulletin database object. Both database classes are therefore available. So if you like you can do $database->setQuery("-- some query"); $database->loadObjectList(); or you can use vbulletin's way. $db->query_read(" -- some query "); Each system has it's advantages and disadvantages. Typically I use the joomla object to handle joomla tables if, for no other reason, the table prefix in the queries is automatically parsed. But I digress. Joomla doesn't do it's own login in this hack. Instead, at the line where Joomla WOULD verify the password it instead checks the vbulletin registry object ($vbulletin) to see if there is a user. If there is the hack lies to Joomla and cuts it loose with a session without independent verification. Therefore, in this hack all logins and user manipulations go through vbulletin (which has a far more robust user system anyway so in my opinion, no loss). This will cause problems if you install a Joomla component that extends on the Joomla user object. These components probably will not work. vJoomla, for the most part, doesn't need a complete user list. The first time a vbulletin user moves to a joomla page though part of their registration is copied into the joomla user table. This should help certain components function and is also necessary for the Joomla backend to work. I may write some stricter syncing code if necessary -- vJoomla itself doesn't need it to work but some components might. The admin side is a little tricker. I had to disable joomla timing out - I swear this took longer than any other part but it works now. Again, Joomla is dependent on vbulletin to get the security right in this hack. Since admincp global throws a login interface automatically if you time out on it there's no reason for Joomla to maintain a seperate check. If you return from vbulletin global.php in the Joomla admin files you're golden. Final notes are on templates. Once Joomla is ready to call it's template engine a hack steps in and iterates over the Joomla module positions, reading them all into an array. Each module position is then wrapped in a template file (though in this base distribution there are no elaborations on these templates). After this is done Joomla's output passes through vbulletin's template engine and vbulletin completes the page output. In all it took 2 months on and off to figure this all out. But though it's incomplete, it's working very smoothly at the moment. Questions and comments welcome. |
#3
|
|||
|
|||
![]()
Been on the fence for so long. Would love to see a demo of how vjoomla use the vb template
|
#4
|
||||
|
||||
![]()
I don't have a live test demo site up as of yet and won't for another couple weeks. Also things are still in flux at the moment.
|
#5
|
|||
|
|||
![]()
Awesome job here it looks like a solid start and may have just get another vBulletin license for up coming project now
![]() |
#6
|
|||
|
|||
![]()
I tried the beta on test and it works very well indeed.
However installing some components showed issues with paths i guess ? Sorry i didn't write down the error messages. Removing the mod and the components all worked as expected. Its a great start though. |
#7
|
|||
|
|||
![]()
If you need a licensed board that is inactive to test on let me know! I have one you can use lol! PM me!
I would love to have this on my live site!! The plug in I have now requires me to turn off my VB registration and use the Joomla only. I dont want that as I use the referral system.. A LOT. Also, Im not sure I read this right... Are you saying that this modification will allow Joomla to be skinned with your vb templates? ![]() |
#8
|
||||
|
||||
![]()
Very interesting!
tks for your work - and really the add-ons will be very useful. All the best Joao Barroca aka beduino |
#9
|
|||
|
|||
![]() Quote:
![]() |
#10
|
||||
|
||||
![]()
Yes. It does.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|