Kunena 6.2.6 released

The Kunena team has announce the arrival of Kunena 6.2.6 [K 6.2.6] which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

Please note: The Kunena project team takes NO responsibility for maintaining nor supporting anything in this category.

Question How to make Kunena 5 Crypsis template look like the K4 Blue Eagle template

More
7 years 5 months ago #11 by kgeary
Wish I could advise you about new templates, but no.
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;
}
The following user(s) said Thank You: findelat

Please Log in or Create an account to join the conversation.

More
7 years 5 months ago - 7 years 5 months ago #12 by Tomzie
Actually. I have changed many template files to make topics look like Blue Eagle template. I also added many extra classes so every element could be custom styled. So the provided custom.less will not work in my template, at least not completely.

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.
Last edit: 7 years 5 months ago by Tomzie. Reason: Screenshot contained names and IP adres
The following user(s) said Thank You: Djie, miamiman, Boby71

Please Log in or Create an account to join the conversation.

More
7 years 5 months ago #13 by Boby71
Tomzie, this looks amazing! Would you be so kind to provide your changed template? I'm dying daily when looking at the "crisis" layout ;-)
Thanks,
Boby

Please Log in or Create an account to join the conversation.

More
7 years 5 months ago #14 by Tomzie
Hi Boby71,

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.
The following user(s) said Thank You: miamiman, shoulders

Please Log in or Create an account to join the conversation.

More
7 years 5 months ago - 7 years 5 months ago #15 by miamiman
Hello Tomzie,

I would also enjoy testing your modified Crypsis template!

Although I am in K4 still.

Good luck!
Last edit: 7 years 5 months ago by miamiman.

Please Log in or Create an account to join the conversation.

More
7 years 5 months ago #16 by Djie
Wauw, that looks amazing Thomzie! Care to share your code? I am also still on K4 as Crypsis just not fits my site.

Please Log in or Create an account to join the conversation.

More
7 years 5 months ago - 7 years 5 months ago #17 by Tomzie
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! :)
Last edit: 7 years 5 months ago by Tomzie.
The following user(s) said Thank You: actuanet

Please Log in or Create an account to join the conversation.

More
7 years 5 months ago #18 by actuanet

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.

More
7 years 5 months ago #19 by Tomzie
Hi there,
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
The following user(s) said Thank You: Djie

Please Log in or Create an account to join the conversation.

Time to create page: 0.747 seconds