Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] 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.

The Kunena team is also pleased to announce the twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.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.

Question Images Not Showing - Something changed

More
16 years 5 months ago - 16 years 5 months ago #35886 by Xerosigma
I didn't personally make this change so I don't know how or why it happened. But the images for my board will no show. You can see the issue here:

dontforgetyourkies.com/tcro/index.php?op...=com_kunena&Itemid=5

The image url SHOULD be: /tcro/components/com_kunena/template/200907_the_solid_black_153/images/english/icons

But for some reason, has changed to:
/tcro/components/com_kunena/template/200907_the_solid_black_153/images//icons/post_nonew.png
Last edit: 16 years 5 months ago by Xerosigma.

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

More
16 years 5 months ago #36120 by xillibit
Hello,

Do you have tried with the template default_ex if the problem is the same.

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
16 years 5 months ago #36306 by Xerosigma
Yes I have tried. The problem is still the same.

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

More
16 years 5 months ago #36315 by xillibit
In the file components/com_kunena/class.kunena.php, do you have modified these constants:

check that you don't have slash between KUNENA_URLIMAGESPATH and icons, for others it's the same
Code:
// url images path define('KUNENA_URLICONSPATH', KUNENA_URLIMAGESPATH . 'icons/'); // url icons path define('KUNENA_URLEMOTIONSPATH', KUNENA_URLIMAGESPATH . 'emoticons/'); // url emoticons path define('KUNENA_URLGRAPHPATH', KUNENA_URLIMAGESPATH . 'graph/'); // url graph path define('KUNENA_URLRANKSPATH', KUNENA_URLIMAGESPATH . 'ranks/');

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
16 years 5 months ago #36319 by Xerosigma
Here is mine:
Code:
// url images path define('KUNENA_URLICONSPATH', KUNENA_URLIMAGESPATH . 'icons/'); // url icons path define('KUNENA_URLEMOTIONSPATH', KUNENA_URLIMAGESPATH . 'emoticons/'); // url emoticons path define('KUNENA_URLGRAPHPATH', KUNENA_URLIMAGESPATH . 'graph/'); // url graph path define('KUNENA_URLRANKSPATH', KUNENA_URLIMAGESPATH . 'ranks/');

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

More
16 years 5 months ago - 16 years 5 months ago #36321 by sozzled
I don't know the specific answer, but there looks to be a problem with the language setting. The constant KUNENA_LANGUAGE is being set to a null value; KUNENA_LANGUAGE is defined in the file ../components/com_kunena/lib/kunena_defines.com. It derives its value from the language setting for the site, however it you could probably override that value (i.e. set it to 'english') if you wanted to.

Are you using Joomla 1.5 in "legacy mode"? My quick reading on the internet suggests that this might have something to do with why a call to the Joomla PHP function getbackwardlang() is behaving strangely at your site.
Last edit: 16 years 5 months ago by sozzled.

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

Time to create page: 0.275 seconds