Joomla Integration Guide

Joomla/Mambo integration forum

Re: Joomla Integration Guide

Postby Thumann » Tue Aug 01, 2006 11:15 am

Skald wrote:Ok, I am going to reinstall it. Do I make its own DB, let it access others?

You make the tables for it.. in a database of your choice..
Regs. Thumann
http://fc-guild.org | Go Joomla! | Author of the Joomla Integration Guide
Thumann
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 78
Joined: Mon Jul 10, 2006 11:03 pm
Location: Copenhagen, Denmark

Joomla Integration Guide

Postby Skald » Tue Aug 01, 2006 10:39 pm

Got it, thanks. Your guide is great, but I'm not exactly a professional builder.

Also, you may want to check out Joomla-phpBB Bridge instead of the one from Tim-online. I tried numerous times to install the one from the guide but to no avail. Tried this one and it was installed the first time.
Skald
WR.net Apprentice
WR.net Apprentice
 
Posts: 16
Joined: Mon Jul 24, 2006 5:31 am

Re: Joomla Integration Guide

Postby Thumann » Tue Aug 01, 2006 10:58 pm

Skald wrote:Got it, thanks. Your guide is great, but I'm not exactly a professional builder.

Also, you may want to check out Joomla-phpBB Bridge instead of the one from Tim-online. I tried numerous times to install the one from the guide but to no avail. Tried this one and it was installed the first time.


Page down?
Regs. Thumann
http://fc-guild.org | Go Joomla! | Author of the Joomla Integration Guide
Thumann
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 78
Joined: Mon Jul 10, 2006 11:03 pm
Location: Copenhagen, Denmark

Joomla Integration Guide

Postby Skald » Wed Aug 02, 2006 3:50 am

Which page? The one for the Joomla-phpBB bridge?
Skald
WR.net Apprentice
WR.net Apprentice
 
Posts: 16
Joined: Mon Jul 24, 2006 5:31 am

Joomla Integration Guide

Postby Thumann » Wed Aug 02, 2006 11:35 am

It's up again now..

:-O i'll give it look
Regs. Thumann
http://fc-guild.org | Go Joomla! | Author of the Joomla Integration Guide
Thumann
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 78
Joined: Mon Jul 10, 2006 11:03 pm
Location: Copenhagen, Denmark

Joomla Integration Guide

Postby Skald » Wed Aug 02, 2006 5:59 pm

Sweet.

Its not that bad of a bridge. Lot less editing than yours (though still love the guide).

I used it to bridge it at my site Damage Inc
Skald
WR.net Apprentice
WR.net Apprentice
 
Posts: 16
Joined: Mon Jul 24, 2006 5:31 am

Re: Joomla Integration Guide

Postby Thumann » Wed Aug 02, 2006 6:20 pm

Skald wrote:Sweet.

Its not that bad of a bridge. Lot less editing than yours (though still love the guide).

I used it to bridge it at my site Damage Inc


Myeah.. it's not run as a component though.. as i can see.

It's run more or less like a wrapped item..

And.. for the record.. the bridging used in the guide is ALOT simpler if you aren't limited by safemode etc.. :)

But i wanted to write the guide in worst case scenario.. to limit the amount of support stuff.. hehe

But in any case.. looks like a nice implementation..
Regs. Thumann
http://fc-guild.org | Go Joomla! | Author of the Joomla Integration Guide
Thumann
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 78
Joined: Mon Jul 10, 2006 11:03 pm
Location: Copenhagen, Denmark

Joomla Integration Guide

Postby Skald » Thu Aug 03, 2006 12:03 am

I don't have safemode for my site.

