Rate.php
This
script is used to rate a link. If you don't want to allow visitors rate
each link more than once, you can ban it in your Configuration. This script
has to be called as 'rate.php?link=LINK_NUMBER'
where 'LINK_NUMBER' is number of the link which should be rated.
To rate a
link is used template 'rate.html'. In this template are displayed 2 different
forms which can be used. You can select one of them. These variables may
be used:
#%lcats%# |
It makes links to all first level categories |
#%number%# |
Number of the link which will be rated |
#%url%# |
URL of the link which will be rated |
#%title%# |
Title of the link which will be rated |
To show a 'Thank You' page after rating is used template 'rated.html'. These variables may be used:
#%lcats%# |
It makes links to all first level categories |
#%url%# |
URL of the rated link |
#%title%# |
Title of the link rated link |
#%rating%# |
The rating which the link just got (number 1 - 5) |