Re: Getting forum page number
I had to change topic_time<='$topic->topic_time'
to topic_time>='$topic->topic_time'
, but it works beautifully now.
I’m thinking about applying this mod to the regular topic view. You told me in a different thread that it should be fine if I’m only using this extra DB query in the Edit screen – do you think it would be unwise to use it in regular topic views?