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

Question Breadcrumbs in the default template

More
14 years 11 months ago - 14 years 11 months ago #1 by Denizar
Hi, I realize that this question has been probably asked many times before, but I just couldn't find an answer. I want to use the default_green template, but when I do so, the breadcrumbs change from a horizontal list to a vertical list. On the default template though, which is just the blue version of the default_green, the breadcrumbs remain vertical with the arrow.png showing in between. How can I make it so that the breadcrumbs remain vertical but the template is the default_green template? Thanks a lot in advance.

Attachments:
Last edit: 14 years 11 months ago by Denizar.

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

More
14 years 11 months ago #2 by Denizar
I am using Installed version: 1.0.8

I can upgrade to 1.0.9 if it isn't going to cause any problems

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

More
14 years 11 months ago - 14 years 11 months ago #3 by Lintzy
I looked on the wrong side earlier, sorry. The template did not change on 1.0.9. Netherless you should update to Kunena 1.0.9, that is recommend, it is a Security Fix too.

So here is the template-fix for you:

Open the kunena.forum.css (from template default_green) and edit it -
(you must edit the css from template default-green!)

Scroll to end of this kunena.forum.css an put on the end the following code:

#Kunena div.fb_forum-pathway div.path-element-first a {
background:transparent url(images/arrow.png) no-repeat scroll right 2px;
display:inline-block;
float:left;
margin-right:3px;
padding-right:12px;
}
#Kunena div.fb_forum-pathway div.path-element a {
background:transparent url(images/arrow.png) no-repeat scroll right 2px;
display:inline-block;
float:left;
margin-right:3px;
padding-right:12px;
}


And it should look so:

Attachments:
Last edit: 14 years 11 months ago by Lintzy.

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

More
14 years 11 months ago #4 by Denizar
Wow its working great! Thanks a lot. :)

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

Time to create page: 0.366 seconds