Joomla Integration Guide

Joomla/Mambo integration forum

Joomla Integration Guide

Postby BoaConstrictor » Thu May 03, 2007 3:40 pm

I got the same problem with the mysql error messages as you get when working on a mambot to ease the implementation of itemstats with Joomla.

The errors is due to the fact that itemstats doesn't user "new_link" = True default when connectiong to MySQL.
This means that if your itemstats database isn't the same database as the Joomla database, then Itemstats will just change database to the itemstats one and joomla won't find the tables.

I haven't read the guide provided here, but in the file:
joomla_itemstats.php, change the first line in the function "itemstats_parse" to "$item_stats = new ItemStats(true);"
like this:
Code: Select all
function itemstats_parse($message)
{
   $item_stats = new ItemStats(true);
User avatar
BoaConstrictor
WR.net Apprentice
WR.net Apprentice
 
Posts: 9
Joined: Mon Jul 17, 2006 3:34 pm
Location: Norway

Re: Joomla Integration Guide

Postby arg81 » Sat Jul 07, 2007 4:16 pm

Great guide, I've worked my way through and although I had a few issues I've sorted most out.

Question
Downloading your links gave me PHPBB 2.0.19 - is this a security risk?

Is it possible to update to 2.0.22 ?
arg81
WR.net Apprentice
WR.net Apprentice
 
Posts: 22
Joined: Sat Jul 07, 2007 4:13 pm

Joomla Integration Guide

Postby zaraphyr » Tue Jul 10, 2007 10:59 am

Yes you can use the newest version os 2.x ^^
zaraphyr
WR.net Apprentice
WR.net Apprentice
 
Posts: 2
Joined: Sat Jun 23, 2007 10:45 am

Joomla Integration Guide

Postby arg81 » Tue Jul 10, 2007 7:52 pm

Without being thick, how?

phpBB component 1.2.4 RC6 is the 2.0.19

how can I get 2.0.22, and not only that, but import all my current forum data into it? ?
arg81
WR.net Apprentice
WR.net Apprentice
 
Posts: 22
Joined: Sat Jul 07, 2007 4:13 pm

Joomla Integration Guide

Postby Thunderheart » Wed Aug 22, 2007 5:24 am

great mod. had to reinstall itemstats for joomla after an update.

one bug i have been encountering with itemstats and joomla is the white box behind the tooltip.

here is the quickfix i use to resolve this, im sure there is a better way.

* edit ../includes/joomla.php

around line 5540-5550 you should see:

Code: Select all
   function loadOverlib() {
      global  $mosConfig_live_site, $mainframe;

      if ( !$mainframe->get( 'loadOverlib' ) ) {
      // check if this function is already loaded
         ?>
         <script language="javascript" type="text/javascript" src="<?php echo $mosConfig_live_site;?>/includes/js/overlib_mini.js"></script>
         <script language="javascript" type="text/javascript" src="<?php echo $mosConfig_live_site;?>/includes/js/overlib_hideform_mini.js"></script>
         <?php


just remark out the javascript part. should look like this

Code: Select all
         <!-- <script language="javascript" type="text/javascript" src="<?php echo $mosConfig_live_site;?>/includes/js/overlib_mini.js"></script>
         <script language="javascript" type="text/javascript" src="<?php echo $mosConfig_live_site;?>/includes/js/overlib_hideform_mini.js"></script> -->


btw, this change is for joomla 1.0.13, but shouldl work with older versions.

always make a backup of your orig file and put a note where you made the change incase you need to undo this at a later date.
Thunderheart
WR.net Apprentice
WR.net Apprentice
 
Posts: 1
Joined: Wed Aug 22, 2007 3:04 am

Joomla Integration Guide

Postby Swinder » Mon Sep 24, 2007 2:53 am

Does anyone have a link to phpBB component 1.2.4 RC6 or an updated version, I tried the links in this thread but they are dead.
Swinder
WR.net Apprentice
WR.net Apprentice
 
Posts: 6
Joined: Sat Sep 22, 2007 8:00 pm

Re: Joomla Integration Guide

Postby mordon » Mon Oct 01, 2007 5:35 am

FYI there are a couple of bridges coming out for phpBB3 and there is one out for phpbb2 that dont require you to mod any core files from phpbb or joomla.

http://cbconnector.com/index.php?option ... &Itemid=31

CB connector requires, Community Builder
http://www.joomlapolis.com/component/op ... Itemid,36/

Note: it will not work with Joomla 1.5 or Joomla 1.13 until the cb 2.0 version comes out because of the changes to the log in. There is a way to downgrade your login to 1.12 to make it work if you have 1.13 already

http://cbconnector.com/forum/viewtopic.php?t=138

Using CB connector right now and it seems to work fine.


and

http://www.rocketwerx.com/joomla/extens ... ge-phpbb3/

This last one is going to be sweet, its going to be a application layer and I will be switching over to it as soon as it is ready, since it will handle login from both systems, both ways. ie if someone registers in phpbb they will sync to the joomla registration
mordon
Gimpy Developer
Gimpy Developer
 
Posts: 15
Joined: Sat Jul 08, 2006 1:28 am

Joomla Integration Guide

Postby Anaxent » Mon Oct 01, 2007 3:27 pm

a nice find Mordon! I have been keeping an eye on joomla for some time and really do like what it does have to offer just really didn't like the idea of bridges rather then full integration which is why i have been working with the cms DragonflyCMS, which I do have to say most of roster 2.0 is working great, but when done with the full integration of roster 2.0 into DF i would love to start working on other integrations with will include Joomla.

Oh and by the way I know we have not really talked at all and barely knew each other before you took a leave of absence but it is really great to see you back in the forums and the community.
Last edited by Anaxent on Mon Oct 01, 2007 3:28 pm, edited 1 time in total.
User avatar
Anaxent
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 642
Joined: Tue Jul 04, 2006 6:27 am
Location: Phoenix, Az

Joomla Integration Guide

Postby mordon » Wed Oct 03, 2007 5:12 am

Just a update I made it into the private beta test for rokbridge, cant tell you more then that, but I will update you when it gets close to release.

http://www.rocketwerx.com/joomla/extens ... ge-phpbb3/
mordon
Gimpy Developer
Gimpy Developer
 
Posts: 15
Joined: Sat Jul 08, 2006 1:28 am

Joomla Integration Guide

Postby hoho » Mon Dec 03, 2007 11:59 pm

the links to access your guide give me 404 errors.


Have you removed this ?
hoho
WR.net Apprentice
WR.net Apprentice
 
Posts: 1
Joined: Mon Dec 03, 2007 11:55 pm

Previous

Return to Joomla/Mambo

Who is online

Users browsing this forum: No registered users and 1 guest

cron