Gossamer Forum
Home : Products : Gossamer Links : Discussions :

paymentsEnabled on detailed page?

Quote Reply
paymentsEnabled on detailed page?
I'm trying to check whether a link has been paid for on a detailed page. The following tag works fine on the search_results template, for example, but not on detailed.html:
Code:

<%~if paymentsEnabled%>
<%if isUnpaid%><span class="unpaid-item"><span>unpaid</span></span><%endif%>
<%~endif%>

I understand some tags available on some templates are not available on others, but WHERE in GLinks is this per template usage determined? Feel like I'm missing something basic about how Glinks operates. Crazy

squillo

Subject Author Views Date
Thread paymentsEnabled on detailed page? squillo 1493 Aug 12, 2006, 6:49 AM
Thread Re: [squillo] paymentsEnabled on detailed page?
fuzzy logic 1451 Aug 12, 2006, 10:22 AM
Post Re: [fuzzy logic] paymentsEnabled on detailed page?
squillo 1442 Aug 13, 2006, 5:48 PM