I finally figured out a way to make this work. Seems a bit hackish but closer.
So the following displays the text of the avatar link, but just as text, no link and definitely no <img> tag wrapping. <tasker-view:><view:avatar/></tasker-view:> Using the <%== %> syntax (double == to output as raw) I can make my own <img> wrapper like so: <tasker-view:><%=='<img src="'%><view:avatar/><%=='"/>'%></tasker-view:> This works and displays avatars correctly. The only downside is that even if an avatar isn't defined the <img> tag is still in the page and shows as a broken link. I'd like to use the if-blank statement in the <view> tag to display a place-holder image if a user hasn't uploaded an avatar but that doesn't seem to work for whatever reason. I can probably work around this one way or another. -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/hobousers. For more options, visit https://groups.google.com/d/optout.
