Webmastersite.net
Register Log In

Custom field problem

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
  • 1
  • 2
  • 3
  • 4
  • 5
0/5 based on 0 votes.
Ownership Damir
Views 580 views. Averaging 0 views per day.
Similar Topics
Submission Date Dec 06, 2006 - 11:49 AM