| Title |
Custom field problem |
| Message Text |
I have a custom link file filed:
Link fields: tutimageattach
This needs to work like this when link have a image then show tutimageattach and when not show noimage.jpg what am i doing wrong below because below doesent work.
<IF {LINKTUTIMAGEATTACH}> <a href="{TRACKLINKURL}" {EXTERNALLINKS}> <img src="download.php?id={LINKID}&field=tutimageattach" class="tutorialavatar"></a> <OTHERWISE> <a href="{TRACKLINKURL}" {EXTERNALLINKS}> <img src="templates/default/images/noimage.jpg" class="tutorialavatar"></a> </IF> |
| Rating |
0/5 based on 0 votes.
|
| Ownership |
Damir |
| Views |
767 views. Averaging 0 views per day. |
| Similar Topics |
|
| Submission Date |
Dec 06, 2006 - 9:49 AM |