-
Prashant Singh replied to the topic Two membership directory in the forum Creating & Extending 6 years, 2 months ago
Hi,
You can check this plugin: https://wordpress.org/plugins/buddypress-shortcodes/
But still, it will need customization to add different fields there.
Thanks
-
Prashant Singh replied to the topic How to start JS immediately after loading the ”Notifications page” in the forum How-to & Troubleshooting 6 years, 2 months ago
You can check buddypress-notifications.js file and I think you need to add new listener there. Then only you can run your script just after that, but editing a core file is never recommended.
Thanks
-
Prashant Singh replied to the topic How to start JS immediately after loading the ”Notifications page” in the forum How-to & Troubleshooting 6 years, 2 months ago
Hi,
You can put code like this:
function buddypress_profile_layout() {
global $bp;
if ('notifications'== $bp->current_component){
wp_enqueue_script('test', 'http://example.com/wp-content/themes/twentyfifteen-
child/js/test.js', array('jquery'), '1.0', true);
}
}add_filter(‘wp_enqueue_scripts’,…[Read more]
-
Prashant Singh replied to the topic Error 500 on wp-admin/admin-ajax.php in the forum How-to & Troubleshooting 6 years, 2 months ago
ok 🙂
-
Prashant Singh replied to the topic Error 500 on wp-admin/admin-ajax.php in the forum How-to & Troubleshooting 6 years, 2 months ago
Hi,
There may be possibilities that wpforo is not compatible with BuddyPress so please report to all of them after checking these issues.
Thanks
-
Prashant Singh replied to the topic Hide specific user profile tabs in the forum How-to & Troubleshooting 6 years, 2 months ago
Hi,
Please check this plugin: https://wordpress.org/plugins/buddypress-members-only/
Hopefully, it will help you.
Thanks
-
Prashant Singh replied to the topic How to mark all notifications as read in the forum Installing BuddyPress 6 years, 2 months ago
🙂
-
Prashant Singh replied to the topic Allow moderator to accept new members in the forum Creating & Extending 6 years, 2 months ago
Hi,
These are only allowed to admins, please check this https://codex.buddypress.org/administrator-guide/group-settings-and-roles/
If you want to do it for moderator, then you have to add capabilities using custom code which seems a bit tough right now.
Thanks
-
Prashant Singh replied to the topic error: your account is marked as sending unwanted content. in the forum Installing BuddyPress 6 years, 2 months ago
Hi,
You must be using Anti-Splog plugin.
Please check this thread: https://premium.wpmudev.org/forums/topic/why-have-our-super-admin-accounts-been-marked-as-spam-when-we-marked-a-blog-as-spam
Thanks
-
Prashant Singh replied to the topic Active directory infos in the BP cover options in the forum How-to & Troubleshooting 6 years, 2 months ago
Hi,
Please try to use this plugin https://github.com/wbcomdesigns/bp-modify-member-directory-header
It says that it allows showing profile fields on members directory and profile’s header.
Thanks
-
Prashant Singh replied to the topic Error 500 on wp-admin/admin-ajax.php in the forum How-to & Troubleshooting 6 years, 2 months ago
Ok, please report it to them.
-
Prashant Singh replied to the topic Members Masonry – Element in the forum How-to & Troubleshooting 6 years, 2 months ago
Great 🙂
-
Prashant Singh replied to the topic Filter Activity by Category in the forum Creating & Extending 6 years, 2 months ago
Hi,
Please try this: https://gist.github.com/jmdodd/1486717
We just need to change the category/categories here as per our own names. They have used ‘exclude-me’, so in place of this, you can write your own.
Thanks
-
Prashant Singh replied to the topic How to show all conent in posts in page activity ? in the forum Installing BuddyPress 6 years, 2 months ago
Hi,
Please check this thread: https://buddypress.org/support/topic/custom-activity-new-post-content-not-broken-after-update-the-post/
Thanks
-
Prashant Singh replied to the topic Use BuddyPress email template for WordPress emails in the forum How-to & Troubleshooting 6 years, 2 months ago
Welcome 🙂
-
Prashant Singh replied to the topic Problem with news feed (activities) filter in the forum Creating & Extending 6 years, 2 months ago
Hi,
Please follow these links:
Add custom filters to loops and enjoy them within your plugin
Hopefully, this will help you.
Thanks
-
Prashant Singh replied to the topic Depending on the group status, change the default tab of the group in the forum Installing BuddyPress 6 years, 2 months ago
Great to hear that it helped you 🙂
-
Prashant Singh replied to the topic How to mark all notifications as read in the forum Installing BuddyPress 6 years, 2 months ago
-
Prashant Singh replied to the topic autopost to twitter, facebook , instagram in the forum Third Party Plugins 6 years, 2 months ago
Hi,
Please try to use this one: https://wordpress.org/plugins/bp-activity-social-share/
It is not having an auto post but you can share activities on your favourite social network.
Thanks
-
Prashant Singh replied to the topic HTML in header of group sub pages in the forum How-to & Troubleshooting 6 years, 2 months ago
- Load More
@prashantvatsh
Active 3 months, 3 weeks ago