-
Toplen's profile was updated 7 years, 6 months ago
-
ParfumGroup's profile was updated 7 years, 6 months ago
-
Lisa Lawre's profile was updated 7 years, 6 months ago
-
lancewise14's profile was updated 7 years, 6 months ago
-
Rosa Brady's profile was updated 7 years, 6 months ago
-
tommiehicks5's profile was updated 7 years, 6 months ago
-
debrahernan2's profile was updated 7 years, 6 months ago
-
ethemramos1's profile was updated 7 years, 6 months ago
-
tamiharper14's profile was updated 7 years, 6 months ago
-
Prashant Singh replied to the topic Create/add forum from frontend in the forum Miscellaneous 7 years, 6 months ago
Hi,
Please go with current_user_can. I found that in a link on bbpress I think but that function is no more there.
-
Prashant Singh replied to the topic problem with avatar in multisite in the forum How-to & Troubleshooting 7 years, 6 months ago
Hi,
These images must be coming from user avatar, can you please check if they are there in the dashboard.
Thanks
-
Prashant Singh replied to the topic Load more missing in the forum How-to & Troubleshooting 7 years, 6 months ago
ok
-
Prashant Singh replied to the topic Block Characters e.g. @, numbers, dot etc. in text fields / multiline text in the forum How-to & Troubleshooting 7 years, 6 months ago
Kindly check screenshots below
I have checked your screenshots and yes the code is not placed properly. Please check my screenshot again: https://prnt.sc/l6ft50 I have removed everything and just wrote this:
jQuery(document).ready(function(){[Read more]
jQuery('.profile-edit #field_1').bind('keydown',function (event) {
var regex = new… -
Prashant Singh replied to the topic Block Characters e.g. @, numbers, dot etc. in text fields / multiline text in the forum How-to & Troubleshooting 7 years, 6 months ago
Sorry for the problems here. They should be fixed.
We did it yesterday so might be he posted before that time.
-
John James Jacoby replied to the topic Block Characters e.g. @, numbers, dot etc. in text fields / multiline text in the forum How-to & Troubleshooting 7 years, 6 months ago
Sorry for the problems here. They should be fixed.
-
Prashant Singh replied to the topic problem with avatar in multisite in the forum How-to & Troubleshooting 7 years, 6 months ago
Can you please share any screencast explaining the problem?
Thanks
-
Prashant Singh replied to the topic BP and Polylang in the forum How-to & Troubleshooting 7 years, 6 months ago
I have not tested it yet but after the translation please try to regenerate the mails.
Go to wp-admin > Tools > BuddyPress and run the “Reinstall emails” tool.
Reference: https://buddypress.org/support/topic/translation-email/
-
Prashant Singh replied to the topic Using XProfile fields in Admin Notification Mail after activation in the forum How-to & Troubleshooting 7 years, 6 months ago
Hi,
You can also test hook do_action( ‘bp_complete_signup’ ); You can find the hooks related ton registration here buddypress/bp-members/screens/register.php
Thanks
-
Prashant Singh replied to the topic Buddypress groups in the forum Installing BuddyPress 7 years, 6 months ago
Hi,
This is not the case with BuddyPress till date if users are subscriber then they will be a normal member. Please test if any other plugin is creating the issue there.
Thanks
-
Prashant Singh replied to the topic Is it possible in Buddy Press to give only permission to delete private message in the forum How-to & Troubleshooting 7 years, 6 months ago
Hi,
After seeing the video it seems like you are getting that link from this file: buddypressbp-themesbp-defaultmemberssinglemessagessingle.php and code is
<a class="button confirm" href="<?php bp_the_thread_delete_link(); ?>" title="<?php esc_attr_e( "Delete Message", "buddypress" ); ?>"><?php _e( 'Delete', 'buddypress' ); ?></a> Also…[Read more]
- Load More