stop loading Site wide activity
-
Hi,
In order to load only personal activity, I have replaced
<li class="selected" id="activity-all">
with
<li class="selected" id="activity-personal">
in theme/activity/index.phpHowever, I have see that when i refresh the page the site wide activity gets loaded. Only on clicking the activity tab it filters personal activity.
Also, in global.gs i have changed
bp_filter_request()
if ( null == scope ) scope = 'all';
to
if ( null == scope ) scope = 'personal';
Is there something I have missed. I do not want users to see the site wide activity. One should see only personal activity.
thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘stop loading Site wide activity’ is closed to new replies.