-
Tester K posted an update: 1 year, 11 months ago
any idea how this can be achieved : http://testbp.org/andy (similar to facebook username profile) instead of http://testbp.org/members/andy/
Tester K posted an update: 1 year, 11 months ago
any idea how this can be achieved : http://testbp.org/andy (similar to facebook username profile) instead of http://testbp.org/members/andy/
Put this in wp-config.php:
define ( ’BP_ENABLE_ROOT_PROFILES’, true );
Should go above:
/* That’s all, stop editing! Happy blogging. */
Thanks Ray!!