Forum Discussion

arthur_'s avatar
arthur_
Guide
8 years ago
Solved

Number of posts inside category or board

Hi,   We are trying to extract the number of messages inside board/category on CategoryPage.NodeList page using the following queries:   SELECT messages.count(*) FROM boards WHERE id = 'board_ID'...