Kintaro
Well-known member
Here it is a newbie question:
I need to calculate inside message template the position of posts in relation to number of post per page and of course the page number.
I need to do:
How can I access $thread.postsPerPage and $thread.page inside message template?
I need to calculate inside message template the position of posts in relation to number of post per page and of course the page number.
I need to do:
position - (postPerPage*(page - 1))
The question is:
How can I access $thread.postsPerPage and $thread.page inside message template?