Kunena 6.4.13 Released

The Kunena team has announce the arrival of Kunena 6.4.13 [6.4.13] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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 6.0
Hint: This version is primarily intended to facilitate an upgrade if Joomla was first updated to version 6.1 before Kunena was up to dated.

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 3 question: pathway, 'mark all forums read' and some tabs

More
16 years 3 months ago - 16 years 3 months ago #46065 by jankees
jankees wrote:

3. I want the tabs as displayed on the right site here (below my post count) 'online / offline' and 'my profile' not to be showed. How can I do that?

I have no idea what you want or what this would look like. Would you like to post an illustration that shows what you have in mind, please?[/quote]

I want to hide the encircled 2 tabs. How to do that?

[img]http://foto-uploaden.nl/imgs/kunena box.jpg[/img]
Last edit: 16 years 3 months ago by jankees.

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

More
16 years 3 months ago #46254 by jankees

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

More
16 years 3 months ago #46823 by jankees
Come on guys. I am sure this shouldn't be hard for you guys. Would help a noob like me a lot B)

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

More
16 years 3 months ago #47056 by Matias
The row can be found in components/com_kunena/template/default_ex/message.php around line 260-280:
Code:
<?php if (isset($msg_online)) { echo $msg_online; } ?> <?php if (isset($msg_pms)) { echo $msg_pms; } ?> <?php if (isset($msg_profile)) { echo $msg_profile; } ?>

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

More
16 years 3 months ago #47087 by jankees
Matias, hero.

Works. Many many thanks!!!

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

Time to create page: 0.253 seconds