Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 and issues discovered during the last development stages of K 6.3

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 gender and other profile icons

More
11 years 6 months ago #1 by JP92
I would like to remove the gender post icon and the other profile icons from the posts on my Kunena board.

Is the only way possible doing edits to the template files or is there another easier way?

Reason for asking is I use Community Builder, but for some reason gender shows up on everyone's posts...

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

More
11 years 3 months ago - 11 years 3 months ago #2 by juuk
I would like to know how can I remove the gender icon as well. Gender has never been an important criterion on my website, and it has never been displayed in users' profiles. I have tried inserting

#Kunena .kicon-profile-birthdate {
display: none;
}


per www.kunena.org/forum/159-K-17-Common-Que...birthday-icon#125514

It did not remove the gender icon. Appreciate one or a few pointers.

Thank you.

I am... Kunena 2.0.4 with CB 1.9 on Joomla 1.5.26.
Last edit: 11 years 3 months ago by juuk.

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

More
11 years 3 months ago #3 by sozzled
If you want to hide all those icons, add the following three lines to the end of your Joomla site template CSS file:
Code:
#Kunena ul.kpost-profile li.kpost-smallicons { display: none; }
The following user(s) said Thank You: juuk

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

More
11 years 3 months ago #4 by juuk
Thank you, sozzled! Although I just wanted to have the gender icon hidden/removed but this is thus far good :).

I am... Kunena 2.0.4 with CB 1.9 on Joomla 1.5.26.

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

More
11 years 3 months ago #5 by jdtoppin
Try this if you don't want to remove everything:
Code:
#Kunena .kicon-profile-gender-unknown { display: none; } #Kunena .kicon-profile-gender-male { display: none; } #Kunena .kicon-profile-gender-female { display: none; }
The following user(s) said Thank You: juuk, albarius

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

More
11 years 3 months ago #6 by juuk
Ooo thank you jdtoppin! Perfect solution! *two thumbs up*

I am... Kunena 2.0.4 with CB 1.9 on Joomla 1.5.26.

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

Time to create page: 0.522 seconds