Been working on this for too long and decided to just ask.
I would like a link that has received no votes yet to display the text "Be the first to vote for this resource" but if it does have a vote to display {LINKSTARS} .I just can't seem to get it right .
Comments on L(INKVOTE Conditional
Usergroup: Customer
Joined: Dec 07, 2005
Total Topics: 5
Total Comments: 10
Hi all,
Been working on this for too long and decided to just ask.
I would like a link that has received no votes yet to display the text "Be the first to vote for this resource" but if it does have a vote to display {LINKSTARS} .I just can't seem to get it right .
Any help is greatly appreciated.
Usergroup: Customer
Joined: Dec 07, 2005
Total Topics: 5
Total Comments: 10
Nevermind, I figured it up
<IF {LINKRATINGVOTES} is greater than 0>{LINKSTARS}<OTHERWISE>Be the first to vote!</IF>
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Acutally it's <IF {LINKVOTES}>{LINKSTARS}<OTHERWISE>Be the first to vote!</IF>
If {LINKRATINGVOTES} works that's an accident, I guess the custom rating field code handles the regular rating field as though it were custom too.