I’m using 2.1.3 and experiencing variations of this bug. I was trying to use:
{if avatar_url != ""}which did not work. But this works:
{if avatar}No problem there, aside from the time wasted trying to solve the problem. A simple conditional should evaluate as expected.
But, I’d like to apply a class based on the member group ID in the comments area. As in:
{if member_group_id == 6}class="admin"{/if}This does not work, but testing for author_id does work. As in:
{if author_id == 2}class="admin"{/if}Are there any updates on this bug?
Edit: Adding a link to the original thread so this is in context.
http://ellislab.com/forums/viewthread/174960/