Gossamer Forum
Home : Products : Gossamer Links : PHP Front End :

rate over php templates

Quote Reply
rate over php templates
Hello

It is possible to rate the Content by using the php templates? If Users want to rate, they musst log in the Gossamer Community and after they have to turn back to the Content-Site.

thanks
linktobuy Web Directory
Ratgeber Recht
Quote Reply
Re: [hoefti] rate over php templates In reply to
Just edit your link.html template to point to page.php instead of rate.cgi


<a href="<%db_php_url%>/page.php?do=rate&link_id=<%ID%>">rate it</a>

Magic~!

- Jonathan