Replies
- Brajesh Singh on December 6, 2019 at 2:00 pm in reply to: Restrict Usernames Emails Characters with Username Availability Checker? #26952
Hi,
Thank you for the question.I checked the Restrict Username Emails Characters plugin.
It has too much convoluted code that does not allow any direct way to integrate.We are unable to provide an integration with this.
regards
Brajesh - Brajesh Singh on December 5, 2019 at 2:29 pm in reply to: [Resolved] Buddypresss Activity Plus? #26946
Thank you 🙂
PS:- Are you using RT media or any other plugin that fetches preview.
The error from your previous post seems to be due to that.
Regards
Brajesh - Brajesh Singh on December 5, 2019 at 9:28 am in reply to: [Resolved] Flag Symbol Instead of 'Report' #26944
Hi,
Sure.Translations allows you to translate the text from one language to another(localization). It is normally used to translate a software written one language to make it usable for other language users.
Please find more details here
https://developer.wordpress.org/plugins/internationalization/localization/
https://premium.wpmudev.org/blog/ultimate-guide-wordpress-localization/or you can simply install POEdit and try opening the .po file there and translate. Once, It is translated, save the generated file as the name-en_US.mo(depending on plugin name/your current locale) and WordPress will pick it.
You can later move the translaton to wp-content/languages/plugins/ directory.
Regards
Brajesh - Brajesh Singh on December 5, 2019 at 9:02 am in reply to: [Resolved] Buddypresss Activity Plus? #26943
Hi,
Here is a good news. I had contacted WPMUDEV for their permission to put this plugin on wp.org.I have got a very positive reply from Tylor(from WPMUDEV) that we can use the name BuddyPress Activity Plus Reloaded and we can put it on wp.org.
So, I am going to complete the refactoring and push for wp.org release by tomorrow.
Regards
Brajesh - Brajesh Singh on December 5, 2019 at 8:58 am in reply to: [Resolved] Buddypresss Activity Plus? #26942This reply has been marked as private.
Hi Ralf,
The message is translatable. Please see line 193 in core/classes/class-bl-actions-handler.php
If you used the translation file that came with file, you will see it around msg id 4 and 20.
Regards
Brajesh- Brajesh Singh on December 4, 2019 at 10:33 pm in reply to: [Resolved] Disable Activation prevents "Forgot Password" Email #26935
Thank you Blake.
I am glad I was able to help.Best regards
Brajesh - Brajesh Singh on December 4, 2019 at 10:33 pm in reply to: [Resolved] Branded Login 'get new password' issue #26934
You are welcome 🙂
- Brajesh Singh on December 4, 2019 at 6:50 pm in reply to: [Resolved] Disable Activation prevents "Forgot Password" Email #26930
Hi Blake,
Thank you for the patience. It seems the above code may not work from theme’s functions.php.
Please use FTP and navigate to wp-content/plugins directory.
Do you have a file named bp-custom.php there? If yes, Please append the code from my previous message
add_filter( 'bp_core_signup_send_activation_key', '__return_true', 111 );If you do not have this file, Please create a file there and name it bp-custom.php and put the contents from following page
https://pastebin.com/raw/j0WCitnA
The only difference is that the new file contains the beginign php tag.
This approach works as I tested before replying.
PS:- Make sure to change the email subject as it is ” Your username and password” which is confusing.
Regards
Brajesh - Brajesh Singh on December 4, 2019 at 6:40 pm in reply to: BuddyPress Member Types Pro – LearnDash Groups #26929
Hi Amir,
Thank you.I have pushed the update.
Please upgrade to 1.3.9.
regards
Brajesh