- Posts: 77
- 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.
This category may also contain a few topics relating to K 1.6 that may have been moved here possibly by mistake.
The topics in this category are for historical interest only. Owing to the structural differences between K 1.6 and K 1.7, these ideas in these topics will not work with later versions and, for that reason, the topics are locked.
Question number of posts not appearing on personal information
Please Log in or Create an account to join the conversation.
Because you are not using the default_ex kunena template, it will hard to determinate the cause of the issue.
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.
<?php } ?>
<tr class ="<?php echo $boardclass; ?>sectiontableentry1">
<td class = "td-1 fbm"><b><?php echo _KUNENA_MYPROFILE_REGISTERDATE; ?></b> </td>
<td class = "td-2 fbm"><?php echo $registerDate; ?></td>
</tr>
<!--tr class ="<?php echo $boardclass; ?>sectiontableentry1">
<td class = "td-1 fbm"><b><?php echo _KUNENA_MYPROFILE_LASTVISITDATE; ?></b> </td>
<td class = "td-2 fbm"><?php echo $lastvisitDate; ?></td>
</tr-->
<tr class ="<?php echo $boardclass; ?>sectiontableentry1">
<td class = "td-1 fbm"><b><?php echo _KUNENA_MYPROFILE_POSTS; ?></b> </td>
<td class = "td-2 fbm"><?php echo $numPosts; ?></td>
</tr>
<tr class ="<?php echo $boardclass; ?>sectiontableentry1">
<td class = "td-1 fbm"><b><?php echo _KUNENA_MYPROFILE_PROFILEVIEW; ?></b> </td>
<td class = "td-2 fbm"><?php echo $userinfo->uhits; ?></td>
</tr>
Please Log in or Create an account to join the conversation.
can you attach here the file summary.php (ziped). Thank You.
Please Log in or Create an account to join the conversation.
Hey I attached it but don't waste too much time on it as I don't think it'll be useful for other users, for now I commented off the number of messages as well as they are listed just below each user anyway. Thanks in any case!
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.