- Posts: 130
- Thank you received: 0
Kunena 6.3.8 Released
The Kunena team has announce the arrival of Kunena 6.3.8 [K 6.3.8] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x/5.2.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.
This is a community-driven self-help category to ask questions about designing or developing your own Kunena template. Please be aware that there are rules that apply to topics posted in this category:
Do not use this category for:
- asking questions about how to make simple changes to a template designed by the Kunena project team (use K 3.0 Templates instead);
- advertising your own template designs.
Topics that do not meet the above guidelines may be removed without notice.
If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.
Solved Problems with Kunena using smartphone
When I view, and I try to reply, or edit the posts of my forum, made with kunena, using my smartphone (Android operating system), it happens that clicking on a button (example "answer"), the action performed is not the related one, but the action corresponding to the lower button (eg "quote").
This makes the management of the forum via mobile, quite complicated (eg moderation ). Is there a solution? Thank you.
Please Log in or Create an account to join the conversation.
- WolfgangOWL
-
- Offline
- Senior Member
You can add this to the custom.less file of the Kunena template:
@media (max-width: 860px) {
.btn {
margin-bottom: 10px;
}
}
This way you get more space beneath the buttons on smaller devices and the chance to touch the wrong button is reduced.
Please Log in or Create an account to join the conversation.
It's strange, cause when I click on a button, it becomes correctly highlighted, but then the function of the button right below is perfomed
Please Log in or Create an account to join the conversation.
- WolfgangOWL
-
- Offline
- Senior Member
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- WolfgangOWL
-
- Offline
- Senior Member
Please Log in or Create an account to join the conversation.
WolfgangOWL wrote: I can confirm the behaviour if I click on the action button. But this is no Kunena issue. As I can see you don't use the standard Kunena template. You should contact the template developer to solve it.
I use Crypsis, as template. Is it not a Kunena.org template? Author link lets me think so.
Please Log in or Create an account to join the conversation.
- WolfgangOWL
-
- Offline
- Senior Member
Please Log in or Create an account to join the conversation.
Thanks for help
Please Log in or Create an account to join the conversation.