Kunena 7.0.3 Released

The Kunena team has announce the arrival of Kunena 7.0.3 [K 7.0.3] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0

This is not a support forum for uddeIM or its related products. For uddeIM support you should visit the developer's website .

The information given in this category is intended to guide users who want to use uddeIM with Kunena and, mostly, was written by Kunena users. The information here is not necessarily accurate, up-to-date nor is it intended to replace the support given by the developers of uddeIM.

If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.

Question uddeIM on Joomla 4

More
2 years 8 months ago #228742 by Quickening
Replied by Quickening on topic uddeIM on Joomla 4
I had the impression no J4 support for K2 and removed it.

The uddeIM developer did make it work (mostly) on J4. I believe he provides no install package because he doesn't want to support it. He dropped support years ago and the Community Builder team was providing support instead, but now they have their own PMS.

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

More
2 years 2 months ago #230624 by Goldie
Replied by Goldie on topic uddeIM on Joomla 4
Hi,

I also use UddeIM in J4 and it works well. I only found 3 small bugs there:
  1. Database upgrade error - made it $configversion = "2.6" in administrator/components/com_uddeim/admin.uddeim.php before upgrade
  2. Wrong pagination links in Inbox, Postbox as uddeIM now expects &limitstart and not &start. Fixed it in components/com_uddeim/uddeimlib41.php in class uddeIMmosPageNav function writePagesLinks($link = null) by using
    Code:
    return str_replace("start=","limitstart=",$this->getPagesLinks());
  3. Removed some old J1.5 code in plugins/content/uddeim_contentlink/uddeim_contentlink.php as it cuased a syntax error when applying JVersion()->RELEASE
Everything else works fine for my users with UddeIM 4.0 and Kunena 6.2.3 incl. premium software for UddeIM. But I already tried UddeIM 4.0 on J5 without B/C plugin enabled. It fails and you need B/C plugin.
The following user(s) said Thank You: xamonix

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

More
2 years 2 months ago #230625 by Goldie
Replied by Goldie on topic uddeIM on Joomla 4
Hi,

I appreciate and praise very much that Kunena team has finally create a UddeIM Integration plugin again.

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

More
2 years 2 months ago #230630 by Quickening
Replied by Quickening on topic uddeIM on Joomla 4
I had to fix those too - and others. I probably should have posted those before to save people the trouble but we don't have a uddeIM forum for that!

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

More
2 years 2 months ago #230633 by xillibit
Replied by xillibit on topic uddeIM on Joomla 4
You can check the repository of Uddeim time to time because the author still update it : github.com/slabbi/uddeIM

I don't provide support by PM, because this can be useful for someone else.

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

More
2 years 2 months ago - 2 years 2 months ago #230634 by Goldie
Replied by Goldie on topic uddeIM on Joomla 4
Hi,

I can also confirm that I have it since today running on native Joomla 5 without behavior compatibility plugin including Kunena integration

You need to replace all legacy classes
  • JFactory to Factory   AND  use Joomla\CMS\Factory;
  • JRoute to Route  AND use Joomla\CMS\Router\Route;
  • JURI to URI  AND use Joomla\CMS\URI\URI;
  • JPagination to \Joomla\CMS\Pagination\Pagination
  • JInputFilter to InputFilter  AND use Joomla\CMS\Filter\InputFilter;
Good to know that Slabi is still active. If I only was familiar with github. Then I could report some issues there.
Last edit: 2 years 2 months ago by Goldie.
The following user(s) said Thank You: Quickening

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

Time to create page: 0.291 seconds