- Posts: 13
- Thank you received: 0
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] 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
Question Purple Pirate Template for Kunena 5 (blue eagle lookalike)
Thank you very much.
I have a suggestion, can you make also "new subject"on top of the page? In the purple pirate there is only on the bottom.
Please Log in or Create an account to join the conversation.
To answer to your question:
I have tried. But for now I can not. Purple Pirate template is a rebuild of the Crypsis template. In the Crypsis there are no buttons on the bottom of the page, only on the top. I have just moved them down because in this construction it would be between the table purple header and the actual table, not above the purple header.
If you want to see it in action, maybe you will see some solution I missed:
Add the code below via ftp in /components/com_kunena/template/purple_pirate/layouts/category/item/default.php
Do it on line 18, just above <?php if ($this->category->headerdesc) : ?>
You will see the buttons floating inside the table, not above. :S
If I find a solution, I will come back to it.
Please Log in or Create an account to join the conversation.
While I'm happy enough with Crypsis for my own site it's certainly well worth watching the pirate as he progresses and provide some feedback as you request.
With the text editing window the buttons appear to have what I saw early on after K5 was released, those blue >> between the buttons. Presumably something to do with spacing but they were removed as the sub-versions emerged.
Keep up the great work!
Oh for a neat solution...
Please Log in or Create an account to join the conversation.
Just to be sure, there is no suggestion or bug report in your reply?
Your screenshots show nothing related to this template..
Please Log in or Create an account to join the conversation.
The first image was just of my site as it is with modified custom.css additions. I showed that if it might help you see what I now find pretty useful (unlike the schmozzle in earlier release days).
Everything I've use did from answers to my questions on this forum.
This is the custom.less file as it is now. (thanks to those who supplied the segments)
[/#kunena .navbar-inner,
layot .navbar-inner {
border: none;
min-height: 30px !important;
background-image: none;
background-color: transparent;
}
#kunena .navbar .nav > li > a,
layot .navbar .nav > li > a {
background-color: #0088cc;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
padding: 11px 11px 11px;
margin-right: 2px;
color: #fff;
text-shadow: none;
padding: 2px 8px 11px !important;
max-height: 30px;
}
#kunena .navbar .active > a,
layot .navbar .active > a {
background-color: #3c728e !important;
}
#kunena .navbar a:hover,
layot .navbar a:hover {
background-color: #FF0000 !important;
}
.art-postcontent ul > li::before, .art-post ul > li::before, .art-textblock ul > li::before {
display: none !important;
}
.art-postcontent ul > li, .art-post ul > li, .art-textblock ul > li {
padding: 0 !important;
}
#kunena.layout .kmsg {
margin-top: 15px;
font-family: Arial, "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol";
}
div#kunena {
background-color: #FAF4F4;
}
.category .krow a {
color: #825241 !important;
.knewchar {font-size: 14px ;}
}
.btn-primary { color: #ffcc99 !important;
}
background-color: transparent !important
.layout#kunena .label {
color: #ff33cc;
}
.layout#kunena .label { color: #ffff00 !important;
}
.knewchar {
font-family: Times New Roman;
}quote]
But you obviously know all this sort of thing so good luck with the project!
Oh for a neat solution...
Please Log in or Create an account to join the conversation.
Tomzie wrote: Hi There, thanks!
To answer to your question:
I have tried. But for now I can not. Purple Pirate template is a rebuild of the Crypsis template. In the Crypsis there are no buttons on the bottom of the page, only on the top. I have just moved them down because in this construction it would be between the table purple header and the actual table, not above the purple header.
....
Thank you very much for your contribution! As it is a rebuild of the Crypsis template, is it possible to include the option to have the profile position left/right/top/bottom, choosing it from the features tab?
Please Log in or Create an account to join the conversation.