Thanks for the reply and if you dont want to make this a mod thats cool but i need a bit more help... Im not helpless just a little un skilled
PHP Code:
<if condition="$post[field5]==y"><img>www.dieselbombers.com/images/dodge.gif</img></if>
If I drop this on post bit and post bit legacy it will find what they put in there profile under the 5th profile field and then put that image (where i drop the code) in post bit
I have check boxes , 4 options would they be 5.1 5.2 5.3 5.4 ????
Like this
PHP Code:
<if condition="$post[field5.1]==y"><img>www.dieselbombers.com/images/dodge.gif</img></if>
Your Help is greatly appreciated
DM
Well thats not right the entire field is 5 how do i make it decipher from 4 separate images according to there entry ?
Would it be
PHP Code:
<if condition="$post[field5]==SOMETHING IN HERE"><img>www.dieselbombers.com/images/dodge.gif</img></if>
That wouldnt work either it would have to be..
PHP Code:
<if condition="$post[field5]==a,b,c,d,"><img>a=www.dieselbombers.com/images/dodge.gif,b=www.dieselbombers.com/images/ford.gif,c=www.dieselbombers.com/images/chevy.gif,d=www.dieselbombers.com/images/vw.gif</img></if>
As you can see I need help with the code Thanks To anyone who can help
Here Edit this one ...
PHP Code:
<!-- Tagged Code start -->
<if condition="$post[field5]"><a href="Dont Need a HyperLink/$post[field5]" alt="My Brand" target="_blank">
<img src="images/dodge.gif" border="0"></a>
</if>
<!-- Tagged Code end -->
Edit this to where it can tell what option you selected and add the correct image for that item
TIA
DM