-
Author
-
December 22, 2014 at 02:23 #39909
Zhedd
ParticipantHello.
I would like to know we can modify the login name. When we logged on the website by Facebook, it gives us automatically a id with an @. I want to change it but I can’t. How could I do it ?
December 22, 2014 at 13:28 #39950Radu
ModeratorHello,
You can change or delete ‘@’sign from
wp-content/themes/kleo/buddypress/members/single/member-header.php
line 26 or search ‘<h4 class=”user-nicename”>’Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 22, 2014 at 16:28 #39987Zhedd
ParticipantThank you for your reply. But users can’t modify it ?
December 22, 2014 at 16:40 #39989Radu
ModeratorThe usernames are without @,
@ sign are prefix in that title, if you want to disappear @ sign for everybody just follow the instructions above or below.
[Line 26]
COPY CODE<h4 class="user-nicename"><b>@</b><?php bp_displayed_user_mentionname(); ?></h4>
Delete <b>@</b>
SaveNo, users can not modify it.
Only the administrator can delete that sign.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 22, 2014 at 16:43 #39990Zhedd
ParticipantI don’t want to delete it. I want to allow users to modify it on their own because when they log in with facebook, the user nicename is already given.
December 22, 2014 at 17:28 #40005Radu
ModeratorYou don’t understand, the sign is not part of the username. It is just like on Twitter to mention someone, that is why you can remove it from the template. So if you see @my_user then my user is just “my_user”.
I repeat : users can not change that sign.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.