Kunena 7.0.7 Released

The Kunena team has announce the arrival of Kunena 7.0.7 [K 7.0.7] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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

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

Question Questions to new Blue Eagle 5 Template

More
9 years 6 months ago #182945 by juliar
Hi,

our admin bought the new Blue Eagle 5 template and it looks very good on our website instead of the Crypsis template.

Two questions:

1.
Is there a possibilty to hide the "Closed" text in the topic overview? I mean:
Code:
<span class="icon icon-lock"></span> Geschlossen</span>

2.
When I open the forum in my site menu the logout button changes from

to


How can I avoid kunena to change the design of my logout button in the site menu?

Thanks a lot,
Julia

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

More
9 years 6 months ago #182949 by 810
1) You can use a language override on this string: COM_KUNENA_LOCKED
but then also the text is gone on the button, so the button is not showed anymore, only other solutions is to create a template override and remove the string.

2) mhh it should only change the part on kunena template, not on joomla template. Do you have a link with an demo account, so I can check it.

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

More
9 years 6 months ago #182951 by juliar
To 1.:
Is it not possible to hide onkly this span with custom css or something?

to 2.:
Hope this works as confidential information:
This message contains confidential information

Login and then click on "forum" in the menu. After that the logout button changes.

Thanks a lot
Julia

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

More
9 years 6 months ago #182952 by 810
ok add this on the custom.less file
Code:
.pull-right .label-important { font-size: 0; line-height: 0; } .pull-right .label-important span { font-size: 14px; line-height: 20px; }

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

More
9 years 6 months ago #182953 by 810
on your template.css of your joomla template change:
Code:
button { background: url("../images/but.png") repeat-x scroll left top transparent !important; color: #ffffff; float: left; font-weight: 400; height: 20px; line-height: 16px; margin: 0; padding: 0 0 3px; }

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

More
9 years 6 months ago - 9 years 6 months ago #182958 by juliar
Thanks. The button color is correct now. But size of the button and size of the button text is still wrong.
Last edit: 9 years 6 months ago by juliar.

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

Time to create page: 0.207 seconds