MyBB Community Forums

Full Version: I will like: xx posts, xx views under New Thread
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I got a coder to write a plugin for me and continued further editing myself.

I will like
by tommy & 0 posts & 4 views. 10:23 PM On 10-09-2013 (tommy)
that appears under the list of my forums

to also appear under the Every First Thread, (I intend to further edit it to read: xxx posts. xxx views

I tried copying the code from the template that displays it and pasting it to the template that I want to add it to, but it only showed Zero as the number of posts and number of views.

My site is www.lovetinz.com and its under construction.
I will appreciate any help.
Aha! I finally got how to state the above request clearly:

I want to display "No of posts" and 'No of views'
(for example: 40posts and 80views)
in the Showthread template.

Thanks.
you can use code like below in the showthread template
<div align="center" class="{$bgcolor}{$thread_type_class}"><strong>replies:</strong> {$thread['replies']} and <strong>views:</strong> {$thread['views']}</div>
Thanks .m., That was exactly what I needed.