Kunena 6.4.9 & Kunena 7.0.1 Released

The Kunena team has announce the arrival of Kunena 6.4.9 [K 6.4.9] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/5.4.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 6.4

The Kunena team has announce the arrival of Kunena 7.0.1 [K 7.0.1] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/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

Important note: Go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated. This is particularly necessary for major version jumps so that the table changes are adapted.

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.

Question Forum Images not showing

More
15 years 4 months ago #61964 by ke4obt
Replied by ke4obt on topic Re: Forum Images not showing
Hey sozzled,

Having never used a tag like that before I think I am in need of a sample setup please.:unsure:


Thanks Flip

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

More
15 years 4 months ago #61965 by sozzled
You can PM me the account details, if you prefer. :)

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

More
15 years 4 months ago #61978 by ke4obt
Replied by ke4obt on topic Re: Forum Images not showing
PM has been sent.

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

More
15 years 4 months ago - 15 years 4 months ago #61993 by ke4obt
Replied by ke4obt on topic Re: Forum Images not showing
Hey All,

Now that i've had a bit of sleep I noticed that the path to the images is wrong and I have no idea where to go to make the fix.
It seems to be looking here:
/components/com_/template/default/images/emoticons/whistling.png ..
instead of here:
/components/com_kunena/template/default/images/emoticons/whistling.png ..
Where should I look to set the correct path?

Any and all help welcome.

Thanks Flip

*edit* forgot to mention - I'm using the default template - Blue eagle - in Kunena.
Last edit: 15 years 4 months ago by ke4obt.

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

More
15 years 4 months ago #62297 by sozzled
Solution found after discussion of problem with the user. The problem involving the loss of the images was caused by the misuse of another component [reReplacer] which attempted to replace every occurrence of the string "Kunena" with "". Therefore
Code:
../components/com_kunena/template/default/images/emoticons/whistling.png
became
Code:
../components/com_/template/default/images/emoticons/whistling.png
This also meant that all of the Kunena CSS template did not render (the menu appeared as a list instead of as a horizontal series of tabs, for instance).

The discussion also led to the discovery of the loss of the BBcode toolbar. This was cause by the use of a site template that completely prevented the Joomla Mootools 1.2.4 library being loaded. The site template was JS Appbox (js_app) developed by Barrie North. Despite template settings stating that it should enable mootools.js it was apparent that this template does not work with Joomla Mootools 1.2.4 and therefore it is unsuitable for Kunena 1.6

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

More
15 years 4 months ago #62566 by sozzled
Working very closely with the user, we have implemented an alternative Joomla site template that works well.

The key in this case is, when selecting a site template for Joomla, make sure that you find one that states is works for Mootools 1.2.4.

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

Time to create page: 0.373 seconds