-
Prashant Singh replied to the topic How to start JS immediately after loading the ”Notifications page” in the forum How-to & Troubleshooting 7 years, 7 months ago
Please try in different functions like
start: function() {Thanks
-
Prashant Singh replied to the topic Two membership directory in the forum Creating & Extending 7 years, 7 months ago
Ok, please check this: https://codex.buddypress.org/developer/member-types/
BuddyPress had introduced member type concept and using this you can create multiple directories.
There is a paid plugin https://www.buddyboss.com/product/buddypress-member-types/ that you can check. But still, the payment and free level security need some sort of…[Read more]
-
Prashant Singh replied to the topic Members Masonry – Element in the forum How-to & Troubleshooting 7 years, 7 months ago
Shouldn’t it to be wrote like this:
<div class="item-meta"><p> <?php echo bp_member_profile_data('field=Expertise'); ?></p></div>Please check this once.
Thanks
-
Maria Garcia's profile was updated 7 years, 7 months ago
-
Traci Fleming's profile was updated 7 years, 7 months ago
-
Vivek Narayanankutty Nair's profile was updated 7 years, 7 months ago
-
Jennifer Holt's profile was updated 7 years, 7 months ago
-
Loretta Errero's profile was updated 7 years, 7 months ago
-
Prashant Singh replied to the topic Two membership directory in the forum Creating & Extending 7 years, 7 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 7 years, 7 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
-
Nagapoker Menyediakan Poker Jackpot Terbaru's profile was updated 7 years, 7 months ago
-
Prashant Singh replied to the topic How to start JS immediately after loading the ”Notifications page” in the forum How-to & Troubleshooting 7 years, 7 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 7 years, 7 months ago
ok 🙂
-
Nathan Hughey's profile was updated 7 years, 7 months ago
-
Lucy Barnett's profile was updated 7 years, 7 months ago
-
Lam sao de cao's profile was updated 7 years, 7 months ago
-
poker online's profile was updated 7 years, 7 months ago
-
Prashant Singh replied to the topic Error 500 on wp-admin/admin-ajax.php in the forum How-to & Troubleshooting 7 years, 7 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 7 years, 7 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 7 years, 7 months ago
🙂
- Load More