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

icons in user profile / data protection issue / links not working properly

kletterdorf's Avatar Topic Author
New Member New Member
  • Posts: 19
  • Thanks: 1

icons in user profile / data protection issue / links not working properly

2 years 11 months ago
#16517
In our forum when a user posts a text, you can the profile info incl. avatar left besides the posted content


when I hover over the birthday cake I see the birthdate that the user has provided - so this is kind of what I would expect
clicking on this icon is not supported - no issue here either
but: the data privacy settings are ignored, so regardless of what the users selected in their profile the birthdate is displayed, even this should be disclosed for non-logged in users

there are three other icons, with different info displayed when I hover over them
top icon - click here to send a private message - when I click, nothing happens - so this is strange
middle icon - the text is similar, but the "click here" statement is repeated, so it says click here to click here to send a private message - when I click this takes me to the user profile
bottom icon - the text here is confusing - it starts with "click here to send a private message " and then continues with "to send the user a private message click here" - actually this link is the only one taking me to a private message box for this user

link middle icon: cb-profile/[xxx-userid-xxx]
link bottom icon: cb-private-messages/message/new/[xxx-userid-xxx]

 

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

ntstore's Avatar
Administrator Administrator
  • Posts: 1213
  • Thanks: 240

Re: icons in user profile / data protection issue / links not working properly

2 years 11 months ago
#16521
Hi kletterdorf,
1. Please add below css rules to the custom.css file to fix the duplicate icons issue.
Code:
#kunena.layout .kmessage-wrap .profile-extra ul li.kuser-private span { display: flex; align-item: center; gap: 4px; } #kunena.layout .kmessage-wrap .profile-extra ul li.kuser-private span::before { display: none; }

2. About birthday information: Our template displays the same as the default template. You can custom hide that information if you want.

3. Private message links: These icons are displayed by the built-in plugins of the Community Builder component.

Kind regards,
Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore
The following user(s) said Thank You: kletterdorf

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

Time to create page: 0.244 seconds