Quote:
Originally Posted by Alien
I wanted to follow up with a couple of bug reports:
1) In template "helpful_answers_top", replace:
Code:
<title>{vb:phrase helpfulanswer_mosthelpful} -- {vb:phrase vboptions.bbtitle}</title>
With:
Code:
<title>{vb:phrase helpfulanswer_mosthelpful} -- {vb:raw vboptions.bbtitle}</title>
2) Find:
Code:
{vb:raw headinclude}
Add after:
Code:
{vb:raw headinclude_bottom}
3) Suggestion: I think the pagenav at the bottom of the same template above looks a bit better with spacing around it. Maybe replace with this:
Code:
<vb:if condition="$pagenav">
<br />
<div id="pagination_bottom">
{vb:raw pagenav}
</div>
<br /><br />
</vb:if>
4) I also noticed that all sorting works perfectly on helpfulanswers.php EXCEPT the Average Rating column, which is incorrect in either ascending or descending order.
|
Thanks! All of these will be addressed in the next bug fix.