Quote:
Originally Posted by Mattwhf
Yes  but some people can ignore this or didn't read it carefully
Mean I need to show number of replies from a thread id on my forum but on my page that I created.
Of course is number of reviews = replies.
|
If you are trying to get the number of replies for a single thread, then using what I initially posted will work fine. However, if you are trying to get the number of replies for an array of threads, then using a custom query would be more efficient.
I would create an array to store the respective replycounts, where the keys are the thread ids and then simply pass this array to the template.