|
Bridging Joomla with MyBB
|
|
10-30-2008, 05:59 AM
Post: #1
|
|||
|
|||
|
Bridging Joomla with MyBB
Requirements :
Joomla 1.5.x MyBB 1.4.1 or newer Jfusion 1.0.8 or newer Installation : Install Joomla to your host and set everything you want (templates, pages...) Then Upload & install Your MyBB in a separated directory (preferred), using the same Database (what i did) and without changing anything (theme, templates...), now the bridging : 1. Get JFusion (It will be in the format of a .zip file) unzip it using your fav. software, you should get : 1. jfusion_component.zip 2. jfusion_mod_activity.zip 3. jfusion_mod_login.zip 4. jfusion_plugin_auth.zip 5. jfusion_plugin_user.zip 2. now log-in to your Joomla Admin panel : from the top menu click: "Extensions" -> "Install/Uninstall" Under where it says "Upload Package File", click the "browse" button and locate "jfusion_component.zip" (one of the files we extracted earlier. Now click "Upload File & Install". 3. Configure the Jfusion plugins and select your master/slaves: from Joomla admin Panel : Components" -> "jfusion" -> "Configuration. select mybb and click Edit : Quote:Description leave it save and go back to the jfusion plugin Configuration : now select one (mybb or joomla) as a master and the other as a slave ( i did joomla the master you'll get couple of green lights on, if anything goes wrong the joomla will tell you what to do in the upper section of the page but so far you shoudn't get any except for the "you should disable registration on your slave), now go to your Mybb Admin cp : configuration > User Registration and Profile Options > Disable Registrations to yes 4. now go back to your Joomla admin panel Run the usersync in the Jfusion component to synchronise the user tables, The user synchronisation process it split up into two parts: 1. Import slave users into the master database (you wont need it of you just installed your mybb and dont have any members) 2. Synchronize the master user database with the slave databases. You only need to run step 1 if you need to import additional users into the master database. If all your users are already present in the master database you can skip ahead move to synchronising the slave databases. 5. Run the login checker to confirm the login behaviour is correct The login tester allows you to test out JFusion logins without the need to publish the JFusion auth/user plugins. You can use this tool to find out what the problem is when JFusion login is not behaving as expected. 6. Install and enable the Jfusion authentication and user plugins Much like step one of the installation, you need to upload and install some of those .zip files. The ones to upload and install are: 1. jfusion_plugin_auth.zip 2. jfusion_plugin_user.zip Once they have been installed, you need to enable them. To do this click "Extensions" -> "Plugin Manager". Now you just need to find the Jfusion plugins, best way do do this is to type in "jfusion" to the filter. Now click the X icon next to each plugin to enable them. 7. Disable the Joomla default authentication, from Extensions" -> "Plugin Manager" and only the authentication in the jfusion documentation you'll be told to disable both authentication and user plugins but this will cause some problems with mybb 8. you can also install Jfusion login and activity module but its optional and i really dont see why you gonna need a 2nd log-in box or a activity module that still under development and dont work most of the times. 9. and here is the tricky part, the "Visual Integration", so far there are no real Visual Integration so what you really gonna do is changing MyBB templates and make it looks like your Joomla, However this means Joomla is never loaded and you will have to directly modify your softwares theme to make the externale software look like Joomla. This requires knowledge of html, css and the template system that your software uses. To modify your template go to your Joomla page and get the source code from your browser (click on the view menu and then source). Copy and paste your Joomla header into the template header and the Joomla footer into the template footer. Some Joomla templates load different CSS files for different browsers (ie Internet explorer 5, internet explorer 6 or firefox), this makes it extremely hard to modify your external softwares template, as a copy and paste won't give a perfect result. There can also be conflicts between the different software CSS files, for which you might need to create a new CSS file that contains your Joomla CSS layout tags, but not any other conflicting tags. That's it .part of this tut. taken from JFusion Doc. |
|||
|
10-30-2008, 09:35 AM
Post: #2
|
|||
|
|||
|
RE: Bridging Joomla with MyBB
I was just going to ask you about this bridge actually
.
|
|||
|
10-30-2008, 01:43 PM
Post: #3
|
|||
|
|||
|
RE: Bridging Joomla with MyBB
its not that easy since you have to figure out everything yourself!!!, this plug-in thing took me over 4 hours of testing, by disable one thing > test > then re-enable it and disable another thing > test > and so on....
and another thing, Don't Enable "activate" anyuser using joomla users manager, it wont work, i made a couple test accounts and couldn't log-in to the admin panel by them, i had to phpmyadmin them!!!, < this took me about 3-4 days and i reported that to jfusion they say they gonna work on a "fix" for that .
|
|||
|
11-23-2008, 07:54 PM
Post: #4
|
|||
|
|||
RE: Bridging Joomla with MyBB
(10-30-2008 01:43 PM)MJKubba Wrote: its not that easy since you have to figure out everything yourself!!!, this plug-in thing took me over 4 hours of testing, by disable one thing > test > then re-enable it and disable another thing > test > and so on.... Thanks ,If you have latest news Please tell us . |
|||
|
12-06-2008, 06:46 AM
Post: #5
|
|||
|
|||
|
RE: Bridging Joomla with MyBB
I personally wouldn't advise JFusion. I have thoroughly researched bridges with Joomla with a number of different forum softwares while looking for a solution for a client. While JFusion may work well to start with, it will use up a huge amount of server load and eventually end up with problems.
The only one I have come across that has been properly coded where everything has been thought about is RokBridge made by the RocketWerx team. It doesnt work with MyBB though, it only bridges Joomla 1.5 to phpBB3 but even so does a great job of it. |
|||
|
12-09-2008, 07:50 AM
Post: #6
|
|||
|
|||
|
RE: Bridging Joomla with MyBB
It would be great if you could throw some more light on 'Server Load' yais. It is disappointing to see someone throw in a stupid suggestion of using phpBB instead of MyBB simply because there is a bridge for the same!
|
|||
|
12-10-2008, 09:27 PM
Post: #7
|
|||
|
|||
|
RE: Bridging Joomla with MyBB
Thanks, for the detailed tutorial MJKubba,
Please, keep us updated if it goes well, or if you run into problems. "Life is nothing, if not a daring adventure" -Helen Keller |
|||
|
12-13-2008, 05:24 AM
Post: #8
|
|||
|
|||
|
RE: Bridging Joomla with MyBB
I didn't before because I didnt want to write a long explanation if nobody was interested.
Unlike most other bridges, rokbridge is completely non-invasive and has very little performance overheads compared to traditional bridges. It wouldnt be something you notice in a small board, but as it gets bigger, it would be more prominant. Quote:How Does the Bridge Work? I suggest you see their site for more info: http://www.rocketwerx.com/products/rokbridge/overview |
|||
|
12-13-2008, 12:37 PM
Post: #9
|
|||
|
|||
|
RE: Bridging Joomla with MyBB
However Rokbridge only supports phpbb3 and well not everyone uses or wants to use phpbb.
|
|||
|
12-15-2008, 11:37 AM
Post: #10
|
|||
|
|||
| RE: Bridging Joomla with MyBB | |||
|
« Next Oldest | Next Newest »
|
Search
Members
Login
Register

.![[Image: userbar.gif]](http://www.mktrep97.mainvista.com/userbar.gif)




.
.