Remove forgot password from popup box

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

Quote · 7 Apr 2015

Hello

You need to edit inc/design.inc.php file and find the getMemberLoginFormCode function. Then find the following code in it

1 => array(
'type' => 'custom',
'content' => '
<div class="right_line_aligned">
<a href="' . BX_DOL_URL_ROOT . 'forgot.php">' . _t("_forgot_your_password") . '?</a>
</div>
               <div class="clear_both"></div>
',
),

and remove it. It should help you!

Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV
Quote · 7 Apr 2015

Nope, forgot to mention that I also tried that. 

Forgot password still shows up in the popup box.

Quote · 7 Apr 2015

AntonLV suggestion should have worked. Did you clear your dolphin cache after?

https://www.deanbassett.com
Quote · 7 Apr 2015

Yes I cleared the Dolphin cache. Still it appears in the login box. Don't know why it doesn't work.

Quote · 7 Apr 2015

I just verified on my site http://www.deanbassett.com that the code AntonLV stated to remove does work once the cache is cleared.

So i would double check to make sure you removed the code section properly and double check the cache clearing. Clear it manually via FTP or cpanels file manager if needed.

It does indeed work.

https://www.deanbassett.com
Quote · 7 Apr 2015

Correct, it works now.

Thanks for your help Anton and Deano.

Quote · 7 Apr 2015

Hello Annabel
You are welcome! :)

Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV
Quote · 8 Apr 2015
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.