- Posts: 10
- Thank you received: 1
Kunena 6.3.7 Released
The Kunena team has announce the arrival of Kunena 6.3.7 [K 6.3.7] 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.
Question How to make Kunena 5 Crypsis template look like the K4 Blue Eagle template
I want the background color of the topic rows to alternate colors, light then dark, etc. like in Blue Eagle.
Here's the code someone else posted for the custom.less file to create the TABS, looks good
.fa-rss { color: orange !important; }
#kunena, layout {
.navbar-inner {
border-top: none;
border-left: none;
border-right: none;
border-bottom: 4px solid #6f6c6c;
min-height: 12px !important;
background-image: none;
background-color: transparent;
}
.navbar .nav > li > a {
background-color: #6f6c6c;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
margin-right: 1px;
color: #fff;
text-shadow: none;
padding: 8px 8px 11px !important;
max-height: 12px !important;
}
.navbar .active > a {
background-color: #3c728e !important;
}
.navbar a:hover {
background-color: #3c728e !important;
color: #fff !important;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
border-top-color: #fff !important;
}
}
.fa-fw { color: #fff; }
a:hover {
text-decoration: underline;
}
.fa-rss:before {
color: orange;
}
.layout h1 {
color: #fff;
background-color: #3c728e;
line-height: 30px;
padding: 5px;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
}
.layout h1 a {
color: #fff;
}
.layout h1 small {
color: #fff;
}
.layout h2 {
line-height: 30px;
padding-left: 5px !important;
padding-right: 5px !important;
}
.layout h2 a {
color: #fff;
}
h2.btn-link {
background-color: #3c728e !important;
}
th.span5, th.span1, th.span2, th.span6, th.span3, th.span4 {
background-color: #3c728e !important;
color: #fff;
}
th.span5 a, th.span1 a, th.span2 a, th.span6 a {
color: #fff;
}
.layout h1 .fa-2x {
font-size: 1.2em !important;
}
.form-search .input-append .search-query {
height: 19px;
}
.btn:first-child {
color: #424753;
}
button.btn.btn-primary {
/* color: #fff !important; */
}
.btn-group > .btn:first-child {
/* color: #fff !important; */
}
.btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
color: #424753 !important;
}
button.btn, input[type="submit"] {
/* color: #fff !important; */
}
button.btn, .btn-primary {
background-image: linear-gradient(to bottom,#fff,#e6e6e6) !important;
background-color: #e6e6e6 !important;
color: #333 !important;
border-color: #a2a2a2 !important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
background: #3c728e !important;
}
.layout .badger-info:after {
width: 97%;
max-height: 30px;
}
#kunena.layout .kmsg {
margin-top: 15px;
}
.alert-info h1 {
background-color: transparent;
margin-top: 0px;
padding-top: 0;
margin-bottom: 0;
}
.caret {
border-top: 4px solid #000 !important;
}
Please Log in or Create an account to join the conversation.
When it is completed. I will post the modified Crypsis template. Hopefully under a new name. If not, it would have to be overwritten after every update.
Please Log in or Create an account to join the conversation.
Thanks,
Boby
Please Log in or Create an account to join the conversation.
Thanks!
I am out of office this week. I will share the current files as soon as I am back.
Must say that the menu you see is not the Kunena menu, but a custom native Joomla menu positioned above the body.
Also, it the template is not yet complete.
Keep you posted.
Please Log in or Create an account to join the conversation.
I would also enjoy testing your modified Crypsis template!
Although I am in K4 still.
Good luck!
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
I just figured out how to make it a seperate template, independent from crypsis. This way it will not change every time you update Kunena. So that is great!
Give me a few more days to fix these things:
- The search results still have the crypsis layout.
- The menu does not yet have a design. Untill now I used a custom Joomla menu, not the Kunena menu.
In the meantime I will remove the screenshots. Because some of the names on there should not be published.
Update coming soon!
Please Log in or Create an account to join the conversation.
Tomzie wrote: Hi there,
I just figured out how to make it a seperate template, independent from crypsis. This way it will not change every time you update Kunena. So that is great!
Give me a few more days to fix these things:
- The search results still have the crypsis layout.
- The menu does not yet have a design. Untill now I used a custom Joomla menu, not the Kunena menu.
In the meantime I will remove the screenshots. Because some of the names on there should not be published.
Update coming soon!
I hope you share it with us
Please Log in or Create an account to join the conversation.
I have created a new topic with the first usable version.
All feedback is much appreciated!
www.kunena.org/forum/general-user-contri...gle-lookalike#181702
Please Log in or Create an account to join the conversation.