-
londunha's profile was updated 10 years, 7 months ago
-
Henry Wright replied to the topic What could stop post comments from displaying? in the forum How-to & Troubleshooting 10 years, 7 months ago
If you go to Settings > BuddyPress and then select the Settings tab at the top, you should see Blog & Forum Comments under the Activity Settings section on that page. Ensure that checkbox is checked.
-
@mercime replied to the topic Buddypress in conflict with WP media upload and BadgeOS in the forum How-to & Troubleshooting 10 years, 7 months ago
Re BadgeOS plugin conflict: please post the issue at the plugin’s support page at https://wordpress.org/support/plugin/badgeos
Re error with Media upload: Do you mean you cannot upload media from the Page/Post/Media > Add New panels? Then do provide more information https://buddypress.org/support/topic/when-asking-for-support-2/. If you’re using…[Read more]
-
@mercime replied to the topic BuddyPress user profile fields not working properly with ascent theme in the forum Miscellaneous 10 years, 7 months ago
@mamaslt Most possibly, that could be resolved with a simple CSS tweak. Help us help you by posting site url here so we can take a look at the source.
-
Used Cars In Delhi's profile was updated 10 years, 7 months ago
-
Powell Carter's profile was updated 10 years, 7 months ago
-
hattonramo's profile was updated 10 years, 7 months ago
-
Juan replied to the topic How to use bp_member_profile_data when its type URL in the forum How-to & Troubleshooting 10 years, 7 months ago
Hello. I’m dealing with this also but the proposal solution is not good. @danbp said “instead using a link field type, use a normal text box”. The problem is that the field type is not “link”, it is “URL” and the data is validated against URL format, not link. So we, as developers, should have the option to get the value of the URL instead of a…[Read more]
-
Ghaziabad Movers Packers's profile was updated 10 years, 7 months ago
-
Handmade Christmas Ornaments's profile was updated 10 years, 7 months ago
-
Packers And Movers Hadapsar Pune's profile was updated 10 years, 7 months ago
-
sarailya's profile was updated 10 years, 7 months ago
-
Henry Wright replied to the topic Displaying group members roles in member list in the forum How-to & Troubleshooting 10 years, 7 months ago
This will work, I’ve used the right hook this time, and tested myself to make sure it’s working:
function venutius_display_member_role() {global $members_template;
// This is a confirmed group member.
if ( $members_template->member->is_confirmed )
echo '<p>Member</p>';// This is a group moderator.
if (…[Read more] -
Henry Wright replied to the topic Can I @everyone when I message? in the forum How-to & Troubleshooting 10 years, 7 months ago
Yes I get that, I guess we could think of an alternative, like @groupadmin?
Yep, something like that’d work!
-
Henry Wright replied to the topic Displaying group members roles in member list in the forum How-to & Troubleshooting 10 years, 7 months ago
I added it to the Members.php file but it seems to have no effect.
This should actually go in your theme’s functions.php file.
-
Henry Wright replied to the topic Can I @everyone when I message? in the forum How-to & Troubleshooting 10 years, 7 months ago
would it be possible to have a shout to both admins and mods?
I thought about that but there’s a slight problem using @admin or @administrator as a command. Most BuddyPress websites use these usernames as their main user account. To avoid notifying the main site admin, we need to think of a different command to use for this group.
-
Henry Wright replied to the topic Displaying group members roles in member list in the forum How-to & Troubleshooting 10 years, 7 months ago
I haven’t tried this but you could try doing something like this:
function venutius_display_member_role() {global $members_template;
// This is a confirmed group member.
if ( $members_template->member->is_confirmed )
echo '<p>Member</p>';// This is a group moderator.
if ( $members_template->member->is_mod )…[Read more] -
larsoblane44's profile was updated 10 years, 7 months ago
-
Henry Wright replied to the topic Can I @everyone when I message? in the forum How-to & Troubleshooting 10 years, 7 months ago
@venutius The issue you were having with blank notifications has now been fixed. You’ll also need to update bbPress once the new version of that plugin is released.
-
Henry Wright replied to the topic Can I @everyone when I message? in the forum How-to & Troubleshooting 10 years, 7 months ago
One additional feature I was thinking about, a bit of a leap, would be that ability of the user to configure their own user group to send mentions to, a subset of their friends that they may wish to send shouts to.
Setting up arbitrary groups of members is a good idea, but I think that functionality should belong in a separate plugin. This plugin…[Read more]
- Load More