Kunena 6.4.8 Released

The Kunena team has announce the arrival of Kunena 6.4.8 [K 6.4.8] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/5.4.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 6.4
Important note: Go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated. This is particularly necessary for major version jumps so that the table changes are adapted.

Question Kunena Attachments im Jomsocial Acitvitiy Stream

More
11 years 5 months ago #158117 by Rogan
Hallo,

gibt es mittlerweile eine Lösung dafür das die Attachments endlich auch im JS Stream angezeigt werden? Die JS Entwicklerseite hilft mir nicht wirklich weiter.

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

More
11 years 5 months ago #158123 by rich
Verwendest du das aktuellste JomSocial und Activity Stream Plugin? Das Stream Plugin wird nicht von uns programmiert. Du kannst versuchen, in „plugins/kunena/community/activity.php“ die Zeile 67 „$parent->forceMinimal = true“ auskommentieren.
www.kunena.org/forum/11-JomSocial/128278...lems?start=10#149023
Ob es tatsächlich hilft, kann ich leider nicht beurteilen.

Important! Always create a backup before you make any changes to your website!

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

More
11 years 5 months ago #158166 by Rogan
Danke,

das alles klappt aber nicht. Natürlich das aktuelle Kunena, JS und Plugin. Lediglich Attachments die nicht in den Beitrag eingebunden werden, werden vom Stream ignoriert. Gibt es eine Möglichkeit die Attachments unten größer anzuzeigen? Also nicht nur 32x32px?

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

More
11 years 5 months ago #158171 by rich
So wie es aussieht, dürfte es für dieses Problem bis jetzt noch immer keine Lösung geben.

Die Größe der Attachments kannst kannst du in der Kunena-Konfiguration unter „Hochgeladenes“ ändern. Aber ich denke, dass das Ergebnis danach nicht zufriedenstellend ist. Einfacher geht es via css.
Versuche es mit diesem Code am Ende deiner Joomla! template.css (die Maße musst du anpassen).
Code:
#Kunena ul.kfile-attach li a img, #Kunena ul.kfile-attach-editing li a img { min-height: 60px; min-width: 60px; } #Kunena div.kmsgattach { height: 90px; }

Important! Always create a backup before you make any changes to your website!
The following user(s) said Thank You: Rogan

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

More
11 years 5 months ago #158359 by Rogan
Was mich jetzt wundert, ein User hat meinen Beitrag zitiert (inkl. dem Bild) und das Bild wird auf dem Stream angezeigt.

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

More
11 years 5 months ago #158364 by rich
Meintest du nicht, dass in einen Beitrag eingefügte Bilder angezeigt werden? Beim Zitieren wird ja nur das wiederholt, was direkt im Beitrag enthalten ist.

Important! Always create a backup before you make any changes to your website!

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

Time to create page: 0.306 seconds