Forum Discussion

Puljac's avatar
Puljac
Maven
11 years ago

Custom count

Hi is there a way to call data from community.   I want to make a custom component that will show:   - how many overall TOPICS are in community - how many overall POSTS (messages) are in communi...
  • Inactive User's avatar
    Inactive User
    11 years ago

    In Freemarker, that'd be:

     

    <#assign messages = rest("topics/count").value />
    ...