Default groups view
-
Hi,
I have tried using
define('BP_GROUPS_DEFAULT_EXTENSION');
to change the default view on my groups page.I’ve added that code into a bp-custom.php file, but when I click on ‘Groups’ and try to go to a particular group i get a 404 error.
I have commented that code out, and it works fine. What i dont understand is why it cant find the page, as the link itself doesnt change. It displays the same link regardless. Example
with the code missing the link is : https://domain.com/groups/a-group/
If i add that code in, the link is still https://domain.com/groups/a-group/
but it gives me a 404 error. im not sure why.
Im also using the
define('BP_DEFAULT_COMPONENT');
to diplay the forums on the profile page by default seperate issueAm i missing something?
Many thanks,
Phil
- You must be logged in to reply to this topic.