Hey Mark, Jason,
In 1.2 I had a modification that got erased with update and that I didn't save heuuu yeah i know ...
I wanted the es-story to show only in groups and not in profile and I did it with and if equals a constant like
if (view == profile) {
display theme/profile...
else if (view == group) {
I think it was with one of the constant you had enable back then... I don't know if it is still the same thing. Anyway, any other implemented way so I can know what view am I in would be welcome.
Thanks
Alex
EDIT: getCluster == 3 or getClusterType == 'group' ?!?!