bp_default_component -> media -> 404
-
I’m using rtMedia and would like to show the media tab as the default view for a profile. I use the BP_DEFAULT_COMPONENT setting in bp-custom.php for that.
<?php
// custom target
define ( ‘BP_DEFAULT_COMPONENT’, ‘media’ );
?>With “profile”, “messages”, “docs” etc. it works fine. Only the “media”-tab give me a 404 page.
Does anyone have an idea?best regards
tomas
- The topic ‘bp_default_component -> media -> 404’ is closed to new replies.