Skip to:
Content
Pages
Categories
Search
Top
Bottom

  • About
  • News
  • Codex
  • Develop
  • Make
  • Forums
  • Download

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of londunha

    londunha's profile was updated 10 years, 7 months ago

    londunha

    @londunha

    View Profile
  • Profile picture of Henry Wright

    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.

  • Profile picture of @mercime

    @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]

  • Profile picture of @mercime

    @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.

  • Profile picture of Used Cars In Delhi

    Used Cars In Delhi's profile was updated 10 years, 7 months ago

    Used Cars In Delhi

    @askme15

    View Profile
  • Profile picture of Powell Carter

    Powell Carter's profile was updated 10 years, 7 months ago

    Powell Carter

    @powellcarter

    View Profile
  • Profile picture of hattonramo

    hattonramo's profile was updated 10 years, 7 months ago

    hattonramo

    @hattonramo

    View Profile
  • Profile picture of Juan

    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]

  • Profile picture of Ghaziabad Movers Packers

    Ghaziabad Movers Packers's profile was updated 10 years, 7 months ago

    Ghaziabad Movers Packers

    @amdpackersmovers

    View Profile
  • Profile picture of Handmade Christmas Ornaments

    Handmade Christmas Ornaments's profile was updated 10 years, 7 months ago

    Handmade Christmas Ornaments

    @inmarks

    View Profile
  • Profile picture of Packers And Movers Hadapsar Pune

    Packers And Movers Hadapsar Pune's profile was updated 10 years, 7 months ago

    Packers And Movers Hadapsar Pune

    @askmes

    View Profile
  • Profile picture of sarailya

    sarailya's profile was updated 10 years, 7 months ago

    sarailya

    @sarailya

    View Profile
  • Profile picture of Henry Wright

    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]

  • Profile picture of Henry Wright

    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!

  • Profile picture of Henry Wright

    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.

  • Profile picture of Henry Wright

    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.

  • Profile picture of Henry Wright

    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]

  • Profile picture of larsoblane44

    larsoblane44's profile was updated 10 years, 7 months ago

    larsoblane44

    @larsoblane44

    View Profile
  • Profile picture of Henry Wright

    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.

  • Profile picture of Henry Wright

    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

WordPress.org bbPress.org BuddyPress.org Matt Blog RSS

GPL Contact Us Privacy Terms of Service X

Skip to toolbar
    • WordPress.org
      • About WordPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
    • bbPress.org
      • About bbPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
    • BuddyPress.org
      • About BuddyPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
  • Log in
  • Anonymous
    • AnonymousNot Logged In
    • Register
    • Log In