[Closed] Joomla 2.5

  • Eric vanBok
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
14 years 2 months ago - 14 years 2 months ago #1 by Eric vanBok
[Closed] Joomla 2.5 was created by Eric vanBok
I was just wondering if anyone has tested Joomdle with Joomla 2.5 yet?
Last edit: 14 years 2 months ago by Chris.

Please Log in or Create an account to join the conversation.

More
14 years 2 months ago #2 by Chris
Replied by Chris on topic Re: Joomla 2.5
Yes but limited testing. So far we have not experienced any errors and have not had any feedback suggesting that there are problems with 2.5.

Let us know how you go :)

Please Log in or Create an account to join the conversation.

  • Eric vanBok
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
14 years 2 months ago #3 by Eric vanBok
Replied by Eric vanBok on topic Re: Joomla 2.5
Thanks for the reply.

I have a project that is still in development, and just upgraded Joomla to 2.5. Joomdle looks to be working fine. I will be doing further testing this week to see how all functions are working, including integration with HikaShop.

I'll post any issues I have in this thread.

Please Log in or Create an account to join the conversation.

More
14 years 2 months ago #4 by Ron Wells
Replied by Ron Wells on topic Re: Joomla 2.5
Thanks for looking into. I'm planning the J2.5 / M2.2 upgrade as well...

Please Log in or Create an account to join the conversation.

More
14 years 2 months ago - 14 years 2 months ago #5 by Thomas
Replied by Thomas on topic Re: Joomla 2.5
I have installed joomdle 0.7 on joomdle 2.5.1 and moodle 2.2.2. System health checking is all ok, but when I use joomdle wrapper function to open a particular course (selected course has been specified in joomla back-end) it always show the moodle site front page (included course categories section by default) but not that course's page directly. It used to work properly on my old system (joomdle 0.7, joomla 1.7.3 and moodle 2.1.2).
Any suggestions are always appreciated.
Thanks a lot.
Last edit: 14 years 2 months ago by Thomas.

Please Log in or Create an account to join the conversation.

More
14 years 2 months ago #6 by Antonio Durán
Replied by Antonio Durán on topic Re: Joomla 2.5
Hi there. Thanks for the report.
I confirm this is a Joomdle bug.

If you want to fix it yourself now, edit: /components/com_joomdle/views/wrapper/view.html.php
Change:
$params = &JComponentHelper::getParams( 'com_joomdle' );
By:
$app = JFactory::getApplication();
$params = $app->getParams();

Antonio

Please Log in or Create an account to join the conversation.

More
14 years 2 months ago #7 by Thomas
Replied by Thomas on topic Re: Joomla 2.5
The bug has been fixed.

Thank Antonio for your really nice support.

Please Log in or Create an account to join the conversation.