Author |
Topic |
|
Etymon
Advanced Member
United States
2385 Posts |
Posted - 15 March 2009 : 01:00:39
|
Not sure if this is by design or not, so I thought I would ask.
When I am surfing topics within a forum on topic.asp using Sub Topic_nav(), I have noticed that when I click on the Previous Topic icon that the results presented to me are listed by the newest edit date. However, when I look at the topics as they are presented on forum.asp they are listed by newest edit date if it is a Sticky and then by newest edit date if it is not a Sticky.
It seems that the T_STICKY column is left out of the query in Sub Topic_nav() on topic.asp.
Just curious.
|
Edited by - Etymon on 15 March 2009 01:01:29 |
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 15 March 2009 : 02:49:26
|
I would hazard a gues that it was intentional, since sticky topics are only sticky on forum.asp and the topic navigation is there to just move up and down the topics, sticky topics don't have any meaning on topic.asp |
|
|
Etymon
Advanced Member
United States
2385 Posts |
Posted - 15 March 2009 : 03:07:51
|
I can see that Huw. Thanks.
On my forums, I generally, but sometimes not, state if a topic is Sticky at the top of a topic just before the topic title. I suppose that for me, and on the forums where I make a note if the topic is Sticky, I will add the extra column in the query.
Thanks again,
Etymon
|
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 15 March 2009 : 03:14:57
|
from my experience most people never even see the sticky topics anyway, well if they do the majority certainly don't appear to read them most access of topics is done either from active.asp or the search page rather than from forum.asp |
|
|
|
Topic |
|