- Posts: 26
- Thank you received: 0
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
13 years 8 months ago #131418
by jemecb
Remove avatars completely in Kunena 2.0.1 was created by jemecb
Hi
What lines of codes have to be deleted to completely remove avatars? Avatars from posts and avatars from user profiles.
Bye
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.
13 years 8 months ago #131421
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Remove avatars completely in Kunena 2.0.1
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
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
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
13 years 8 months ago #131423
by jemecb
Replied by jemecb on topic Remove avatars completely in Kunena 2.0.1
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
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.
13 years 8 months ago #131424
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Remove avatars completely in Kunena 2.0.1
Can you show me, please?
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
13 years 8 months ago - 13 years 7 months ago #131425
by jemecb
Replied by jemecb on topic Remove avatars completely in Kunena 2.0.1
Last edit: 13 years 7 months ago by jemecb.
Please Log in or Create an account to join the conversation.
13 years 8 months ago #131426
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Remove avatars completely in Kunena 2.0.1
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;
}
Blue Eagle vs. Crypsis reference guide
Read my blog and
The following user(s) said Thank You: jemecb
Please Log in or Create an account to join the conversation.
Time to create page: 0.285 seconds