id; $i_score = (int)$image['numeric_score']; $html = " Current Score: $i_score
".make_form(make_link("numeric_score_vote"))."
".make_form(make_link("numeric_score_vote"))."
".make_form(make_link("numeric_score_vote"))."
";
if ($user->can(Permissions::EDIT_OTHER_VOTE)) {
$html .= make_form(make_link("numeric_score/remove_votes_on"))."
Search for posts that have received numeric scores by the score or by the scorer.
score=1
Returns posts with a score of 1.
score>0
Returns posts with a score of 1 or more.
Can use <, <=, >, >=, or =.
upvoted_by=username
Returns posts upvoted by "username".
upvoted_by_id=123
Returns posts upvoted by user 123.
downvoted_by=username
Returns posts downvoted by "username".
downvoted_by_id=123
Returns posts downvoted by user 123.
order:score_desc
Sorts the search results by score, descending.
order:score_asc
Sorts the search results by score, ascending.