Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic How to remove the Log In, Register bar at top of front page. in the forum How-to & Troubleshooting 10 years, 3 months ago

    Install (BuddyPress) Log in widget in sidebar. It will have both login form and logout link.
    http://screencast.com/t/J37U1SgxRb

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic Cannot create groups in the forum How-to & Troubleshooting 10 years, 3 months ago

    Is it live?
    Do you have .htaccess file in the root of your site? The same place, where you have wp-config.php file. If you have .htaccess – please post here its content (you can use pastebin.com to enter code details therу and post here just a link).

  • Profile picture of Turker YILDIRIM

    Turker YILDIRIM replied to the topic Multiple Registration Forms? in the forum How-to & Troubleshooting 10 years, 3 months ago

    I believe this not an issue because BP only needs an email, username and a password to do a succesfull registration. All other inputs may change for each site.

    You can use a plugin(like “contact form”) to create registration forms and then assign form inputs into custom created xprofile fields.

  • Profile picture of Turker YILDIRIM

    Turker YILDIRIM replied to the topic activation in the forum How-to & Troubleshooting 10 years, 3 months ago

    It is not possible by default but you can use plugins to add this ability into WordPress (and BP also)

  • Profile picture of Turker YILDIRIM

    Turker YILDIRIM started the topic Hooking into settings update in the forum Creating & Extending 10 years, 3 months ago

    Hi,

    I want to hook into to password save action which is submitted from user settings page. I havent made a test yet but it seems bp_settings_action_general function(bp-settins->bp-settings-action.php) is responsible for this.

    There is only 1 action (bp_core_general_settings_after_save) defined in the function and it’s runing right after the…[Read more]

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic Cannot create groups in the forum How-to & Troubleshooting 10 years, 3 months ago

    @lorddunvegan
    Change permalinks to just /%postname%. Make sure you have a published Groups page in admin area and /groups/ link on front-end is accessible and display list of groups (or no groups message).

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic Comments in Activity Stream in the forum How-to & Troubleshooting 10 years, 3 months ago

    There is such setting: http://take.ms/iD38m
    It should be checked.

    And there is also such ticket in trac: https://buddypress.trac.wordpress.org/ticket/6482
    It will allow comments syncing between activity stream item and posts (so they will appear in both places – very handy). This feature will be included into upcoming (in March) BuddyPress 2.5.

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic How to remove the Log In, Register bar at top of front page. in the forum How-to & Troubleshooting 10 years, 3 months ago

    Place this code in bp-custom.php or functions.php of your theme.

    if ( ! is_super_admin() ) {
    add_filter( 'show_admin_bar', '__return_false' );
    }

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic uploading profile photo edge in the forum How-to & Troubleshooting 10 years, 3 months ago

    This is a bug in BuddyPress.
    Here is a new ticket: https://buddypress.trac.wordpress.org/ticket/6846

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic How make youtube videos responsive in activity stream? in the forum How-to & Troubleshooting 10 years, 3 months ago

    bp_get_activity_content_body – that’s the filter you might need.
    See function bp_get_activity_content_body() for details.
    General idea (you will need a bit of regexp knowledge):
    1) search in activity content for <iframe keyword.
    2) if it exists – wrap it with the div you need
    3) That’s it. This will be done on a fly for each item in activity…[Read more]

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic Incorrect Buddypress Numbers Vs RTMedia Numbers in the forum How-to & Troubleshooting 10 years, 3 months ago

    Try visiting this link inside your site /wp-admin/tools.php?page=bp-tools and recalculate members number.
    Also the difference might be in the way plugins are counting – with or without activated users, with or without spam users etc.

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic member types :xprofilegroup in the forum How-to & Troubleshooting 10 years, 3 months ago

    Oh, and it seems there is a plugin-based solution for that: http://wptavern.com/conditionally-hide-buddypress-profile-field-groups-based-on-user-role

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic member types :xprofilegroup in the forum How-to & Troubleshooting 10 years, 3 months ago

    Out of the box there is no such setting.

    You can take a look at this solution: Hide Profile Field Group from Specific Member Type

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic How make youtube videos responsive in activity stream? in the forum How-to & Troubleshooting 10 years, 3 months ago

    Here is related topic: Making Youtube videos responsive

  • Profile picture of VentureCore

    VentureCore replied to the topic Sort Members Alphabetically by Default in the forum How-to & Troubleshooting 10 years, 3 months ago

    You have to add part of the code to the members loop and part of the code goes in your functions.php file. You also have to manually reorder the php to display/default alphabetical first in the dropdown menu

  • Profile picture of VentureCore

    VentureCore replied to the topic Sort Members Alphabetically by Default in the forum How-to & Troubleshooting 10 years, 3 months ago

    You can see it working here… http://qr2.bz/3days
    Link will expire in 3days 🙂

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic migrate Jomsocial profile data to buddypress in the forum How-to & Troubleshooting 10 years, 3 months ago

    I didn’t find any info about this. So the only option – hire somebody to do it for you.

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic Lost site wide admin to users header/widget message feature in the forum How-to & Troubleshooting 10 years, 3 months ago

    If you are talking about site-wide notices – there is a default widget called “(BuddyPress) Sidewide Notices” that just displays notices. You should create them on “Profile -> Messages -> Compose” page, with “This is a notice to all users.” checkbox checked. Make sure you have BuddyPress Message component activated.

    See this: http://take.ms/jSAP4

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic Trying to find a developer in the forum Creating & Extending 10 years, 3 months ago

    http://upwork.com/ is the largest. Lots of great developers there.

  • Profile picture of Andrea Armeni

    Andrea Armeni replied to the topic How to view Custom Columns (extended profiles field) in Admin users view? in the forum How-to & Troubleshooting 10 years, 3 months ago

    Thanks a lot for your precious answer!
    I’ll try to study this documentations
    Thanks again!

    (if i have success, i’ll write here “how” ;))

  • 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