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...)

More
17 years 2 months ago #4187 by lastboyscout
;) kannst ja beides in die HowTo's aufnehmen ;)

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

More
17 years 2 months ago #4245 by Matias
Replied by Matias on topic Re:Infobox (Welcome...)
@ Lintzy: You should send developers your changes or write a new messages in User contributions forum. You have already fixed many problems, but developers won't find them or do not remember them when it's time to fix those..

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

More
17 years 2 months ago - 17 years 2 months ago #4349 by Lintzy
Replied by Lintzy on topic Re:Infobox (Welcome...)
Hi, matias, this was no bugfix. The task: The welcome box should be hide.

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. ;)
Last edit: 17 years 2 months ago by Lintzy.

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

More
17 years 2 months ago #4383 by Matias
Replied by Matias on topic Re:Infobox (Welcome...)
Hehe, my fault. I didn't read the messages, just saw that there is some code. I try to save some time by just going through messages (without reading them properly) and picking the ones that needs some answer.

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.

More
17 years 2 months ago #5794 by lastboyscout
hab ein kleines problem mit dem shrink.gif - im firefox funktionierts, im IE wird allerdings eine fehlende grafik angezeigt. hab aber noch keine idee, wie ich das lösen kann.

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.

More
17 years 2 months ago #5831 by Lintzy
Replied by Lintzy on topic Re:Infobox (Welcome...)
lastboyscout wrote:

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:

Code:
// $obj_KUNENA_tmpl->addVar('jb-header', 'pb_imgswitchurl', KUNENA_URLIMAGESPATH . "shrink.gif");
Bewirkt das Ausblenden des Plus/Minus


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.

Time to create page: 0.243 seconds