This is a rather minor thing, but it's still got me stumped (this kind of thing drives me nuts).
I am trying to do this:
Code:
[cb:if avatar =""]<img src="xxx">[/cb:if]
so I can display my own choice of avatar. But it doesn't seem to work.
I've also tried this with the same result. An image file called nophoto_n.png seems to show up when the database has nothing in the avatar field for a user.
Code:
[cb:if avatar includes "nophoto"]<img src="xxx">[/cb:if]
Just exactly what value WILL the avatar field contain if the user hasn't selected one? What's the trick to this?
Thanks in advance.