Search Results for 'wordpress'
-
Search Results
-
Topic: Emailing BuddyPress Groups
How can one email all members of a BuddyPress group only?
There is the ‘Email WP Users’ plugin:
…but its email ‘Group’ option is greyed-out and not useable. I have posted a query to the plugin’s support page, but no reply.
There is a separate email subscription plugin:
…but that just copies BP Group messages to users who have already opted to receive copies of messages posted to that group.
Is there a simple way in BuddyPress to email all members of a BP Group? (It can’t be that difficult.)
Thank you for your help 🙂
Topic: Display Name
How can I set the user’s register name as display name?
I’ve the latest version of wordpress and buddypress.I have to hide some nav menus of bp users’ profile page from other users. I using the following function to do so. That was working fine.
/* BuddyPress profile nav menu restrictions */
function bpex_hide_profile_menu_tabs()
{if (bp_is_active(‘xprofile’)) :
if (bp_is_user() && !bp_is_my_profile()) {
// BP’s profile main menu items. Comment those to show.
// bp_core_remove_nav_item( ‘activity’ );
// bp_core_remove_nav_item(‘profile’);
bp_core_remove_nav_item(‘friends’);
bp_core_remove_nav_item(‘groups’);
// exist only if you use bbPress
bp_core_remove_nav_item(‘forums’);
// bp_core_remove_nav_item(‘activity’);
bp_core_remove_nav_item(‘following’);
bp_core_remove_nav_item(‘followers’);
bp_core_remove_nav_item(‘bookmarks’);
bp_core_remove_nav_item(‘activity’);// BP’s profile main menu items. Comment those to show.
bp_core_remove_subnav_item(‘activity’, ‘personal’);
bp_core_remove_subnav_item(‘activity’, ‘friends’);
bp_core_remove_subnav_item(‘activity’, ‘groups’);
bp_core_remove_subnav_item(‘activity’, ‘following’);
bp_core_remove_subnav_item(‘activity’, ‘feed’);
}
bp_core_remove_subnav_item(‘activity’, ‘mentions’);
bp_core_remove_subnav_item(‘activity’, ‘favorites’);endif;
}
add_action(‘bp_init’, ‘bpex_hide_profile_menu_tabs’, 15);I have this navigation menu for the bp user on the header by default. When I am viewing other’s profiles the nav menus inside the user’s header menu also get hidden.
Is there any other ways to do this.
I am using the latest version of WordPress 5.4.2, BuddyPress 6.0.0, and BuddyX Theme 1.3.7.
Hello guys,
I have included a few buttons, one for friendrequests, one for messages and one for all notifications, but how I can display the notifications for each button by clicking on the button.
But I dont want that the Notifications were shown in the notifications page, they should be shown in a Popup like Facebook or like the menu of WordPress.
After watching the Popup, the Notifications should become as read.
I would be happy if you could help me.
Hello,
I am working on a subdomain for a client: https://forum.secretsofpakistan.com/
I put a few public Groups on the Homepage, but I can only click on them when I am logged in to the WP site.
When I am logged in, I can visit https://forum.secretsofpakistan.com/groups/uk-nationals-in-pakistan/ e.g. but whoever is not logged in will land on the Homepage of the website.
I already went to Settings – Permalinks and selected “Post Name”.
WordPress Version 5.4.2
BuddyPress Version 6.0.0
Theme AardvarkDoes anyone has an idea how to make the Group pages visible for non-logged in visitors?
Hi,
Is there a way to stop users being able to tick the checkbox and use weak passwords while updating their password through BuddyPress? I have googled and found various answers of how to enforce strong passwords, and also code to remove the option to allow it, but for WordPress, not specifically BuddyPress. However, none of the things I have tried have worked.
I’m even struggling to hide it uses CSS and using !important as it is overridden.
I am using the latest WordPress/BuddyPress and the Woostify theme. My website is https://segauniverse.com, however you need to be registered to access BuddyPress (under Community/SEGA Chat).
I don’t want users to be able to select a weak password, as they can select a 1 letter password or basic word, and i think this is a security risk.
Thanks
WordPress 5.4.1
BuddyPress 6.0.0
Site: http://84.107.187.34/upfrogI managed to make the activity stream multi column with third party software “Masonry” (https://masonry.desandro.com).
The problem I’m facing is calling the masonry-script after the activity stream is completely loaded. For now I used a timeout function to get it working:setTimeout(function(){ $('.activity-list').masonry({ // options itemSelector: '.activity-item', columnWidth: 300 }); }, 3000);Can anyone tell me how to call the script the right way?
Thanks so much in advance and with kind regards,
PeterHello
How are you doing
I am facing a problem which is that I installed a plugin youzer and turned it off the recaptcha , but when I log in from the plugin youzer link, he tells me “THE RECAPTCHA WASN’T ENTERED CORRECTLY. PLEASE TRY IT AGAIN.” I am not already activated, and for testing I activated recaptcha and remained the same problem
Why is it that when I log in to WordPress, no error occurs
the link of porblemHi guys,
Somehow my BuddyPress filter – menu list – background -on hover – changed colors and acquired an outline, when testing a theme and returning to my original theme.
I have attached a screenshot of the filter. You will see the highlighted menu item is blue with a thick black outline when hovered over. I have tried to show as much info as possible in the hope someone can provide a css, for when hovering over a menu item to remove the black outline (on hover), and change the background color (on hover) to #21759b, and the text color (on hover) to #ffffff to suit my theme.
This problem has happened to a few of my filters but I’m sure I can fix those if I can get the css for this one.
URL to screenshot in my dropbox
https://www.dropbox.com/s/q9dvxqlhi23j41k/Filter%20-%20on%20hover%20background%20color.PNG?dl=0Thank you
Wordpress Version 5.4.1
Buddypress Version 6.0.0