Replies
Hi Brajesh,
that would be great. I’m looking forward to an updated version that includes this functionality.
All the best
Ralf
- rabb on November 24, 2019 at 9:56 am in reply to: [Resolved] Branded Login 'get new password' issue #26711
Hi Brajesh,
there is one last thing in this context I would like to ask you. Instead of showing notices when the user presses the button ‘get new password’ I would rather like to generate other page content or redirect to a static wordpress page which is probably easier.
To achieve this I would set a hook in the functions.php but I don’t know the appropriate function name. I would appreciate if you told me how I can generate new page content after having clicked the button.Regards
Ralf
Hi Brajesh,
thanks for your reply. I will modify the mentioned files to adjust the mail content.
A translator like PoEdit would not solve my problem as it only translates the given text strings. My goal is to completely rewrite the mail content to change its layout and add more text or links.
With best regards
Ralf
- rabb on November 23, 2019 at 1:52 pm in reply to: [Resolved] Branded Login 'get new password' issue #26694
Hi Brajesh,
I made a clean wordpress installation, installed buddypress and the Branded Login plugin and adjusted a standard wordpress theme with your code. Unfortunately it didn’t work.
I found that the buddypress-functions.php removed the action ‘template_notices’ (see: line 610 – 617):/** * We'll handle template notices from BP Nouveau. * * @since 3.0.0 */ public function neutralize_core_template_notices() { remove_action( 'template_notices', 'bp_core_render_message' ); }
The new template notice function is called ‘bp_nouveau_template_notices’. So I added this code in the theme and it worked:
<?php do_action('bp_nouveau_template_notices');?>
What do you say? Is this procedure right?
With best regards
Ralf
- This reply was modified 5 years, 5 months ago by
rabb.
- This reply was modified 5 years, 5 months ago by
- rabb on November 21, 2019 at 8:43 pm in reply to: [Resolved] Branded Login 'get new password' issue #26668
Hi Brajesh,
thanks for your fast reply and that you will have a look at the issue. In addition I would like to mention that there is also no information page generated when I click on the link in the mail that resets the password.
Here it would be good to inform the user that another mail will be sent that includes the new password.Thanks
Ralf