![]() |
[How To?] Code In Total Threads On Side - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html) +--- Forum: General Support (https://community.mybb.com/forum-176.html) +--- Thread: [How To?] Code In Total Threads On Side (/thread-164872.html) |
Code In Total Threads On Side - Ronsicky - 2014-12-30 I want to show the total threads, and posts of all the forums in the one section. And I'm not very good a coding, so I was wondering if anyone had an idea on how to do this. A bad draw up of what I'm referring to: Sorta like this: I've always ended up finding a solution post here, so I'm hoping I can get some direction again. RE: Code In Total Threads On Side - .m. - 2014-12-30 see this reply RE: Code In Total Threads On Side - Ronsicky - 2014-12-30 Sorta, that's the statics I'm looking for, I'm just not sure how to get it to the side, like I show'd in the image, any idea? RE: Code In Total Threads On Side - .m. - 2014-12-30 suggested method is for showing total threads & total posts of a category. it can be shown near category description. I haven't checked it for the sub-forums. if the method works then a new column needs to be inserted to show required counts. RE: Code In Total Threads On Side - Ronsicky - 2014-12-30 Okay so I did the idea of placing the text in the subforums area. And I also coded in the category posts instead of the entire forum. So, I'm good on that, but now. How should I get the text vertically centered and in the middle, and maybe change the text size. <ul>{$sub_forums}</ul> {$lang->forumbit_category}Total Threads : {$threads} <br>{$lang->forumbit_posts}: {$posts} The sub forums is just showing where I have it, the bold is what I'm trying to fix. Could you give me an example on to code those features in correctly? Image of what I have now: |