-
tomkoukoulis started the forum topic How does BuddyPress handle errors? in the group Creating & Extending: 13 years, 9 months ago
Does it use WP_Error or does it use PHP basic error or something else altogether?
-
tomkoukoulis joined the group Creating & Extending 13 years, 9 months ago
-
tomkoukoulis started the forum topic What screen_function shall I pass to bp_core_new_subnav_item() to create a ’Create a Group’ link in the group How-To and Troubleshooting: 13 years, 10 months ago
I noticed that link does not exist on the members’ groups’ page in my version of BP. I used:
bp_core_new_subnav_item( array( 'name' => __( 'Create a Group', 'buddypress' ), 'slug' => 'create', 'parent_url' => $groups_link, 'parent_slug' => $bp->groups->slug, 'screen_function' => 'groups_screen_create_group', 'position' => 50 ));
after line 154 in…[Read more] -
tomkoukoulis joined the group How-To and Troubleshooting 13 years, 10 months ago
@tomkoukoulis
Not recently active