- Posts: 17
- Thank you received: 0
Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] 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 eleventh 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 Possible Bug - Hidden Link and Broken Link - Generated By Kunena
I've posted this in templates because I think it possibly pertains to the template php calling a link that should not be called.
I noticed a number of strange broken links today while looking at my site in Google webmaster tools.
There are a number of broken links formatted like this:
<a href="/0"></a>
Displaying on this page:
joomlabear.com/Forum/JoomlaBear-Theme-Showcase/
You need to view source and search for <a href="/0"></a>
This obviously links to: joomlabear.com/0 which is a broken link.
But of more concern is that the link is actually hidden - the link tags are not surrounding any element or text. This makes it a hidden link in Google's eyes and something a site could be penalized for.
The link comes up in the source code right next to the emoticon beside each post.
Any help would be appreciated as I'd like to get rid of the hidden links ASAP (I fear I've already been penalized by Google).
Thx
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Thanks for reporting this, I will transmit to the DEVs, they will check this when have time.
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.
Please Log in or Create an account to join the conversation.
I'm using template default_ex.
In the kunena template directory I found and removed the below from flat.php :
echo CKunenaLink::GetSimpleLink($id);
This is located at line 212 in the larger block of code shown below.
<td class = "td-2" align="center">
<?php echo CKunenaLink::GetSimpleLink($id);
echo $leaf->topic_emoticon == 0 ? '<img src="' . KUNENA_URLEMOTIONSPATH . 'default.gif" border="0" alt="" />' : "<img src=\"" . $topic_emoticons[$leaf->topic_emoticon] . "\" alt=\"emo\" border=\"0\" />"; ?>
</td>
Please Log in or Create an account to join the conversation.
i had same problem with my site before i had more than 5000 article (not use kunena)
i belive its a joomla sef core problem
Please Log in or Create an account to join the conversation.