- Posts: 24
- Thank you received: 1
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
Question How to Hide Profile Information (ICQ, Skype, Sex, City etc.)?
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.
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.
Then don't enter it that information.I don't want my users to show any Personal or Contact information in the forum.
What about the other people who want to share this information? Are you going to deny them any choice in the matter? :ohmy:
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
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.
Please Log in or Create an account to join the conversation.
look at file
Regardscomponents / com_kunena / template / default / plugin / fbprofile / userinfos.php
Please Log in or Create an account to join the conversation.