Hi, i tested options from http://codex.buddypress.org/developer/loops-reference/the-activity-stream-loop/ and i don’t find how to use “updates” tab as default.
I know that to use “updates” i must replie a code in activity-loop.php to `<?php if ( bp_has_activities( bp_ajax_querystring( ‘activity’ ) . ‘&action=activity_update’ ) ) : ?>
`
but this code show activity update in all tabs. When user change tab to for example friendship, he see only activity updates still.
I tried this code <?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ) . '&action=activity_update,friendship_created' ) ) : ?>
but then user see two activity in tabs: activity_update and friendhip_created. When he go to ‘new members’ tab, he see friendship_created and activity_update still etc. etc.
Maybe someone can help?
I see that this option working good for example in na-kawe.net site. @globalo can you help me?
Sorry for my english.