-
pace's profile was updated 9 years, 4 months ago
-
John Oliver's profile was updated 9 years, 4 months ago
-
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] -
Dana Forest's profile was updated 9 years, 4 months ago
-
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.
-
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.
-
James Scales's profile was updated 9 years, 4 months ago
-
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() -
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
-
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]
-
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]
-
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.
-
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() -
John Nunez's profile was updated 9 years, 4 months ago
-
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_navarray is somehow getting overloaded by the$wp_admin_barglobal.And it also looks like the
bp_setup_admin_baraction is returning a string, instead of thearray()that it’s hardcoded to pass in by default. It seems odd that…[Read more] -
Samuel Davis's profile was updated 9 years, 4 months ago
-
Johnny Eason's profile was updated 9 years, 4 months ago
-
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] -
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