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.

Question How to Hide Profile Information (ICQ, Skype, Sex, City etc.)?

More
16 years 1 week ago #45795 by Fjody
Hi,

does anyone know how to Hide the icons that show all the Contact and Personal information about users (ICQ, Skype, Sex, City etc.)?

Image:


I don't want my users to show any Personal or Contact information in the forum.

Currently I'm blocking any access to "My profile", so people can't fill in these information, but think it isn't the best solution. "My profile" is quite useful as there are also other options that users need to use - e.g. threads they would like to follow.

So, is there a way how to Hide the above mentioned Icons (icons bellow Avatar), so people cann't contact each other?

Thanks.

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

More
16 years 1 week ago #45815 by @quila
Hi,

all this information you can hide commenting some line in the file message.php

components / com_kunena / template / default_ex /


Example

<?php
if (isset($msg_skype)) {
//echo $msg_skype;
}
?>

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

More
16 years 1 week ago - 16 years 1 week ago #45822 by sozzled
Fjody wrote:

I don't want my users to show any Personal or Contact information in the forum.

Then don't enter it that information.

What about the other people who want to share this information? Are you going to deny them any choice in the matter? :ohmy:
Last edit: 16 years 1 week ago by sozzled.

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

More
16 years 1 week ago #45833 by Fjody
@quila: Thanks, I will try it.

sozzled: Yes, I'm gonna to deny them any choice in that matter. My forum is made to share all the posts and information for EVERY user. I don't support any users, that intend to share information just between 2 or 3 users (through Skype, ICQ etc.). The shared information must be public and for everyone, not secret and just for a few people. If they want to chat privately, they can find another forum, but definitely not mine.

Fjody

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

More
16 years 1 week ago #46273 by Fran
Thanks @quila for that information. That is useful for not making it show on the profile box that shows on the message. Which file do we need to change for it to not show in the actual profile?

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

More
16 years 1 week ago #46274 by @quila
Hi Fran,

look at file

components / com_kunena / template / default / plugin / fbprofile / userinfos.php

Regards

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

Time to create page: 0.267 seconds