- Joined
- May 13, 2021
- Messages
- 91
- Points
- 28
Reputation:
Hello guys. how can i change for example :
I know the opposite, In the ACP in the phrases. i can edit the phrases x_b, x_m and x_k and change {number}K to {default}.
But is there to change the numbers more than 1000 replies changed to 1k ?
HTML:
<xf:if is="$thread.reply_count|number_short < 1000">
<p>437 replies</p>
</xf:if>
<xf:if is="$thread.reply_count|number_short > 1000">
<p>1.2k replies</p>
</xf:if>
I know the opposite, In the ACP in the phrases. i can edit the phrases x_b, x_m and x_k and change {number}K to {default}.
But is there to change the numbers more than 1000 replies changed to 1k ?