By Steve Kraft on Wednesday, 14 January 2015
Posted in General Issues
Replies 5
Likes 0
Views 1K
Votes 0
Hi there,

am I blind ; ) or is there no way to edit the username inside the profile-settings in ED?

Best regards and a productive and healthy 2015 to you all,
Steve
Hello Steve,

Sorry but it is not possible to edit username from the ED Edit Profile page.
·
Wednesday, 14 January 2015 17:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Allright and thx.

Best regards,
Steve
·
Wednesday, 14 January 2015 22:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Steve,

You're welcome. Glad to hear your issue have been resolved.
If you have anymore question, please don't hesitate to ask us and please create a new ticket. I will mark this ticket as resolved.

Thanks again and have a wonderful day.
·
Wednesday, 14 January 2015 23:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

How then can users edit their username, password, etc? The only option I can see is to have a second "Edit Profile" link in yet another menu module, which obviously becomes very confusing. If we cannot have all profile editing accessible from one link, then I need to know how to disable the "edit profile" button in the Welcome module.

Thank you!
·
Thursday, 09 April 2015 21:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Glorian,

You can click on the Account tab from the user edit profile page and change the password. Check my screenshot below.

By the way, you can remove the code from this file ->JoomlaFolder\modules\mod_easydiscuss_welcome\tmpl\default.php

//LINE 57 - 61
<?php if( !$config->get( 'layout_avatarLinking' ) || $config->get( 'layout_avatarIntegration') == 'default' || $config->get( 'layout_avatarIntegration') == 'gravatar' ){ ?>
<li>
<a class="edit-profile" href="<?php echo DiscussRouter::_( 'index.php?option=com_easydiscuss&view=profile&layout=edit' . $menuURL );?>"><span><?php echo JText::_( 'MOD_EASYDISCUSS_WELCOME_EDIT_PROFILE' );?></span></a>
</li>
<?php } ?>
·
Friday, 10 April 2015 02:09
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post