Replies
- Brajesh Singh on July 5, 2019 at 8:01 pm in reply to: mediapress always shows nothing on activity stream #23872
Hi bonga,
I am sorry for the inconvenience.Which theme are you using? Also, which template pack is enabled. Please let me know and I will assist.
Regards
Brajesh - Brajesh Singh on July 5, 2019 at 8:00 pm in reply to: Plugin request – Block disposable email addresses #23871This reply has been marked as private.
Thank you Mike. I will put a filter for the same.
- Brajesh Singh on July 5, 2019 at 7:56 pm in reply to: [Resolved] pre-purchase questions for a plugin #23869
Hi Brian,
I am sorry. We will not be able to add user to user blocking functionality(like providing a block button) in this plugin as moderation/reporting and blocking are different things.If you are looking for blocking when a user reports other user and automating the process of blocking from message, unfriending etc then it is coming in future version.
Regards
Brajesh Hi Tosin,
Branded login does not use ajax to handle login. You do not need to add a loading icon. That will not make any sense as the complete page is reloaded on click without any delay.If you still want to add the loading indicator, please feel free to use any loading icon and hide them by default. Use a javascript snippet to make them visible when the button is clicked.
PS:- In future, Please start a new topic for new questions/support request. That helps us keep the support forums more organized(and searchable for others looking for the same thing).
Regards
Brajesh- Brajesh Singh on July 5, 2019 at 7:46 pm in reply to: [Resolved] Moderation Tools – Report Button on CPTs #23867
Hi Vivek,
Hope you are doing well. Please upgrade to 1.2.3 and you can use the shortcode
[bpmts_report_button] for adding a button.https://buddydev.com/plugins/buddypress-moderation-tools/
By default, it ads the report button for the current post. You can use the following options to customize it.
label:- Change the button label. Optional. default is ‘Report’.
item_id:- numeric item id. Optional. Default is current post id.
item_type:- registered item type. optional. Default is current post type.
context:- Any meaningful context. Optional. default is current post type.
context_id:- Any id to help make sense of the context. Optional. default is post id.Hope this help.
Regards
Brajesh - Brajesh Singh on July 5, 2019 at 1:10 am in reply to: Plugin request – Block disposable email addresses #23859This reply has been marked as private.
- Brajesh Singh on July 5, 2019 at 12:57 am in reply to: Request for password on account deletion #23857
Hi Tosin,
Thank you for the idea. I do like it.I did check the BuddyPress settings template and I don’t see any way(unless using js) to inject a field for entering password.
That means, the settings template will need to be modified by the user. That’s why a generic plugin is not feasible currently.
I and my team will be glad to post a blog post about it and share how to accomplish the same using some code(with how to modify settings page).
Will that work for you?
Thank you
Brajesh - Brajesh Singh on July 5, 2019 at 12:54 am in reply to: [Resolved] BuddyPress Ajax registration – How BuddyPress by DevBuddy Forms #23856
Hi Chris,
Thank you.You did not do anything wrong. There was a css selector needed to trigger the form and I added it on Settings->BP Ajax Registration Settings->Login tab(you will see the new selector there in the text area).
Regards
Brajesh Thank you David.