Kunena 7.0.9 & Kunena 6.4.14 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.9 [K 7.0.9] 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 7.0

Question Load "period" selection dropbox on first page of user profile too

More
5 days 15 hours ago - 5 days 15 hours ago #235314 by 9themestore
Hi @ernst67,
I have just released an update for the NTS KBee template for Kunena version 6.4.x. You can download it again and update your website.

To display the filter dropdown right from the first page, please follow the steps below.

1. Open the default.php file in the "nts_kbee/layouts/message/list/" folder.
2. Replace:
Code:
<?php if ($view != 'user') : ?>   <div id="filter-time" class="filter-time">     <h2 class="filter-sel"><?php echo Text::_('COM_KUNENA_TIME_RANGE'); ?></h2>     <form action="<?php echo $this->escape(Uri::getInstance()->toString()); ?>" id="timeselect" name="timeselect" method="post" target="_self" class="form-inline d-none d-sm-block">     <?php $this->displayTimeFilter('sel'); ?>     <?php echo HTMLHelper::_('form.token'); ?>   </form> </div> <?php endif; ?>


by
Code:
<div id="filter-time" class="filter-time">   <h2 class="filter-sel"><?php echo Text::_('COM_KUNENA_TIME_RANGE'); ?></h2>   <form action="<?php echo $this->escape(!empty($this->moreUri) ? KunenaRoute::_((string) $this->moreUri) : Uri::getInstance()->toString()); ?>" id="timeselect" name="timeselect" method="post" target="_self" class="form-inline d-none d-sm-block">     <?php $this->displayTimeFilter('sel'); ?>     <?php echo HTMLHelper::_('form.token'); ?>   </form> </div>


Save and reload your website to view all changes.

Kind regards,

- Please provide your site url if it has been lived.
- Please share tip if it worked fine with you.
- Don't be shy about using the "Thanks" button below if you found my comment helpful :)
Last edit: 5 days 15 hours ago by 9themestore.
The topic has been locked.
More
4 days 10 hours ago #235323 by ernst67
Thank you 9themestore,

It does work, but it now messes up the layout of the page. But: Only in case you're not logged into the forum.

Check this user for instance:
www.joomlaeventmanager.net/forum/user/15209-fabix
If you do log in the page layout is normal.

Another thing is that the search fox is notright-aligned any more. 

And lastly:
The period selector is on 'All' on the first page, and then jumps to 'Month' on the second page.....

Cheers, Ernst
The topic has been locked.
More
4 days 3 hours ago #235325 by 9themestore
Hi,
I couldn't reproduce the issue in our local environment. I suspect your layout might be missing one or more `</div>` tags. Please double-check the code, or send me the layout file, and I'll help you identify the cause of the layout breakage.

Kind regards,

- Please provide your site url if it has been lived.
- Please share tip if it worked fine with you.
- Don't be shy about using the "Thanks" button below if you found my comment helpful :)
The topic has been locked.
More
3 days 19 hours ago - 3 days 19 hours ago #235327 by ernst67
This message contains secure information
Last edit: 3 days 19 hours ago by ernst67.
The topic has been locked.
More
2 days 18 hours ago - 2 days 18 hours ago #235344 by Pinkeltje
@ernst67
Questions about the NTS KBee template are specific to the developers of that template, not for this forum. Could you please direct your question straight to their forum ( www.9themestore.com/forum/nts-kbee.html ) or open a ticket with them?

One more thing: your posts here marked "This message contains secure information" are only visible to yourself and the moderators, not to other forum users (including 9themestore). So he can't actually read your question that way.
Last edit: 2 days 18 hours ago by Pinkeltje.
The following user(s) said Thank You: 9themestore
The topic has been locked.
More
2 days 11 hours ago #235350 by ernst67
OK, will do so. And sorry, I misunderstood how the private messaging works.

Thanks
The topic has been locked.
Time to create page: 0.244 seconds