MyBB Community Forums

Full Version: show post count in sub-forum.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi
Who can help make and how s total number of posts or threads in the sub-forums as numeric display.
Do you mean showing the number of posts and threads of a subforum on index? That requires a plugin.
Do you know which plugin or "name of plugin" ?

ACP > Templates > Your theme's templates > Forumbit templates > forumbit_depth3 > and add the following code at the end of template;
 - Posts: {$forum['posts']} | Threads: {$forum['threads']}

Credits: AJS.
You don't need a plugin for this.

Just use {$forum['threads']} and {$forum['posts']} in the forumbit_depth3 template.
Very interesting, I didn't know this. Smile

My apologies for misinforming you.
Thank you from the tips and especially your help Dear Yaldaram And AJS . I've entered the code below and work well.Heart

<span dir="rtl" style="color: rgb(153, 153, 153);" title="(Threads ، Posts)">({$forum['posts']}،{$forum['threads']})</span>