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.

Before posting in this category, please read sticky topics and, as general background, My Joomla site template makes a mess of Kunena .

If you have questions about third-party templates, please use the User-written Templates category or contact the author directly. This category should only be used for questions about templates developed and supported by the Kunena project.

Question Removing some elements from the Kunena

More
15 years 7 months ago #63134 by kubson.cz
Hi! Two problems:

1) I'd like to remove a view counter from my forum. I use a default template for Kunana 1.6 (RC3). Which file I have to edit? And how?

2) I'd ike to remove this line:



Any ideas?

Thanks a lot in advance!

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

More
15 years 7 months ago #63218 by kubson.cz
I hope it's possible. I saw one forum without these elements...

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

More
15 years 7 months ago #63272 by kubson.cz
ok, so:

2) i've just managed to remove this line by editing pathway.php file from 'default'.

aby ideas about 1st problem?

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

More
15 years 7 months ago #64995 by severdia
Nazdarek kubson,

Yes, it's possible but requires template changes in a few files. In your template folder, find these two files and remove those columns:

In flat.php, around line 48, remove:
Code:
<td class="kcol-mid kcol-ktopicviews"> <!-- Views --> <span class="ktopic-views-number"><?php echo CKunenaTools::formatLargeNumber ( intval($leaf->hits) );?></span> <span class="ktopic-views"> <?php echo JText::_('COM_KUNENA_GEN_HITS');?> </span> <!-- /Views --> </td>

Remove the same from flat_cats.php, around line 55 and moderate_messages.php around line 73.

Author of Using Joomla from O'Reilly Media. | www.usingjoomlabook.com

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

Time to create page: 0.231 seconds