Refining what's shown in the Home Page activity timeline
Ning To Jamroom
paul:
Yes. The original line of code is this -
{jrCore_list module="jrAction" order_by="_item_id numerical_desc" template="index_activity.tpl" pagebreak=7 page=$_post.p}
which lists all actions. By adding in the search parameters -
search1="action_module != jrFollower" search2="action_module != jrComment"
that is effectively saying " give me all actions except comment and follower actions"
Yes. The original line of code is this -
{jrCore_list module="jrAction" order_by="_item_id numerical_desc" template="index_activity.tpl" pagebreak=7 page=$_post.p}
which lists all actions. By adding in the search parameters -
search1="action_module != jrFollower" search2="action_module != jrComment"
that is effectively saying " give me all actions except comment and follower actions"
and if that doesnt work, coz its always play around til you get it, you can try
search1="action_module != jrFollower || action_module != jrComment"Because I think the one paul has reads "action_module is not jrFollower AND action module is not jrComment" where mine reads "action_module is not jrFollower OR action_module is not jrComment"
For someone who hasn't used it, could you take a screenshot and post it here?