Forum OpenACS Q&A: Re: No portraits on openacs.org?

Collapse
Posted by Jamie Rasmussen on
Is the portrait you uploaded wider than 300px?  I think there is a bug in community-member.adp and that is triggering it.

It looks like the code conditionally shows the photo inline if its width is < 300 and should show a link to the portrait otherwise.  However the if tag is missing an '@' :

<if @inline_portrait_state eq "link">