Kunena 6.2.6 released

The Kunena team has announce the arrival of Kunena 6.2.6 [K 6.2.6] which is now available for download as a native Joomla extension for J! 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 Disable certain 'profile information'parts

More
4 years 6 months ago #1 by paulsimonrough
I've managed to disable the social tabs on the profile information page.

I cant see where I can disable the 'web site name' and 'web site URL'

Where can I find it?

Thanks.

Attachment not found

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

More
4 years 6 months ago #2 by 9themestore
Hi,
I suggest two solutions for you to disable the Website name and Website URL icon.
1. Remove all information in the two fields (Website Name and Website URL) in the User's profile tab.
2. Open the default.php file in the "components\com_kunena\template\[your_template]\layouts\user\profile" path and comment or remove bellow PHP Code section.
Code:
<?php if ($user->websiteurl) : ?> <li> <?php echo $user->profileIcon('website'); ?> </li> <?php endif; ?>
After that reload your site to view all changes.

- Please provide your site url if it has been lived.
- Please share tip if it worked fine with you.
- Don't be shy about using the "Thanks" button below if you found my comment helpful :)

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

Time to create page: 0.331 seconds