peterska2 |
10-12-2005 04:43 PM |
Quote:
Originally Posted by peterska2
Loukrhtia, I've been looking into your problem for the last couple of days and have tried a number of different ways of doing it. However, I am unable to get it to work at all. I am continuing to investigate this and as soon as I have an answer I will let you know.
|
Sorted this out for you.
Use this instead of the code in the install instructions.
Code:
<if condition="$post[fieldx] == 'Greek for Male'"><img src="$stylevar[imgdir_misc]/male.gif" alt="$post[fieldx]"/></if><if condition="$post[fieldx] == 'Greek for Female'"><img src="$stylevar[imgdir_misc]/female.gif" alt="$post[fieldx]" /></if><if condition="$post[fieldx] =='Greek for undisclosed'"><img src="$stylevar[imgdir_misc]/undisclosed.gif" alt="post[fieldx]" /></if>
Place it in the postbit whereever you want it to show.
Update for everyone else, I'm still working on the bells and whistles version. As soon as it is finished I'll send out a memo letting you know.
|