Re: Custom Directory Pages? Why isn’t this code working?
After a few more hours of head banging, I have figured it out.
bp-core.php
starting at line: 18
/* These components are accessed via the root, and not under a blog name or member home.
e.g Groups is accessed via: http://domain.com/groups/group-name NOT http://domain.com/andy/groups/group-name */
define( ‘BP_CORE_ROOT_COMPONENTS’, ‘samples,search,groups,blogs’ . ‘,’ . MEMBERS_SLUG . ‘,’ . REGISTER_SLUG . ‘,’ .
ACTIVATION_SLUG . ‘,’ . NEWS_SLUG );
by adding in samples to the list, it made all the difference.
Thank you Andy for the good job commenting, without your quality code we would all be lost.
Good Luck All,
Brad