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 Avatar mit schlechter Bildqualität

More
7 years 9 months ago - 7 years 9 months ago #202823 by rich

So weit, so gut. Ich habe die Vorgaben im CB von maximale Breite 60 auf 100 geändert/vergößert, was sich ja scheinbar aber nur für neu hochgeladene Dateien auswirkt.

Das hatte ich in meinem vorigen Beitrag erwähnt.

Ich habe aber bisher keine Möglichkeit gefunden überhaupt irgend etwas an der Avatar-Größe im Forum einzustellen, außer gegebenenfalls über CSS-Anweisungen im Template.

Du findest diese Einstellungen in deinem Template. z.B. (Administration -> Kunena -> Templates -> Crypsis -> Avatar)

Der CB erlaubt auch rechteckige Avatare, das Forum skaliert sie bei mir dann aber quadratisch auf 144 px x 144 px. Dadurch werden viele Avatare dann zusätzlich noch verzerrt.

Auch Kunena erlaubt rechteckige Avatars, denn die Höhe wird im CSS Code mit „auto“ angegeben, nur die Breite wird skaliert.
Überprüfe bitte mal die Thumbnails vom CB, ob diese rechteckig sind. Denn diese Thumbs werden von Kunena übernommen.

Important! Always create a backup before you make any changes to your website!
Last edit: 7 years 9 months ago by rich.

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

More
7 years 5 months ago #205212 by Sale Gosse
Sorry, i don't speak deutch.
I used to have the same problem when using CB avatar in kunena.

I have modified the file "avatar" in the folder plugins/kunena /comprofiler.

replace the sizex value (144 instead of 90)
Code:
if ($cbUser === null) { if ($sizex <= 144) { return selectTemplate() . 'images/avatar/tnnophoto_n.png'; } return selectTemplate() . 'images/avatar/nophoto_n.png'; } if ($sizex <= 144) { return $cbUser->getField('avatar', null, 'csv'); } return $cbUser->getField('avatar', null, 'csv', 'none', 'list'); } }

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

Time to create page: 0.207 seconds