Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of pace

    pace's profile was updated 9 years, 4 months ago

    pace

    @bbrun

    View Profile
  • Profile picture of John Oliver

    John Oliver's profile was updated 9 years, 4 months ago

    John Oliver

    @john2ovr

    View Profile
  • Profile picture of Andrew

    Andrew started the topic new query arg in the forum Creating & Extending 9 years, 4 months ago

    This code allows you to sort activity from most favorited activity to least favorited activity.

    class BP_Loop_Filters {
    // Constructor
    public function __construct() {
    $this->setup_filters();
    }

    // Filters
    private function setup_filters() {
    add_filter( 'bp_activity_get_user_join_filter', array( $this, 'order_by_most_favorited' ), 10,…
    [Read more]

  • Profile picture of Dana Forest

    Dana Forest's profile was updated 9 years, 4 months ago

    Dana Forest

    @theomstore

    View Profile
  • Profile picture of Henry Wright

    Henry Wright replied to the topic Theme to be Released in the forum Showcase 9 years, 4 months ago

    Considering your plan is to make money from the theme, I’d go for 2. There are lots of outlets where you can list a theme for sale or if your own website has the capability you could list it for sale there.

  • Profile picture of Stacy (non coder)

    Stacy (non coder) replied to the topic Is there a theme switcher plugin to use a different theme for bp pages? in the forum Third Party Plugins 9 years, 4 months ago

    https://wordpress.org/plugins/jonradio-multiple-themes/

  • Profile picture of Stacy (non coder)

    Stacy (non coder) started the topic Is there a theme switcher plugin to use a different theme for bp pages? in the forum Third Party Plugins 9 years, 4 months ago

    This would be great.

  • Profile picture of James Scales

    James Scales's profile was updated 9 years, 4 months ago

    James Scales

    @james2sls

    View Profile
  • Profile picture of Henry Wright

    Henry Wright replied to the topic Enqueue styles and scripts to profile edit page in the forum How-to & Troubleshooting 9 years, 4 months ago

    Try bp_is_profile_edit()

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Can't get BuddyPress activated in the forum Installing BuddyPress 9 years, 4 months ago

    @johnjamesjacoby This specific error has already been fixed in BuddyPress trunk a couple weeks ago (I don’t have the changeset number to hand). netweb fixed an identical problem in bbPress a couple of months ago: https://bbpress.trac.wordpress.org/changeset/6113/trunk

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Can't get BuddyPress activated in the forum Installing BuddyPress 9 years, 4 months ago

    The issue reported by @larsivar two weeks ago is by a change in PHP 7.1. We have fixed this specific issue for an upcoming release — our ticket tracking PHP 7.1 is here https://buddypress.trac.wordpress.org/ticket/7392

    While we could ship a release today to fix that specific error, there is at least 1 other PHP 7.1 error that I know about, w…[Read more]

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Broken after install in the forum Installing BuddyPress 9 years, 4 months ago

    @wautersandreas and @danbp Fatal errors with that exact message are caused by a change in PHP 7.1. We have fixed this specific issue for an upcoming release — our ticket tracking PHP 7.1 is here https://buddypress.trac.wordpress.org/ticket/7392

    While we could ship a release today to fix that specific error, there is at least 1 other PHP 7.1…[Read more]

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Broken after install in the forum Installing BuddyPress 9 years, 4 months ago

    @baramagnus Unless you’re using PHP 7.1 on your server, please report your own issue with any relevant data from your PHP error log (ask your server host for help, if needed). We can’t debug anything given the very general report you’ve told us, unfortunately.

  • Profile picture of Marc Luther Capulong

    Marc Luther Capulong started the topic Enqueue styles and scripts to profile edit page in the forum How-to & Troubleshooting 9 years, 4 months ago

    Hi,

    I want to add custom styles and scripts only when the user is at the profile edit page. Is there a way to check if you’re currently accessing the profile edit page?

    For example:
    bp_is_profile_edit_page()

  • Profile picture of John Nunez

    John Nunez's profile was updated 9 years, 4 months ago

    John Nunez

    @john2nnz

    View Profile
  • Profile picture of John James Jacoby

    John James Jacoby replied to the topic Can't get BuddyPress activated in the forum Installing BuddyPress 9 years, 4 months ago

    This is an interesting problem, if I understand it correctly.

    Your debug backtrace makes it look like the $wp_admin_nav array is somehow getting overloaded by the $wp_admin_bar global.

    And it also looks like the bp_setup_admin_bar action is returning a string, instead of the array() that it’s hardcoded to pass in by default. It seems odd that…[Read more]

  • Profile picture of Samuel Davis

    Samuel Davis's profile was updated 9 years, 4 months ago

    Samuel Davis

    @samuel2dvs

    View Profile
  • Profile picture of Johnny Eason

    Johnny Eason's profile was updated 9 years, 4 months ago

    Johnny Eason

    @johnny2esn

    View Profile
  • Profile picture of Henry Wright

    Henry Wright replied to the topic How to move a navi menu to a sub menu regarding "Invite Anyone" in the forum Third Party Plugins 9 years, 4 months ago

    Hi @piyosuke

    This isn’t easily done.

    You will need to create a new sub menu item under Settings. bp_core_new_subnav_item() is the function to use. Next, the Invite Anyone plugin will likely refer directly to the Send Invites menu item so you will need to then find a work around for that because you need plugin content to be displayed under your…[Read more]

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Activity date off by one day in the forum How-to & Troubleshooting 9 years, 4 months ago

    Just to add, Twenty Fifteen is a good theme to use for testing against. It will help determine if the issue is theme-related. Also try deactivating plugins one by one to try to find the culprit. Sometimes a plugin can cause an issue such as this.

  • 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