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

More
13 years 6 months ago #135226 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
13 years 3 months ago - 13 years 3 months ago #139288 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: 13 years 3 months ago by juuk.

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

More
13 years 3 months ago #139334 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
13 years 3 months ago #139376 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
13 years 3 months ago #139420 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
13 years 3 months ago #139421 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.249 seconds