Support

  1. Thomsterdam
  2. Support
  3. Wednesday, March 08 2017, 03:28 PM
Hi there,
In the club site that I am running, members have the ability to hide their last names. So when I open the members list I see only their first name (see image 20). However, when I click on the name in that list and go to the profile, I still see the the last name in the heading, although the name under 'Details' is hidden (see image 21).
Is there a way to hide it there as well? If so, how?

Thanx,

Thom
Attachments (2)
admin Accepted Answer
Admin
Hi,
this happen because the profile page title uses Joomla name, anyway try this:
- Go into Administrator->Components->Easy Profile->Options
- Go into tab "Core Fields"
- Set parameter "Display Format Name" to "Custom"
- Set parameter "Custom Display Format Name" to "{firstname} {lastname}"

Displayed name will be composed from Easy Profile custom fields (instead Joomla name), and with this way Privacy and Conditions should works.
  1. more than a month ago
  2. Support
  3. # 1
Thomsterdam Accepted Answer
Content Protected
  1. more than a month ago
  2. Support
  3. # 2
admin Accepted Answer
Admin
Hi,
ok this is a small bug, Custom Format is a recent feature and it do not respect privacy.

For now you can apply this small fix:
- Open file /components/com_jsn/helpers/helper.php
- At line 114 replace this code
$formatNameCustom = preg_replace("|$match[0]|", $user->getField($match[1]), $formatNameCustom, 1);

with this
$formatNameCustom = preg_replace("|$match[0]|", $user->getField($match[1],true), $formatNameCustom, 1);


We will add fix this in next release.
  1. more than a month ago
  2. Support
  3. # 3
Thomsterdam Accepted Answer
Hi there,
There is something else that bothers me. When I go to someone's profile page, I see their user name in the URL. In my case (image 23) that is my name, but for the rest of the members it is their email address (image 24).

That is not really a privacy proof way of displaying; it will upset some members. Is there another way to create the URL? We use a members ID. Is it possible to use that?

Thanx,

Thom
  1. more than a month ago
  2. Support
  3. # 4
admin Accepted Answer
Admin
Hi,
We use a members ID. Is it possible to use that?
For now this is not possible, we will add this in our TODO list ;)

In the url you see Joomla username, this is the only unique string that can be used for SEF purpose.
  1. more than a month ago
  2. Support
  3. # 5
Thomsterdam Accepted Answer
Hi guys,
This is why I love working with you guys. Quick response and instant action to help!
1. Works like a charm. The name is now hidden in the heading.
2. I'm looking forward to it. Perhaps the new routing system of 3.7 will help (???).
Cheers,

Thom
  1. more than a month ago
  2. Support
  3. # 6
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.

Request Support

Support is currently Offline

Support Availability

Working days: Monday to Friday. The support staff is not available on weekends; in the most of cases tickets will not be answered during that time.

Reply time: Depending on the complexity of your support issue it's usually between a few minutes and 24 hours for paid members and about one week for free members. When we expect longer delays we will notify you.

Guidelines

Before you post: read the documentation and search the forums for an answer to your question.

When you post: include Site Details if you request a support (you can use the form below the reply in Site Details tab).

Auto Solved Question: If after a week the author of the post does not reply to a request by moderator, the question will be marked as resolved.

Language: only English

Search Users

Easy Profile® is not affiliated with or endorsed by Open Source Matters or the Joomla Project. Joomla is Free Software released under the GNU/GPL License.