Page 2 of 3

Re: More Joomla

Posted: 18 Dec 2009, 08:14
by carabusu
It's working, very nice stuff

Thanks a lot,
Mihai

Re: More Joomla

Posted: 18 Dec 2009, 12:07
by RussH
carabusu wrote:It's working, very nice stuff

Thanks a lot,
Mihai
I've reworked the job list display from a table based display to a CSS based one. That's what's used in the chasejobs.co.uk demo site currently. If you want the code, (I'll eventually update subversion) - I can mail it onto you in the meanwhile.

Re: More Joomla

Posted: 18 Dec 2009, 12:16
by carabusu
yes, definitely I want it :D

Thanks a lot man,
Mihai

Re: More Joomla

Posted: 21 Dec 2009, 08:51
by carabusu
Hi,

one more question, I could not figure one how to make to be displayed the catsone component in the administration section of the joomla,
Can you help here please?

Thanks,
Mihai

Re: More Joomla

Posted: 04 Feb 2010, 20:36
by RussH
carabusu wrote:Hi,

one more question, I could not figure one how to make to be displayed the catsone component in the administration section of the joomla,
Can you help here please?

Thanks,
Mihai

There's nothing to show in the admin section :-)

Re: More Joomla

Posted: 13 Apr 2010, 16:08
by mariux
Great piece of software this CATS! Love it!!
Integrating with Joomla is all the more awsome!

However... :oops: I can't seem to find why is it that on the job list page there are no joomla modules shown.
That is, when a user clicks to see the jobs list, the joomla modules are not visible, but instead a blank space (where the modules should have been) is shown.

Is it something that I'm doing wrong?

Thanks for everything!

Re: More Joomla

Posted: 13 Apr 2010, 22:45
by RussH
mariux wrote:Great piece of software this CATS! Love it!!
Integrating with Joomla is all the more awsome!

However... :oops: I can't seem to find why is it that on the job list page there are no joomla modules shown.
That is, when a user clicks to see the jobs list, the joomla modules are not visible, but instead a blank space (where the modules should have been) is shown.

Is it something that I'm doing wrong?

Thanks for everything!
Hi mariux,

the Joomla module (to date) is admittedly a bit complex to setup. There's work afoot (!) ot get a 'proper' jomla module with an installer, and configuration options form the admin interface. We're a few weeks away from having that finalised.. well I say 'we', but I'm not doing the heavy lifting!

Watch this space...

However if you're using the 'current' joomla module/component/plug-in, then you need to manually enter the details of your server name, db name, db username, password into multiple configuration files, as detailed here;

https://opencats.assembla.com/code/open ... txt?rev=96

Re: More Joomla

Posted: 14 Apr 2010, 09:19
by mariux
The cats module works flawlessly.

It is only on the page that lists the available joborders (domain/components/com_catsone/views/details/tmpl/default.php), that all the other Joomla modules do not show. However, they are included in the script, since the code is present in the output source code, but it is not visible in the borwser.

I fugure, since a picture is worth a thousand words, to show you would be best. Here is the page in discussion, and the "blank" space to the left should contain all other joomla models: http://test.qualitance.ro/index.php?option=com_catsone .

Thanks

Re: More Joomla

Posted: 14 Apr 2010, 09:26
by mariux
Oh, and another thing... say I want to display some data from the cats DB into a jooma article/page.
In my case, Joomla and CATS don't share the same DB (but are on the same server). How can I manually load the CATS "enviroment" (DB connection variables) onto the joomla page?

I'm guessing it should be something like:
Code: Select all
jimport('joomla.application.component.helper');
require_once(JPATH_BASE.DS.'components'.DS.'com_catsone'.DS.'controller.php');

...but that's not it. I still cannot connect to CATS DB from the joomla page.

Re: More Joomla

Posted: 14 Apr 2010, 10:56
by RussH
Bit tied up - but a quick response on the 'how to connect' query is - take a look at the code required here;

https://opencats.assembla.com/code/open ... php?rev=96