Quote:
Originally Posted by BULLDOG
Yeah, problem is that I did that but it doesn't work.
Could you possible edit it for me (the script above) so that i can copy/paste it in?
BTW.: "After" it, does that mean "under" it (a new line), or straight after it??
|
Yes he meant under it, this is how it would look then:
Code:
<dt>{vb:rawphrase 'posts'}</dt> <dd>{vb:raw post.posts}</dd>
<vb:if condition="$post['fieldx']"><dt>My FieldX</dt> <dd>{vb:raw post.fieldx}</dd></vb:if>
I simply pasted it directly below the code kh99 referenced as seen above ^

. *Of course you know to replace field
X the
red X with the actual field ID# for your matching field and then type in what you want it to say for the link name where it says "My FieldX".