PDA

View Full Version : BUG: Articles are not listed in right order.


PortProphecy
09-27-2006, 03:06 AM
Now that I am getting my site (www.articlequery.com) up and running, I keep finding problems. First off, the category pages listed articles by date added, but in ascending order instead of descending order (like the home page does with the "latest articles"). Obviously, this will be a huge turn off to potential submitters, since once you get a few hundred submissions the newly added articles will never get found.

Problem code in index.php:
Content visible to registered users only.

The one word I bolded in the code above (DESC) is missing in the orignal file. Add it. Also, there are some minor misspellings in the index.php that should be corrected. Namely two of table tags have the valign property set to "middel". So while you are fixing the above, might as well go ahead and correct those to "middle."

:)