How do I remove the 'forgot password' from the login popup box ?
I tried the login_from.html and the login_form_ajax_a.html but no luck.
Can someone advise ?
Thanks
How do I remove the 'forgot password' from the login popup box ?
I tried the login_from.html and the login_form_ajax_a.html but no luck.
Can someone advise ?
Thanks |
Hello You need to edit inc/design.inc.php file and find the getMemberLoginFormCode function. Then find the following code in it 1 => array( and remove it. It should help you! Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV |
Nope, forgot to mention that I also tried that. Forgot password still shows up in the popup box. |
AntonLV suggestion should have worked. Did you clear your dolphin cache after? https://www.deanbassett.com |
Yes I cleared the Dolphin cache. Still it appears in the login box. Don't know why it doesn't work. |
I just verified on my site http://www.deanbassett.com that the code AntonLV stated to remove does work once the cache is cleared. https://www.deanbassett.com |
Correct, it works now. Thanks for your help Anton and Deano. |
Hello Annabel Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV |