Ok...I have this asking these questions for about a year now....here and on zoints.com.....guess it won't hurt to try here either....
Issue #1:Ok...so I am looking at the tags/index.php file looking for ways to edit the order posts are displayed. I want to display them in order by first post with the newest listed first. By default the threads are listed by last post. So I am looking at the code and find some places this can be edited in the file.....
This spot in the file:
Code:
$count = $count['count'];
$orderby = 'lastpost';
$direction = 'DESC';
I bet if I change 'lastpost' it will pop out the results I am looking for....I just don't know what it needs to be changed to....and I am wondering if this is the file that I need to edit to display the correct post icons...
Issue #2:What template does this page use?
http://gridironfans.com/forums/tags/index.php/49ers/
I am trying to edit it so it shows the correct post icon. What template needs to be edited?
So can anyone help with this? Thanks in advance.
****UPDATE****
I found a solution to the first Issue....
To display the tag results by date thread started simply replace all instances of 'lastpost' with 'firstpostid'. I found three instances of the code.