Thanks for the offer but I finally got it to work.
I still could not get the plugin to Set the "link_claimable" field to "No" when a link has been claimed. but I solved this by using
<%if LinkOwner eq 'admin'%><a href="<%db_cgi_url%>/modify.cgi?do=claim;ID=<%ID%>">Claim this Link</a><%else%><%endif%>
and this seems to work!
Thanks for the help,
Craven
I still could not get the plugin to Set the "link_claimable" field to "No" when a link has been claimed. but I solved this by using
<%if LinkOwner eq 'admin'%><a href="<%db_cgi_url%>/modify.cgi?do=claim;ID=<%ID%>">Claim this Link</a><%else%><%endif%>
and this seems to work!
Thanks for the help,
Craven