Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] 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.

The Kunena team is also pleased to announce the twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

Question Adjusting the size of Avatar

More
15 years 6 months ago #76336 by tanknutdave
Hi guys,

Our Avatars are showing on the forum, however we wish to increase their size as they are tiny - www.tanknutdave.com/tnd-essentials/kun/6...-vs-tank/6-gsdgfgdfg (that is a test page)

In the Kunena Configuration back nd we have changed the size of Avatars Height and width on small, medium, large image as well as quality to 100%. This has still not made them bigger.

For the Avatar Integration we are using Community Builder and it is displaying the user avatar picture from those user profiles.

Any suggestions please?

Many thanks Dave.

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

More
15 years 6 months ago #76345 by baazza
Hi tanknutdave

search for this code

#Kunena span.fb_avatar img {
border: 1px solid #BFC3C6;
margin: 5px;
max-height: 150px;
max-width: 100px;
padding: 1px;
}

In the following path
components/com_kunena/template/default_ex/kunena.forum.css
And make it like this

#Kunena span.fb_avatar img {
border: 1px solid #BFC3C6;
margin: 5px;
max-height: 170px;
max-width: 150px;
min-height: 150px;
padding: 1px;
}

Regards : baazza


رضيت بالله ربا وبالاسلام دينا وبمحمد صلى الله عليه وسلم رسولا
testify & witness that there is no god worthy of being worshipped other than Allah and that Mohammad is His Messenger

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

More
15 years 6 months ago #76473 by tanknutdave
Ok I have done that and it works, so thanks for that, However

www.tanknutdave.com/tnd-essentials/kun/6...-vs-tank/6-gsdgfgdfg

they are all blurry images now lol

?

Cheers,

Dave.

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

More
15 years 5 months ago #77918 by tanknutdave
Not to worry, I downloaded version 1.6 and its sorted it :)

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

Time to create page: 0.216 seconds