Great!!
Skeleton is exactly what developer need to code the right way.
I’m using BP 1.2 over WPMU 2.9.1.1
Fatal error: Call to undefined function bp_core_get_userurl() in /var/www/alumni/wp-content/plugins/buddypress-skeleton-component/includes/bp-example-core.php on line 645
It happens after login for non-admin user.
I found function
bp_core_get_userurl( $uid ) in BP 1.1.3 line bp-core.php:174,
But only function
bp_core_get_userlink in BP 1.2 bp-core.php:1096
Am I just a fool, or this function has been deprecated?
~epsi
Thank you so much for this sample component.