Home
last modified time | relevance | path

Searched refs:rater (Results 1 – 6 of 6) sorted by path

/plugin/rater/
H A DINFO6 name rater
7 desc provides a simple star rater
8 url http://www.dokuwiki.org/plugin:rater
H A DREADME2 * Rater Plugin: allows a simple 5-star-rater and thumb voting
15 {(rater>id=1|name=item1|type=rate)}
20 {(rater>id=1|name=item1|type=vote)}
30 or the following to get rater status overview:
32 {(rater>id=1|name=item1|type=stat)}
37 Just download and extract it as folder �rater� into your �\lib\plugins�
47 for examples please refer to: http://www.fristercons.de/fcon/doku.php?id=rater:example
H A Dplugin.info.txt3 base rater
7 name rater
8 desc provides a simple 5 star rater and thumb voting
9 url http://www.dokuwiki.org/plugin:rater
H A Dstyle.css1 /** * Design Elements - additional CSS for the rater plugin * * @author Taggic <taggic@t-online.de…
/plugin/rating/db/
H A Dupdate0001.sql3 rater, field
5 PRIMARY KEY(page,rater)
H A Dupdate0002.sql3 rater, field
7 PRIMARY KEY(page, rater)
10 INSERT INTO ratingtemp (page, rater, lang, date, value) SELECT page, rater, '', '', value FROM rati…
16 rater, field
20 PRIMARY KEY(page, rater)
23 INSERT INTO ratings (page, rater, lang, date, value) SELECT page, rater, lang, date, value FROM rat…