- Posts: 38
- Thank you received: 0
Blue Eagle 5 v1.6.2 has been Released for Kunena 5.2 (20 Jan 2021)
The Kunena team has announce the arrival of Kunena template Blue Eagle 5 v1.6.2 which is now available for download. This version addresses most of the issues that were discovered in development.
REQUIREMENTS
Blue Eagle 1.6.x requires Kunena 5.2.x to work with
Question
Quickreply - How to disable (and/or hide) ?
PHP 7.0.x + Joomla 3.6.5 + Kunena 5.0.5
Please, How to disable (and/or hide) the "Quickreply" button (feature) ?!?
In Kunena > Templates > Edit Crypsis > Basic Settings > Type Quickreply: I can choose only if Default / Modal / Always Visible
Would be a good solution for all users have it like: Quickreply: Disable / Type Default / Type Modal / Type Always Visible
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
wonderful! Many thanks, I'll stay tuned...
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
\components\com_kunena\template\crypsis\layouts\message\edit\full.php
line 136 like this
<!--<a href="index.php?option=com_kunena&view=topic&layout=reply&catid=<?php echo $message->catid;?>&id=<?php echo $message->thread;?>&mesid=<?php echo $message->id;?>&Itemid=<?php echo KunenaRoute::getItemID();?>" role="button" class="btn btn-small btn-link pull-right" rel="nofollow"><?php echo JText::_('COM_KUNENA_GO_TO_EDITOR'); ?></a>-->
that hides the "go to editor..." link when I have the Crypsis template QuickReply configuration set to "Always Visible' (which removes Quickreply button from next to the Actions dropdown, and has a main Quickeditor panel at the bottom of the thread)
hope this helps somebody!
Please Log in or Create an account to join the conversation.
Please, Do you have any news about ?810 wrote: ok, will add a extra option to disable it.
@mikerotec Thanks for sharing your trick
Please Log in or Create an account to join the conversation.

Please Log in or Create an account to join the conversation.
Many Thanks, really I'd like to don't hack the code...
Please Log in or Create an account to join the conversation.
You can do it with template overrides. docs.kunena.org/en/faq/template-overridesMany Thanks, really I'd like to don't hack the code...
Please Log in or Create an account to join the conversation.
Forum Access
- Not Allowed: to create new topic.
- Not Allowed: to reply.
- Not Allowed: to edit your message.