Kunena 6.2.5 & module Kunena Latest 6.0.7 released

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

Question How can I hide the Profile Information tab?

More
11 years 7 months ago #1 by Toolie
My client wants to prevent members from contacting each other through Kunena by hiding the Profile Information tab. I know it's possible to turn profiles off completely, but my client just want to hide the one tab (see below).



Is it possible to just comment out the code that generates the tab?

Toolie

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

More
11 years 7 months ago - 11 years 7 months ago #2 by paraflyer
Hi,

sure! Just go ahead to this file (I use Kunena 2.0.1, path could be slightly different):
$yoursite$/components/com_kunena/template/blue_eagle/html/user/edit_tab.php

Search for this part of code (should be around row 25):
Code:
<dt class="closed"><?php echo JText::_('COM_KUNENA_PROFILE_EDIT_PROFILE'); ?></dt> <dd style="display: none;"> <?php $this->displayEditProfile(); ?> </dd>

Remove, save file, have fun! :-)
Last edit: 11 years 7 months ago by paraflyer.

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

Time to create page: 0.343 seconds