Who to Follow - how to exclude a couple quota_id
Design and Skin Customization
PatriaCo:
It works with a single variable, but breaks the template with multiple variables.
search1="profile_quota_id not_in 3" >>> WORKS
search1="profile_quota_id not_in 3,4,5" >>> does not work
Another ideas I could try?
It works with a single variable, but breaks the template with multiple variables.
search1="profile_quota_id not_in 3" >>> WORKS
search1="profile_quota_id not_in 3,4,5" >>> does not work
Another ideas I could try?
Try adding more search parameters...
search1="profile_quota_id not_in 3" search2="profile_quota_id not_in 4" search3="profile_quota_id not_in 5"
Hope this helps!