Skip to Content Skip to Menu

different views of the avatar

10 years 10 months ago #235837 by thewebsurfer
different views of the avatar was created by thewebsurfer
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

Please Log in or Create an account to join the conversation.

10 years 10 months ago #235845 by thewebsurfer
Replied by thewebsurfer on topic different views of the avatar
ok i solved, i forgot the parentheses
Code:
(($reason == 'profile')?'#profileview':'#listview')

there is a more clean method for doing this?

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum