In the search_results.html template, there is an if statement which is supposed to add a 'reported' class to posts that have been reported but it doesn't seem to work.
Line 178:
<div class="search post <!-- IF searchresults.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF --><!-- IF searchresults.S_POST_REPORTED --> reported<!-- ENDIF -->"> |
The if statement:
<!-- IF searchresults.S_POST_REPORTED --> reported<!-- ENDIF -->
|