[Hỏi đáp] Change Posts: number to number posts

  Bài viết hay nhất1
Question: I want to have the same as IPB forums style not Posts: 10, but 10 posts

Answer: https://devs.forumvi.com/t340-hoi-dap-change-posts-number-to-number-posts?showpost=p2150
  Bài viết hay nhất2
CSS
Code:
.post .post_field > dt {
   display: none;
}
.post .post_field:last-child > dd:after {
   content: " post";
}
You cannot reply to topics in this forum