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

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Solved Remove avatars completely in Kunena 2.0.1

More
13 years 8 months ago #131418 by jemecb
Hi

What lines of codes have to be deleted to completely remove avatars? Avatars from posts and avatars from user profiles.

Bye

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

More
13 years 8 months ago #131421 by sozzled
G'day, jemecb, and welcome to Kunena.

You should not have to change any lines of code. Try this instead:

Kunena control panel (in backend) » Kunena Plugins » Kunena - Kunena Integration » Enable Avatars = No

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

More
13 years 8 months ago #131423 by jemecb
Thank you for your answer.
I wasnt specific enough. I have already done what you have said, but what I would like to do is also to remove pictures on the left side of the posts, althought they are blank.


Thanks

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

More
13 years 8 months ago #131424 by sozzled

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

More
13 years 8 months ago - 13 years 7 months ago #131425 by jemecb
On the left side of the posts there i name of the user, picture below,..

I would like to remove:
Last edit: 13 years 7 months ago by jemecb.

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

More
13 years 8 months ago #131426 by sozzled
Add the following three lines to the end of your Joomla site template CSS file (../templates/beez_20/css/general.css)
Code:
#Kunena span.kavatar { display: none; }
The following user(s) said Thank You: jemecb

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

Time to create page: 0.256 seconds