- Posts: 19
- Thank you received: 0
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.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
Question [Gelöst] Infobox (Welcome...)
- lastboyscout
-
Topic Author
- Offline
- Junior Member
-
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Other solutions are written in sticky threads (german), fxstein will read them, and decide, what is important enough to become part of new Kunena-Version. I have not so much time, to write all in german AND in english.
Please Log in or Create an account to join the conversation.
The problem is, that when I'm tired (mostly 4-5 hours of sleep for 3 weeks) I tend to do things too quickly. I will get some rest soon, but before that I'd like to know if there are any problems with the release.
Please Log in or Create an account to join the conversation.
- lastboyscout
-
Topic Author
- Offline
- Junior Member
-
- Posts: 19
- Thank you received: 0
cool wärs ja, wenn man die ganze infobox im backend standardmäßig abschalten könnte. vielleicht kann man das in die wishlist aufnehmen.
Please Log in or Create an account to join the conversation.
Das mit der Profilebox hat mir soeben keine Ruhe gelassen
Hab ein wenig herumgesucht und meine Lösung gefunden.
In der Datei components/com_kunena/kunena.php ganz einfach folgende Zeilen ausdokumentieren: 544, 547 bis 554.
544:Bewirkt das Ausblenden des Plus/MinusCode:// $obj_KUNENA_tmpl->addVar('jb-header', 'pb_imgswitchurl', KUNENA_URLIMAGESPATH . "shrink.gif");
Mach das wieder rückgängig und änder in dem Template, das du einsetzt die kunena.forum.css und zwar, in dem du ein display:none hinzufügst (rot markiert)
#Kunena #Kunena_top td img.hideshow {
background:#5182A4 none repeat scroll 0 0;
display:none;
}
Please Log in or Create an account to join the conversation.