Opened 4 years ago

Closed 4 years ago

#1013 closed defect (wontfix)

Undelete option shows on posts that are not deleted

Reported by: ipstenu Owned by:
Priority: normal Milestone:
Component: Administration Version: 1.0-rc-2
Severity: normal Keywords: undelete, posts
Cc:

Description

On all posts on my bleeding edge (trunk as of 9am ET on the 17th) forum show these options:

Posted 6 days ago # 192.77.161.22 Edit Delete Undelete Spam

I think 'Undelete' needs to get hidden unless the post has been deleted

Attachments (2)

undelete.png (1.6 KB) - added by ipstenu 4 years ago.
Example of the Undelete
1903.diff (2.6 KB) - added by Nightgunner5 4 years ago.
Show only one of undelete or delete per post.

Download all attachments as: .zip

Change History (4)

ipstenu4 years ago

Example of the Undelete

Show only one of undelete or delete per post.

Per _ck_ the fix is to put these two classes into your style.css

#thread li .undelete-post, #thread li.deleted .delete-post { display: none; }
#thread li.deleted .undelete-post { display: inline; }
  • Resolution set to wontfix
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.