inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Apr 21, 2013 20:50:00 GMT -8
Can we expand slightly on the following variable I requested before, for search results total? ( $[total] ) A way to display Results: 1-20 Then when you go to page 2, it'd say: Results: 21-40 That would be fantastic if so.
|
|
Keith Rozett
Full Member
Not that kind of doctor.
Not even the other kind, technically.
Posts: 720
inherit
Not that kind of doctor.
186408
0
Jul 7, 2015 11:21:48 GMT -8
Keith Rozett
Not even the other kind, technically.
720
November 2012
krozett
|
Post by Keith Rozett on Oct 21, 2013 15:41:20 GMT -8
We have a new variable for your conversation objects:
$[conversation.num_messages]
Like $[thread.num_posts], it tracks how many total messages are in the conversation.
(Previously the only way to get this in your templates was to use $[conversation.replies], but that forces it to be a link.)
Keep in mind that this includes the initial message, so if you want the number of replies, you need to subtract 1.
|
|