Ticket #519 (closed enhancement: invalid)

Opened 5 months ago

Last modified 3 months ago

Deleted posts in default theme

Reported by: yamichi Owned by:
Priority: trivial Milestone: Undetermined
Component: Themes Version: SVN
Keywords: delete, plugins Cc:

Description

In the default theme, deleted posts still show if you are logged in as admin. These posts have no visible differentiation from active (non-deleted) posts and this leads to confusion.

Change History

Changed 5 months ago by arthus

Umm, I'm pretty sure deleted posts don't exist at all. Thus, I see no way for them to possibly be appearing.

You will need to clarify. Do you have the undelete plugin activated?

Changed 4 months ago by miklb

  • milestone changed from Undetermined to 0.5

There is discussion about removing the undelete plugin from core, if that's the case, this will be moot. If not, then I think the plugin should provide the relevant CSS, not the core theme.

Changed 4 months ago by rickc

  • keywords delete, plugins added; delete removed
  • milestone changed from 0.5 to Undetermined

Most themes dynamically add a css class to posts when they are displayed, with the name of the class the same as the status of the post, so a workaround would be to add the class styling to your css yourself. As long as this is a core plugin, though, it is a reasonable option to add to the plugin.

Changed 3 months ago by skippy

  • status changed from new to closed
  • resolution set to invalid

The Undelete plugin permits users to define the style applied to deleted items, with a default value of:

#primarycontent .deleted { background-color: #933; text-decoration: line-through; }

Marking this invalid.

Note: See TracTickets for help on using tickets.