Quote:
Originally Posted by deverill2010
And I had a question. Is there a way for the 'normal' threads within the product forum to show normally. I.e don't show the Rated: 0.0 / 5 & reviews column as this looks confusing and messy. They are normal threads not products so shouldn't be interefered with.
|
Mixing normal threads with review threads is just fine. Changing the forumdisplay however changes it for the entire forum... You can tweak the
prodforums_threadbit template to adjust however you like.
The code you're looking at is:
Code:
<vb:if condition="!$show['notificationtype']">
<ul class="threadstats td alt" title="<vb:if condition="$thread['dot_count'] > 0">{vb:rawphrase have_x_posts_in_thread_last_y, {vb:raw thread.dot_count}, {vb:raw thread.dot_lastpost}}</vb:if>">
<li>{vb:rawphrase prodforums_rating,{vb:raw thread.pf_rating}}</li>
<li>{vb:rawphrase prodforums_reviews,{vb:raw thread.pf_reviews}}</li>
<li class="hidden">{vb:rawphrase rating}{vb:raw thread.rating} / 5</li>
</ul>
</vb:if>