MyBB Community Forums

Full Version: Links by thread prefix.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have links to prefixes sorted by date posted, even though the links below work, I know this is not how they should be. What is the correct way to link to prefix by post date?


<li><a href="{$mybb->settings['bburl']}/forumdisplay.php?fid=7&datecut=9999&prefix=2&sortby=lastpost&order=desc">Prefix 1</a></li>

<a href="{$mybb->settings['bburl']}/forumdisplay.php?fid=7&datecut=9999&prefix=2&sortby=lastpost&order=desc">Prefix 2</a></li>

<a href="{$mybb->settings['bburl']}/forumdisplay.php?fid=7&datecut=9999&prefix=2&sortby=lastpost&order=desc">Prefix 3</a></li>

And why not? As you can see, it works fine: http://community.mybb.com/forumdisplay.p...order=desc Apart from the fact that you should convert & to &amp; in HTML if you want your site to be compliant with W3C standards.

And if you're using SEO links you can change them to http://community.mybb.com/forum-176.html...order=desc or whatever.