Quote:
Originally Posted by Slave
Ok .. after ticking the right box I then entered a test link with my test user. I have a bug
If a link is still waiting to be moderated, the user who submitted it can see it and the admin can see it. If another normal user looks they can't see it, but the category the moderated link is in changes to bold, with a new link date of the date of the submitted link.
Shouldn't this only happen once the link has been accepted?
|
Correct, it should... :tired:
But...
Correcting this opens up a real hornets' nest, as determining the most recent and the number of entries in a category depends on who's asking. This is fine when listing the detailed contents of the category - in this situation, one can pull all the correct items from the database. However, for the summary information (total entries, new entry in category), the code is optimised to avoid having to check everything. All the options seem unpleasant, so this is not a bug I am going to fix too quickly.