Jump to content

How to remove forum votes in Questions Mode?


Silnei L Andrade

Recommended Posts

No. We do not use this type of forum any more. There was not possible to quickly customize the language strings to differ between "threads" in normal forum and "questions" in this type. It sounds a bit ridiculous in our language, if questions and threads are the same.

Link to comment
Share on other sites

2 minutes ago, Silnei L Andrade said:

 

Did you find out how to remove it in the templates? It really gets really bad with all these zeros.

Open template forums_front_forums/questionRow, and find

<span>{{if $row->question_rating}}{$row->question_rating}{{else}}0{{endif}}</span>
					<span class='ipsType_light'>{lang="votes_no_number" pluralize="$row->question_rating"}</span>
			

Replace with

<span>{{if $row->question_rating}}{$row->question_rating}{{else}}<p style="display:none"></p>{{endif}}</span>
					{{if $row->question_rating}}{$row->question_rating}<span class='ipsType_light'>{lang="votes_no_number" pluralize="$row->question_rating"}</span>{{endif}}
				

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...