Activities page slug isn't reporting correct page
-
Using WP 4.1 and BP 2.1.1. I had to change line 10 in /includes/hashbuddy.php from
$activity_url = trailingslashit( get_bloginfo('url') ) . BP_ACTIVITY_SLUG;
to
$activity_url = trailingslashit( get_bloginfo('url') ) . 'dashboard';
Despite having the activity page set to the “dashboard” page, BP_ACTIVITY_SLUG was reporting “activity”. This seemed to be the only manifestation of an erroneous activity URL so I don’t think it’s a BP bug.
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Activities page slug isn't reporting correct page’ is closed to new replies.