Recent Topics

1 May 08, 2013 10:49    

V5.0.3

I have looked and searched but can't seem to find where or how to set the preferred name to display. It seems to display [Login] by default. Has this feature been removed from v5?

2 May 08, 2013 11:09

Yes it has been removed. People can enter their preferred name I the nickname field which will be used instead of login if it's not empty.

3 May 08, 2013 13:05

I've entered a [nickname], but when using the contact form it still display the contact name as the [login] name. (Recipient)

4 May 08, 2013 13:12

Screenshot or URL please so we know exactly where to fix it. Thx.

5 May 08, 2013 13:44

When Anonymous user send email through contact form:

_msgform.disp.php

The Recipient name display LOGIN name even though a Nickname ('preferredname') has been specified.

$recipient_link = $recipient_User->get_identity_link( array( 'link_text' => 'text' ) );    /*  _user.class.php */

6 May 08, 2013 15:37

Resolved

_msgform.disp.php

$recipient_link = $recipient_User->get_identity_link( array( 'link_text' => 'text', 'login_mask' => $recipient_User->get('preferredname') ) ); 

7 May 16, 2013 07:49

When a user comments on a post, the username displays the login name and not the preferredname even though a preferred name is specified.

8 May 19, 2013 23:48

In that case, we actually wanted it that way. The problem is that any user could type in the login of another user as his nickname. So it would be very confusing and sometimes even a security issue to sometimes display the nickname instead of the login.


Form is loading...