- Posts: 18
- Thank you received: 0
Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] 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 twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.
Merged How to delete the QUICK REPLY button in 2.0?
Where do I go to delete this? One of the template php files? If so, is there just one thing to delete? Or every reference? I don't want to break it.
Or maybe there is a more simple way?
Martha
Please Log in or Create an account to join the conversation.
There is no configuration setting that enables or disables this functionality (in any version of Kunena) - and maybe that's something that should be asked as a Feature Request in a future version.
[strike]The Quick Reply button does not have a unique item name on which to hang a CSS "display: hide" rule and so you can't remove it with CSS either.
Therefore, the only way this can be done is by a custom hack to your Kunena PHP source code. Perhaps another member of the community may see this topic and advise you which file(s) you need to change and what you would need to to, remembering, also, that any changes you make to the Kunena PHP source code are done entirely at your own risk and without the benefit of continued support from this community in the event that you have problems. [/strike]Further, any changes that you make to Kunena PHP source code need to be re-applied when you upgrade (unless you are willing to spend an hour or two creating your own, custom, Kunena template).
EDIT: See improved answer below.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
- gimenezadrian
-
- Offline
- Senior Member
-
- Posts: 166
- Thank you received: 21
Edit the file kunena.20-min.css in \components\com_kunena\template\blue_eagle\css\
Put this in new line:
Please Log in or Create an account to join the conversation.
But, instead of directly editing and modifying the file kunena.20-min.css (because this file is also replaced when you upgrade Kunena and you will have to make the changes again and again and again), it would be better to make the changes to the end of your Joomla site template CSS file as we have always suggested that people should do in these cases and as we have written in the FAQs page .
Yes the change will work if you modify kunena.20-min.css but I would not recommend modifying minified CSS files directly.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
- gimenezadrian
-
- Offline
- Senior Member
-
- Posts: 166
- Thank you received: 21
Please Log in or Create an account to join the conversation.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.