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.
Question images for categories
i've a question : I want tu put an image to llustrate the categories in my forum (i'm not talking about icons !), so, in the description of the categories, I insert a BBcode for an image, problem : when i clic on the image, it doesn't open the category, it open the image in a popup...
then, i insert a bbcode with the URL of the categories + bbcode for the image. this time, when i clic on the image, it redirect me to the category but in a new window
I hope it's possible :S
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
open the kunena.parser.php and change blank to parent, line 264
components/com_kunena/lib/kunena.parser.php
Regards
Please Log in or Create an account to join the conversation.
i finally find the solution yesterday, but instead of "parent", i insert "self", it's working fine. what's the difference between "parent" and "self" ?
Please Log in or Create an account to join the conversation.
what's the difference between "parent" and "self" ?
Here is an explanation (better than I could do with my poor english
target _parent
target _self
Please Log in or Create an account to join the conversation.