Read before updating: How to Update Kunena Templates - More detail

Removing the icons for the user's birthday etc from their profile

D Topic Author
New Member New Member
DJB's Avatar
DJB
  • Posts: 2
  • Thanks: 0

Removing the icons for the user's birthday etc from their profile

1 week 6 days ago - 1 week 6 days ago
#18152
Hello,

I am using K6.4.12 and Kbee 6.1.5.

The user profile, at the bottom, shows icons for the birthday, home county etc.

How can these not be displayed please? As they contain personal information, I would like to exclude them from the page HTML rather than hide them.

Thank you
David
Last edit: 1 week 6 days ago by DJB.

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

cssyeah's Avatar
Moderator Moderator
  • Posts: 107
  • Thanks: 40

Re: Removing the icons for the user's birthday etc from their profile

2 days 2 hours ago
#18155
Hi David,
There are two solutions to hide the information you want.

Solution 1: You can use CSS to hide it; however, I don't recommend this because the source code will still be visible.

Solution 2: You can override the layout file. Follow these steps:
- In your Joomla template, create the following folder structure: [your_template]/html/com_kunena/layouts/user/profile/
- Copy the default.php file from the corresponding folder (nts_kbee/layouts/user/profile/) of the NTS KBee template.
- Delete all ul tags with the class="kprofile-links".
Code:
<ul class="kprofile-links"> ... </ul>

- Reload your forum to check.

Please let us know if it doesn't work.

Kind regards,
UI/UX Designer - Web developer. (UI/UX design for T4 Framework, T4 Pagebuilder, GK Framework products...)
The following user(s) said Thank You: ntstore

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

Time to create page: 0.234 seconds