Kunena 6.2.5 & module Kunena Latest 6.0.7 released

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

Solved [gelöst] Runde Ecken?

More
11 years 6 months ago #1 by larry007
Hallo,

ich würde auch gerne runde "Ecken" haben so wie hier im Forum. Könnte man das bitte zur Verfügung stellen? Danke.
The following user(s) said Thank You: gio

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

More
11 years 6 months ago #2 by rich
Replied by rich on topic [gelöst] Runde Ecken?
Füge diesen Code in deine Joomla! template.css ein.
Code:
#Kunena div.kblock > div.kheader { border-radius: 5px 5px 0 0; }
The following user(s) said Thank You: larry007, RoTo008

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

More
11 years 6 months ago #3 by larry007
Replied by larry007 on topic [gelöst] Runde Ecken?
Vielen Dank, wunderbar.

Eine Frage habe ich noch...

Im Kategoriekopf ist ober rechts ja ein kleines Viereck, wenn man da drauf klickt minimiert man ja; wie bekomme ich das weiter eingerückt, so dass der Abstand zu oben und rechts etwas größer wird - dann bin ich glücklich ;-)

Bei mir ist das jetzt ganz rechts oben in die Ecke eingequetscht.

Danke

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

More
11 years 6 months ago #4 by rich
Replied by rich on topic [gelöst] Runde Ecken?
Versuche es damit:
Code:
#Kunena #ktop span.ktoggler { max-width: 15px; } #Kunena a.close, #Kunena a.open { margin-right: 6px; }
The following user(s) said Thank You: larry007

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

More
11 years 5 months ago - 11 years 5 months ago #5 by RoTo008
Replied by RoTo008 on topic [gelöst] Runde Ecken?
Besser noch:

#Kunena a.close, #Kunena a.open {
margin: 4px;
}

Somit sieht es noch bisschen besser aus, da das "Viereck" auch ein Stückchen nach unten versetzt wird.

Edit:
Allerdings versetzt es auch oberen Button ... das sieht dann doch nicht so gut aus ...
Last edit: 11 years 5 months ago by RoTo008.

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

More
11 years 5 months ago #6 by gio
Replied by gio on topic [gelöst] Runde Ecken?

rich wrote: Füge diesen Code in deine Joomla! template.css ein.

Code:
#Kunena div.kblock > div.kheader { border-radius: 5px 5px 0 0; }


Das hat bei mir nicht funktioniert...
habe joomla 2.5.7 und kunena 2.0.2 liegt es daran? falls ja, wie krieg ich runde ecken bei meiner installation rein?

Besten Dank im Voraus!

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

More
11 years 5 months ago #7 by rich
Replied by rich on topic [gelöst] Runde Ecken?
Es sollte eigentlich klappen, sofern du das Kunena Template verwendest. Versuche es mit einem „!important“ hinten dran.
Code:
#Kunena div.kblock > div.kheader { border-radius: 5px 5px 0 0 !important; }

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

More
11 years 5 months ago #8 by gio
Replied by gio on topic [gelöst] Runde Ecken?

rich wrote: Es sollte eigentlich klappen, sofern du das Kunena Template verwendest. Versuche es mit einem „!important“ hinten dran.

Code:
#Kunena div.kblock > div.kheader { border-radius: 5px 5px 0 0 !important; }

hab's versucht hat sich nichts geändert...
Hab das default kunena template drauf.

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

More
11 years 5 months ago #9 by rich
Replied by rich on topic [gelöst] Runde Ecken?
Hast du den Code auch in die richtige Datei geschrieben? Ein Link zu deiner Seite wäre hilfreich.

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

More
11 years 4 months ago - 11 years 4 months ago #10 by gio
Replied by gio on topic [gelöst] Runde Ecken?

rich wrote: Hast du den Code auch in die richtige Datei geschrieben? Ein Link zu deiner Seite wäre hilfreich.


Also ich hab den code auf der template.css eingefügt!
siehe auch Bild ( )
oder code:
Code:
/** * @author Design & Accessible Team ( Angie Radtke ) * @package Joomla * @subpackage Accessible-Template-Beez * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved. * @license GNU/GPL, see LICENSE.php * Joomla! is free software. This version may have been modified pursuant to the * GNU General Public License, and as distributed it includes or is derivative * of works licensed under the GNU General Public License or other free or open * source software licenses. See COPYRIGHT.php for copyright notices and * details. */ body { background: #fff; color: #000000; font-size: 100.1%; padding: 0px; text-align: center; } body.contentpane { width:auto; margin:10px; text-align: left; } img { border: 0 none; } /* code aus dem Kunena-Forum fuer Runde Ecken */ #Kunena div.kblock > div.kheader { border-radius: 5px 5px 0 0 !important; }

Was den Link betrifft, geht das im Moment nicht weil ich mein Forum nur local installiert habe und bis auf einige Kleinigkeiten (wie runde Ecken :) ) auch fast mit der configuration fertig bin.

besten Dank !!!
Last edit: 11 years 4 months ago by gio.

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

Time to create page: 0.415 seconds