The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] 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
Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.
I have style overrides on my site for jomsocial but the config setup in jomsocial is for 'default' style. I noticed when a user clicks a forum post, than has the ability to read it and PM the user who wrote it because i enabled jomsocial integration, kunena loads the default jomsoial style (which I had been overriding) and it kind of breaks some stuff I am injecting into my page.
I have a few community things I have placed in my site template so they are everywhere on the site, like the user toolbar for example. And when I click on a specific forum post to read it, the toolbar reverts back to jomsocial default styling. Where is the code where kunena loads jomsocial templates? I need to remove it so it doesn't override my overrides...I also want to integrate chat functionality on top of private messaging so I need to add some code to it as well. Thanks.
I tracked it down, but I think code modifications need to be made to realise that jomsocial allows template overriding and kunena should not be loading the css file the way it does. It should do it the 'jomsocial way' which will determine if style overriding exists and load the correct stylesheet. Just a thought...