The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Dynamic Joomla!VB wrapper Details »» | |||||||||||||||||||||||||||
NB: This add-on is not a single sign-on solution.
This add-on provides a means for dynamically wrapping your vbulletin in a Joomla! 1.0.15 portal implementation. This add-on does not touch the core files of either system and there is no requirement to do anything on the Joomla! side unless you've created wrappers for several templates and want to switch between those templates. At which point, you'll simply switch your Joomla! templates via in the Joomla! template manager. And finally, this add-on assumes that your forum is located directly below your joomla implementation directory and is sharing its database. The following instructions include example code snippets to (hopefully) assist in making this add-on proceed as smoothly as possible. Before attempting to install this add-on, disable your forum and back up your database!!!. This is to ensure you have a working copy in case you run into problems.. If you install this PLEASE Click Install Preparation: Step 1: Create a subdirectory in your current template directory (both locally and on your target site) called, vbulletin. For example, if you're using one of the default templates for Joomla! 1.0.15... say... madeyourweb, you would create your vbulletin directory as follows: Installation:
Demo: http://crimsonshadows.net (click on forum to see the seamless integration between the portal and vbulletin) Notes, debugging, etcetera: Excellent/Important user feedback/tips Quote:
Quote:
I will happily answer questions that are not addressed in the above instructions. Feedback is also welcomed.Addendum Please do not ask me to write and/or debug your php code! So far, all of the questions I have received are from people who (a) did not even bother to read the detailed instructions that I provided above, and/ or (b) haven't clue one wrt writing php code, much less debugging it. If you install this PLEASE Click Install Show Your Support
|
Comments |
#22
|
|||
|
|||
Error in installation description ?
Original description: * Insert $myjoomladhead at the end of the header template * Insert $myjoomladheader at the end of headinclude template Instead (my take): * Insert $myjoomladheader at the end of the header template * Insert $myjoomladhead at the end of headinclude template |
#23
|
|||
|
|||
Quote:
|
#24
|
|||
|
|||
I really cant get it to work, since i dont understand php. Is there anyone who will do it for a few bucks?
|
#25
|
||||
|
||||
Has anyone noticed all the call to undefined errors when viewing in threaded mode?
|
#26
|
|||
|
|||
Ohhh no !!!
I've been working hard during 2 days to integrate manually my joomla template ! Haven't seen an addon could exist :'( Gonna try it now ! Thank you very much shadowraith !! |
#27
|
|||
|
|||
Hadn't notice that and certainly did not see it before! Will need to track that bit down to see what is occurring. I obviously b0rked something though... :/
|
#28
|
||||
|
||||
Ok... I took a whack at making this work in J! 1.5.1, but I think it may be beyond my shaky grasp of the differences between J! 1.0x and J! 1.5x and php in general . Basically we never messed with 1.0x after we decided that the vB bridges were too unstable, so I don't know that much about 1.0x at all.
The function call mosMainbody doesn't exist in 1.5, I took a stab at it but I'm not at all sure I've got it right. I also had to modify the plugin a bit, so that it looks more like this: Code:
define( '_JEXEC, 1 ); $myjoomlapath = $vbulletin->options['dyn_joomla_path']; require_once( $myjoomlapath.'/configuration.php' ); require_once( $myjoomlapath.'/includes/joomla.php' ); require_once( JPATH_SITE .'/includes/frontend.php' ); require_once( JPATH_SITE .'/includes/sef.php' ); $mainframe = new mosMainFrame( $database, '', '.' ); $mainframe->initSession(); ob_start(); include_once(JPATH_SITE . '/templates/' . $mainframe->getTemplate(). '/vbulletin/head.php'); $myjoomladhead = ob_get_contents(); ob_clean(); include_once(JPATH_SITE . '/templates/' . $mainframe->getTemplate(). '/vbulletin/header.php'); $myjoomladheader = ob_get_contents(); ob_clean(); include_once(JPATH_SITE . '/templates/' . $mainframe->getTemplate(). '/vbulletin/footer.php'); $myjoomladfooter = ob_get_contents(); ob_end_clean(); If you *do* play with it in 1.5, let us know? Given that we're working with media mogul too, it'd be a real easy implementation for us if you provide updated templates based on RT's MM. I'll keep on banging away on it to see if I can figure out what's wrong... And post back if I make any headway. James and Susan |
#29
|
|||
|
|||
Hi, I am very interested in your wrapper. Its the best I have ever seen at the moment. However, you also posted another file download in the rockettheme.com forum (http://www.rockettheme.com/option,co...697.msg156280/), if that is you, under post 11.
Is the file the same as the first post of this topic? |
#30
|
|||
|
|||
Quote:
|
#31
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|