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 Details »» | |||||||||||||||||||||||||||
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 |
#92
|
||||
|
||||
Quote:
Quote:
Did you remember to install the vJoomla product file? If you don't the joomla templates wouldn't be loaded in and you'd get an error when they are called. |
#93
|
|||
|
|||
Quote:
- Installed Joomla 1.0.12 - Installed vBulletin, inside /forum, using the same database, different table prefix though (not sure if that matters) - Installed the vJoomla plugin using the xml file - Overwritten the joomla files - Copied the required vb folders to joomla directory as per your instructions Anything missing? Your help is so much appreciated, Michael. I am keen to use this on my production site that will go live soon, and your mod does exactly what I need, too sad I can't get it installed. Hopefully you can help me out, thanks! P.S. Do you mind putting up an older version of the beta for me to make a quick test? Also, could filepath be an issue here? I'm running the scritpts on XAMPP server locally. |
#94
|
||||
|
||||
I'll look into it further when I get the chance but it might be a couple days.
|
#95
|
|||
|
|||
I had version 0.0.2 working just great and just updated to 0.0.4 and getting
Quote:
|
#96
|
|||
|
|||
Quote:
Allow me to clarify. I've been using Mambo/Joomla a long time so I'll see if I can explain: In Joomla you can create modules that can be placed based on their Module Position using code like - <?php mosLoadModules ( 'user7', 'true' ); ?> - placed in a template. You can then assign a Joomla module to this position and also assign it to show only for certain pages. These pages are determined by the menu structure that is set up. So even though many pages follow the same template that all have the "user7" module position, the only pages that will actually show the module are those that have been selected to display it (this is done when configuring the module). I assume even though your plugin is using the vBulletin templating system that I will still be able to assign Joomla modules (as noted above). If so, then back to my original question, can I assign Joomla modules to a specfic Forum so that for example in Forum1 I can show a specific Joomla module (e.g., in "user7" position) and in Forum2 not show the module. |
#97
|
|||
|
|||
Are you able to place Joomla modules on forum pages at all, even with this bridge?
|
#98
|
||||
|
||||
Not yet - Hadn't actually thought of doing that. Hmmm...
|
#99
|
||||
|
||||
Ok, it only took about 5 minutes to write the plugin to allow joomla modules to be called from vbulletin templates. I agree that this should be part of the final bridge but since it's something I just tossed in and haven't tested I'm keeping the xml plugin separate from the rest of the download for the moment.
To get a module to show up on a forum template with this plugin you'll need to place $module[position] at the spot the module contents should display. I did this to get my joomla main menu to show up on the forum pages. It appears to work, but again I just tossed this in. I'm currently working on the templates and trying to find the source of the two bugs noted in the thread. Completing this aspect of the bridge will need to be a little trickier. The approach I'm considering is this - the installer program will read over the list of forums vbulletin has and create a menu that holds all the vbulletin forums. These menu id's will be the keys off which the modules work. This particular menu will need to be updated via plugin any time vbulletin adds or subtracts a module. The advantage of this approach is it will incidentally create a forum menu that can be displayed on joomla pages with a minimum of fuss. |
#100
|
||||
|
||||
Quote:
|
#101
|
||||
|
||||
Found a workaround. Apparently that function can't take an argument in versions of PHP prior to 4.4.2. Will be fixed next version.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|