I have two user groups: (i) Lawyers and (ii) Non-lawyers.
My requirement is that when a Lawyer logs in, the 'Unswered' filter tab should be 'active' on 'page load'.
Can you please give me an if-them php statement for this. something like: if ($gid=='11') { load unswered active }
plesae help.