By Markus Koerle on Thursday, 12 January 2017
Posted in General
Likes 0
Views 171
Votes 0
Hallo there, unfortunately the "Forgot Password?" Button directs to a page that doesn't work at all. E-Mail with confirmation code is not sent at all.

Is there any possibilty to edit this link (http://www.forum.akgsoftware.de/index.php/your-profile?view=reset). I would like to use my own reset site (http://www.forum.akgsoftware.de/index.php/zugangsdaten-anfordern)?

Thanks!
It seems like 4.0.13 onward, you have to modify on this file -> JoomlaFolder/components/com_easydiscuss/themes/wireframe/login/form.php , because we have updated the code in the next version.

For now you have to modify on this file ->
JoomlaFolder/components/com_easydiscuss/themes/wireframe/forms/reply.login.php

I already remove that register link, it should display correctly now.
·
Tuesday, 17 January 2017 19:05
·
0 Likes
·
0 Votes
·
0 Comments
·
May i know this domain site is it your development site? http://www.forum.akgsoftware.de

By the way, I've tested that forgot password process, it seems work fine for me and I did received an email from your mailbox, perhaps you can double check again with your spam folder and see is it send it there?

Is there any possibilty to edit this link (http://www.forum.akgsoftware.de/index.php/your-profile?view=reset). I would like to use my own reset site (http://www.forum.akgsoftware.de/index.php/zugangsdaten-anfordern)?

You can modify this file ->JoomlaFolder/components/com_easydiscuss/themes/wireframe/toolbar/default.php

// LINE 359
<div class="popbox-dropdown__ft">
<a href="<?php echo ED::getResetPasswordLink();?>" class="popbox-dropdown__note pull-left"><?php echo JText::_('COM_EASYDISCUSS_FORGOT_PASSWORD');?></a>
</div>
·
Thursday, 12 January 2017 19:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex,

yes, http://www.forum.akgsoftware.de is the domain.

thanks a lot for your help! You were right, the message got stuck within the SPAM-folder. Right now I'm still facing two little problems. It would be great if you can help me here.

1) The log in box only shows the "Password forgotten" message. But what if the user has his password, but forgot his username? Any possibility to add a "Username forgotten" here? (see attached screenshot "1").

2) I can't get rid of the "Register here" Button. The registration has its own site, we don't use the default on by easydiscuss. How can I delete this link? (see attached screenshot "2").

Thanks again for your help!

Best wishes from the Black Forest, Germany

Markus
·
Monday, 16 January 2017 18:46
·
0 Likes
·
0 Votes
·
0 Comments
·
You're welcome.

1) The log in box only shows the "Password forgotten" message. But what if the user has his password, but forgot his username? Any possibility to add a "Username forgotten" here? (see attached screenshot "1".

It seems like we missing this on the login dropdown, can you download my attached file and replace into this file location?
JoomlaFolder/components/com_easydiscuss/themes/wireframe/toolbar/default.php

2) I can't get rid of the "Register here" Button. The registration has its own site, we don't use the default on by easydiscuss. How can I delete this link? (see attached screenshot "2".

You can modify this file -> JoomlaFolder/components/com_easydiscuss/themes/wireframe/login/form.php You can check my attached screenshot below which line of code you have to remove it.
·
Monday, 16 January 2017 23:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Arlex,

many thanks again for your help. Point 1 could be solved, works great now!

Still got the Problem mentioned at point 2, I've deleted the string at ".../components/com_easydiscuss/themes/wireframe/login/form.php" but nothing has changed (see attached screenshot). I've also attached the form.php to this message, could you please take a look at it?

Is this the right file? The strange thing is, in case of renaming this file (for instance form_.php) it doesn't do any affect in the frontend.

Thanks again!
Markus
·
Tuesday, 17 January 2017 16:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Hm, something is strange, can you provide us with your FTP access so I can better have a check?
·
Tuesday, 17 January 2017 16:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes of course:

updated at first post
·
Tuesday, 17 January 2017 18:34
·
0 Likes
·
0 Votes
·
0 Comments
·
Great! Thanks a lot again.

Best regards
Markus
·
Tuesday, 17 January 2017 19:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for updating Markus, glad that your issues are resolved now.
·
Wednesday, 18 January 2017 00:44
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post