- Posts: 38
- Thank you received: 0
Kunena 7.0.2 Released
The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/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
Question Quickreply - How to disable (and/or hide) ?
9 years 2 months ago - 9 years 2 months ago #182806
by joomleb
Quickreply - How to disable (and/or hide) ? was created by joomleb
Hi guys,
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
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
Last edit: 9 years 2 months ago by joomleb.
Please Log in or Create an account to join the conversation.
9 years 2 months ago #182811
by 810
Replied by 810 on topic Quickreply - How to disable (and/or hide) ?
ok, will add a extra option to disable it.
The following user(s) said Thank You: joomleb
Please Log in or Create an account to join the conversation.
9 years 2 months ago #182823
by joomleb
Replied by joomleb on topic Quickreply - How to disable (and/or hide) ?
Hi 810,
wonderful! Many thanks, I'll stay tuned...
wonderful! Many thanks, I'll stay tuned...
Please Log in or Create an account to join the conversation.
9 years 2 months ago #183017
by mikerotec
Replied by mikerotec on topic Quickreply - How to disable (and/or hide) ?
and how about a FIX for "go to editor"??? Its broken in my 5.0.5 (all text is LOST going to editor!) and here in this forum too
Please Log in or Create an account to join the conversation.
9 years 2 months ago #183018
by mikerotec
Replied by mikerotec on topic Quickreply - How to disable (and/or hide) ?
even better... for now I would just like to hide the "go to editor" text (would solve my current crisis)
Please Log in or Create an account to join the conversation.
9 years 2 months ago - 9 years 2 months ago #183019
by mikerotec
Replied by mikerotec on topic Quickreply - How to disable (and/or hide) ?
FOUND A WORKAROUND: I commented out
\components\com_kunena\template\crypsis\layouts\message\edit\full.php
line 136 like this
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!
\components\com_kunena\template\crypsis\layouts\message\edit\full.php
line 136 like this
Code:
<!--<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!
Last edit: 9 years 2 months ago by mikerotec.
Please Log in or Create an account to join the conversation.
Time to create page: 0.277 seconds