Searched refs:use_ratings (Results 1 – 7 of 7) sorted by relevance
658 …function edit_type( $type, $use_ratings, $show_pre_publ, $show_post_expire, $heading_only, $allow_… argument661 if ($use_ratings == 'on') {662 $use_ratings = 'y';664 $use_ratings = 'n';791 $use_ratings,
43 …"checkbox" class="form-check-input" name="use_ratings[{$types[user].type|escape}]" {if $types[user…
31 {if $use_ratings eq 'y'}
111 …<div class="form-group row" id='use_ratings' {if $types.$type.use_ratings eq 'y'}style="display:;"…
164 {if $listpages[ix].use_ratings eq 'y'}
319 <div class="form-group {if $types.$type.use_ratings neq 'y'}hidden{/if}">
205 `use_ratings` varchar(1) default NULL,229 INSERT IGNORE INTO tiki_article_types(type,use_ratings) VALUES ('Review','y');