Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of Boone Gorges

    Boone Gorges updated the BuddyPress 2.8 will require PHP 5.3+ page, on the BuddyPress Codex 9 years, 7 months ago

    BuddyPress 2.8 will require PHP 5.3

    Starting with version 2.8, the minimum version of PHP required to run BuddyPress will be 5.3.

    Why the change?

    PHP is the server-side programming language that powers […]

  • Profile picture of @mercime

    @mercime updated the Register and Activation Pages page, on the BuddyPress Codex 9 years, 7 months ago

    BuddyPress 1.7 auto generates the component pages for you. However, if you have open registration off in the WordPress general settings these pages may not get auto created.

    Enable Registration
    For users to […]

  • Profile picture of Henry Wright

    Henry Wright replied to the topic [Resolved] Registration Not Saving in the forum How-to & Troubleshooting 9 years, 7 months ago

    Check out this article:

    Deleting BuddyPress

  • Profile picture of Henry Wright

    Henry Wright replied to the topic [Resolved] Registration Not Saving in the forum How-to & Troubleshooting 9 years, 7 months ago

    I suspect that this is the result of me editing the resgiter.php file, but I’m not sure.

    That could be the issue. Can you try reverting to the standard register.php file and see if the problem still happens?

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Adminbar BuddyPress Drop Down Menu Not Scrolling in the forum How-to & Troubleshooting 9 years, 7 months ago

    Can you provide a link?

  • Profile picture of Henry Wright

    Henry Wright replied to the topic BuddyPress creating numerous duplicate pages from registration process in the forum Miscellaneous 9 years, 7 months ago

    That’s definitely not normal. Are you running any plugins, custom code? Which theme are you using?

  • Profile picture of Henry Wright

    Henry Wright replied to the topic connections in the forum Showcase 9 years, 7 months ago

    This isn’t possible by default. You will need to find a plugin or add some custom code to get this done. Try looking here first to see if something is already available:

    https://wordpress.org/plugins/tags/buddypress

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Admin notes on profiles in the forum Creating & Extending 9 years, 7 months ago

    This can’t be done with BuddyPress by default. You’ll need to find a plugin. Try looking through the Plugin Directory to see if anything is available:

    https://wordpress.org/plugins/tags/buddypress

  • Profile picture of Henry Wright

    Henry Wright replied to the topic [Resolved] plupload giving error 500 on new VPS in the forum How-to & Troubleshooting 9 years, 7 months ago

    Do you have anything in your error log?

    Also, how about front-end console errors?

  • Profile picture of Stacy (non coder)

    Stacy (non coder) replied to the topic Where to find the activity page's "RSS" to change the word? in the forum Installing BuddyPress 9 years, 7 months ago

    Changes on line 6317, doesn’t change front end.
    #: bp-templates/bp-legacy/buddypress/activity/index.php:142
    #: bp-templates/bp-legacy/buddypress/groups/single/activity.php:12
    msgid “RSS”
    msgstr

  • Profile picture of Stacy (non coder)

    Stacy (non coder) replied to the topic Where to find the activity page's "RSS" to change the word? in the forum Installing BuddyPress 9 years, 7 months ago

    And to make this element invisible with css makes all the item list tabs invisible.

    I see a .pot file only when I use a string locator plugin.

    The only instance is
    #: bp-activity/bp-activity-template.php:3774
    msgid “Site Wide Activity RSS Feed”
    msgstr “”

    I’ve edited this line before in the activity file and it doesn’t change.

  • Profile picture of Stacy (non coder)

    Stacy (non coder) replied to the topic Where to find the activity page's "RSS" to change the word? in the forum Installing BuddyPress 9 years, 7 months ago

    Not seeing a .pot file in plugin>edit

  • Profile picture of vinniblr

    vinniblr's profile was updated 9 years, 7 months ago

    vinniblr

    @jennyarora

    View Profile
  • Profile picture of Toni

    Toni started the topic Missing BP Pages/links section on Menu Admin Page in the forum How-to & Troubleshooting 9 years, 7 months ago

    WordPress v4.6.1
    BuddyPress v2.6.2
    Theme Sydney

    I have a BuddyPress site (toni-esl.com/eslbuddies) that I am recreating – using the same theme. I don’t know how to migrate it, not worth the effort. I also don’t remember how to set BP up, so I’m challenged.

    I have several issues. Here’s one…

    Problem: On the new site there is no heading,…[Read more]

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Disable BP reg in the forum How-to & Troubleshooting 9 years, 7 months ago

    If I leave the registration and activation pages blank I get a warning all the time in the backend.

    The warning won’t cause harm but I agree you should be able to dismiss it. You could open a ticket on Trac for the core developers to take a look at?

    https://buddypress.trac.wordpress.org/

  • Profile picture of Henry Wright

    Henry Wright replied to the topic How can i place ad code after every 5 activities in buddy press Activity Loop? in the forum How-to & Troubleshooting 9 years, 7 months ago

    Not sure you need that custom for loop. Also, an alternative to using the modulo operator is to reset the counter. Take a look at this as an example:

    // Init the counter.
    $i = 0;

    // Begin activity loop here.

    // Increment the counter by 1.
    $i = ++$i;

    // Check if we're in the 8th iteration.
    if ( 8 === $i ) {
    // Output ad code here.

    //…[Read more]

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Change MetaDescriptions in the forum How-to & Troubleshooting 9 years, 7 months ago

    WP SEO plugins won’t work on those kind of BuddyPress “page”, because they actually are not real “pages”, so everything gets confused.

    I’ve not seen a BuddyPress-specific SEO plugin – I suspect some people don’t realise they aren’t handled by most SEO plugins – or have been built with custom code.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic [Resolved] Account Details Profile Details Merging in the forum How-to & Troubleshooting 9 years, 7 months ago

    I see what you mean. You need username etc to be editable? That’s not possible out-of-the-box. It would require some custom coding or perhaps a plugin if you can find one.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Whats new tinymce not showing HTML inline styles in the forum Creating & Extending 9 years, 7 months ago

    The link you posted takes me to a login page?

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Members not showing in the member list in the forum How-to & Troubleshooting 9 years, 7 months ago

    Users need to be active in order to appear in the member directory. My guess is only 18 of the 26 have logged in since registering.

  • 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