Well, lots of people have been saying there has been problems with 1.0.10 (can't get JCE installed for one).

Well, let them know if they can't get the comonent installed they can bridge it.
Skald
WR.net Apprentice
WR.net Apprentice
 
Posts: 16
Joined: Mon Jul 24, 2006 5:31 am

Joomla Integration Guide

Postby Neflite » Tue Aug 08, 2006 1:31 pm

Very nice guide, but i´ve always the same problem.If i make a new wrapped link to e.g. EQDKP or Roster he wrapps the first page fine, but if i click on a link in the wrapped page he starts to make a full screen of the application (he opens it not wrapped!)

Any ideas?
Neflite
WR.net Apprentice
WR.net Apprentice
 
Posts: 5
Joined: Wed Jul 05, 2006 2:49 pm

Re: Joomla Integration Guide

Postby Thumann » Tue Aug 08, 2006 5:07 pm

Neflite wrote:Very nice guide, but i´ve always the same problem.If i make a new wrapped link to e.g. EQDKP or Roster he wrapps the first page fine, but if i click on a link in the wrapped page he starts to make a full screen of the application (he opens it not wrapped!)

Any ideas?


If it was a nice guide.. why didn't you read it? ;-p hehe..

naah.. check this -> Joomla Integration Guide - Wrapping

It's because the links are "wrong"
Regs. Thumann
http://fc-guild.org | Go Joomla! | Author of the Joomla Integration Guide
Thumann
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 78
Joined: Mon Jul 10, 2006 11:03 pm
Location: Copenhagen, Denmark

Re: Joomla Integration Guide

Postby Neflite » Wed Aug 09, 2006 12:56 pm

I read it very well, but it didn´t work for me... :cyclops2:

All i have to do is just make a wrapped link and change the following, right?

Line 298:
${$var} .= '<a href="' . $this->root_path . $menu['link'] . '" class="copy" target="_top">' . $menu['text'] . '</a> | ';

Change it to be:
${$var} .= '<a href="' . $this->root_path . $menu['link'] . '" class="copy" target="_self">' . $menu['text'] . '</a> | ';


If this are the only changes concerning EQDKP, then i can tell you for sure, that it didn´t work for me....

But maybe it´s a general problem, because all wrapped Links only show me just the first page "wrapped"...

Here´s a link to my test-page:

http://neflite.ne.funpic.de
Neflite
WR.net Apprentice
WR.net Apprentice
 
Posts: 5
Joined: Wed Jul 05, 2006 2:49 pm

Re: Joomla Integration Guide

Postby Thumann » Wed Aug 09, 2006 1:03 pm

Neflite wrote:I read it very well, but it didn´t work for me... :cyclops2:

All i have to do is just make a wrapped link and change the following, right?

Line 298:
${$var} .= '<a href="' . $this->root_path . $menu['link'] . '" class="copy" target="_top">' . $menu['text'] . '</a> | ';

Change it to be:
${$var} .= '<a href="' . $this->root_path . $menu['link'] . '" class="copy" target="_self">' . $menu['text'] . '</a> | ';


If this are the only changes concerning EQDKP, then i can tell you for sure, that it didn´t work for me....

But maybe it´s a general problem, because all wrapped Links only show me just the first page "wrapped"...

Here´s a link to my test-page:

http://neflite.ne.funpic.de


You aren't using the standard eqdkp menu..
So check your modded files and change all link targets to be target="_self"
Regs. Thumann
http://fc-guild.org | Go Joomla! | Author of the Joomla Integration Guide
Thumann
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 78
Joined: Mon Jul 10, 2006 11:03 pm
Location: Copenhagen, Denmark

Joomla Integration Guide

Postby Mulvi » Wed Aug 30, 2006 2:04 am

Hi Thumann,

Exellent guide, I followed it last night, and got everything setup almost perfectly. Still got some issues with templates, but that was expected. I also had some database problems, but I got them solved (I think). They were probably due to me mixing up some of the manual updates (yeah I know, rtfm :( ).

I do have a question though, about the Joomla - phpBB user integration. Should it be possible to use both phpBB as a component AND use the 'standalone' phpBB site? Of course not at the same time, but if I e.g register in the 'standalone' should I then be reckonised as a valid user in Joomla and the phpBB component inside Joomla? And vise versa?
Mulvi
WR.net Apprentice
WR.net Apprentice
 
Posts: 1
Joined: Thu Aug 24, 2006 10:36 pm

Joomla Integration Guide

Postby Equisetum » Mon Sep 04, 2006 3:36 am

Hi all,

As of today (Sunday, 9/3/06) the joomlastuff.org website is down, so I can't get the files necessary to install the phpBB portion. Does anyone have a mirror or other ideas?

Any help is appreciated! Thanks Thumann for an awesome guide!!
User avatar
Equisetum
WR.net Apprentice
WR.net Apprentice
 
Posts: 65
Joined: Mon Jul 24, 2006 6:44 am

Re: Joomla Integration Guide

Postby Thumann » Tue Sep 05, 2006 4:11 pm

Mulvi wrote:I do have a question though, about the Joomla - phpBB user integration. Should it be possible to use both phpBB as a component AND use the 'standalone' phpBB site? Of course not at the same time, but if I e.g register in the 'standalone' should I then be reckonised as a valid user in Joomla and the phpBB component inside Joomla? And vise versa?


Sure.. you can run "two" version if you'd like..

Though on the second one.. change it to use the jos_users as the user table.. the rest is the 'same'

You change it in the constants.php file.. i think it's located under phpbb2/includes
Regs. Thumann
http://fc-guild.org | Go Joomla! | Author of the Joomla Integration Guide
Thumann
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 78
Joined: Mon Jul 10, 2006 11:03 pm
Location: Copenhagen, Denmark

PreviousNext

Return to Joomla/Mambo

Who is online

Users browsing this forum: No registered users and 1 guest

cron