hi, i want different views of the avatars in the user list and the profile page (in the profile page i want the image lightbox at full res) so at row 2824 of cb.core.php i wrote the condition
Code:
($reason == 'profile')?'#profileview':'#listview'
the var has value "list" in the user list and "profile" in the profile page but its doesnt works