Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

rate it on external pages

Quote Reply
rate it on external pages
how can i use the rate it tool on external pages ?

Quote Reply
Re: rate it on external pages In reply to
One simple method is simply providing HTML form codes to your Link Owners for them to post in their web site. All you would have to do is some tweaking to add some functionality like linking back to the Link Owners web site after someone rates their site.

Regards,

Eliot Lee

Quote Reply
Re: rate it on external pages In reply to
Hello,

how can i modify it ? i cant use the <%ID%> and <%Title%>

on external pages.


Quote Reply
Re: rate it on external pages In reply to
Uh...all you have to do is have people add their ID number in the hidden field for the ID...like the following:

Code:

<input type="hidden" name="ID" value="ENTER YOUR ID">


And for the form codes, include the following:

Code:

<form action="POST" method="http://www.yourdomain.com/cgi-bin/links/rate.cgi">


BTW: There is an External Rate It Mod for Links 2.0 in the Resource Center that can easily be ported to Links SQL.

Regards,

Eliot Lee