Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7598283
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T22:22:10+00:00 2026-05-30T22:22:10+00:00

I have a Page, this Page has many, one or no comments. At one

  • 0

I have a Page, this Page has many, one or no comments.
At one point i’d like to display only the number of comments without iterating through all of them. However due to translation it needs to be distinguished between two Plural Versions of the comment count, so a simple call of $Comment.Count is out. Since the translator component does not seem to have pluralization support whatsoever, i need to do it on the template level.

So far all i got is this:

<% if Comments %>
<% control Comments %>
<span class="comments">
 <% if Count == 1 %> ein Kommentar<% else %>$Count Kommentare<% end_if %></span>
<% end_control %>
<% end_if %>

This works but repeats Count-Times. Is there a workaround for this? Im aware of the possibility to create a function in my Page class like

function CommentCount(){
  return $this->Comments->Count();
}

but this feels a little bit tedious.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T22:22:12+00:00Added an answer on May 30, 2026 at 10:22 pm

    I made a litle Decorator as this kind of thing was annoying me.

    It’s perhaps a bit heavyweight for such a small thing, but you could easily extend it to provide what you need.

    Basically it adds a method to DataObjectSet so you can do:

    $Comments.Count $Comments.Plural(SingularWord, PluralWord)
    

    Currently if you don’t provide PluralWord it will try to guess a plural using typical english spelling changes.

    Code is here:
    https://github.com/lingo/silverstripe-bits-and-bobs/blob/master/code/Pluraliser.php

    Help and readme are here:
    https://github.com/lingo/silverstripe-bits-and-bobs/

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a page that has 3 variables. They look like this: String[] Headers
one webapp project has many url and i have to change this: ('/addTopic', AddTopic),
First of all have a look at here, www.zedge.net/txts/4519/ this page has so many
I have one view page (MyView.aspx) and many data sources to bind on this
I have a php page. This has multiple images which looks like tabs. With
So I have a page like this you look at. On top I have
Let's say I have this setup: An Area has many :places The routes.rb is
I have a Page (form) that has many UserControls on it, and I'm trying
I have a rails application in which pages has many comments. So the relationships
i have this page . login: fer password: m Note: after login you will

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.