Hi,
I'm creating a side bar I would like to know if its there an link that will show all posts and threads made by the moment with page split.
For example: Forum has:
Code:
10000 posts and 10000 threads.
I need: Forum has:
Code:
<a href="link_to_all_posts">10000 posts</a> and <a href="link_to_all_threads">100000 threads</a>.
Also can it be posible to have a link that show active members? Like:
Code:
<a href="link_to_active_members"> 38 currently active members</a>.
Hope its not a difficult problem!
Thanks in advance.