Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
SecondSight Posted December 23, 2020 Posted December 23, 2020 Hello, 🙂 My index page is showing the number of posts with a comma, for instance : 103,2k How can I make it use a "normal" number ? (103200 instead of 103,2k) Thank you. 🙂
SecondSight Posted December 23, 2020 Author Posted December 23, 2020 Ok, but how do I change this ? Thank you. 🙂
Morrigan Posted December 23, 2020 Posted December 23, 2020 @SecondSight You'll need to edit either: forums > front > index > forumRow This is the table view one. OR forums > front > index >forumGridItem This is for grid view. And change this: {number="$count" format="short"} to just: {number="$count" format="long"}  Meddysong 1
SecondSight Posted December 23, 2020 Author Posted December 23, 2020 Thank you. 🙂 It worked for me. For the grid view, I made the modification in : lang="posts_number" pluralize="$count" format="long" Â
SecondSight Posted December 23, 2020 Author Posted December 23, 2020 You also have to do it in forums > front > forums > topicRow for the number of messages and views : <span class='ipsDataItem_stats_number'>{number="$v" format="long"}</span> <span class='ipsDataItem_stats_type'>{lang="{$k}" pluralize="$v" format="long"}</span> Â Meddysong 1
Christ30 Posted April 2, 2022 Posted April 2, 2022 Hello, I need the same for "Statistics forum", for total topics and posts. I don't find where to change it.
Recommended Posts