Ccan you give me a link to the hack/addon you're talking about please? I looked through your hacks but didn't see one for that specifically. Thank you again!
--------------- Added [DATE]1245994022[/DATE] at [TIME]1245994022[/TIME] ---------------
Code:
<if $post['field5'] == "cook">
<img src="cook.gif" />
</if>
[/QUOTE]
When I try the following based on your advice I get an error
Code:
<tr>
<td><if condition="$post['field17']"></td>
<td><div><B>Professions:</B> <if $post['field17'] == "Cook">
<img src="http://fainte.com/forums/images/lotro/guardian.png" />
</if></div>
</if></td>
</tr>
Any ideas? I'm getting the following error:
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /mnt/w0209/d36/s22/b029b64a/www/fainte.com/forums/includes/adminfunctions_template.php(3596) : eval()'d code on line 196
line 196 is the line where it says cook