Hmm…. Well, deleted posts should always show as the reddish color, even after refreshing. It’s like that to remind you that the post you’re reading (as an admin) has been deleted.
oh right, well that’s even weirder… because my deleted posts gets deleted. they disappear. they don’t stick around in a new colour.
but… i’ve just had a look at the source code after i deleted something and you are right, they are still there. and a new style has been added to the
tag which says
style=”background-color: rgb(255, 51, 51); display: none;”
is that display:none bit an error? because that is what is making it disappear.
and also — i’ve just noticed that i get the ‘undelete’ link appear on every single post. even if it hasn’t been deleted. and it’s got a very strange class on it. it says
class=’dim:thread:post-85:deleted:FF3333:FFFF33:action=delete-post&status=0 undelete-post’
No, it’s right. Mine does that too. They’re supposed to ‘hide’ when they’re deleted, and then you’ll see something like this :
TOPIC NAME (26 posts +2 more)
And if you click on 2 more you get the two missing posts in red and a ?view=all
at the end of your URL.
can i just ask… are you seeing the ‘Delete’ and ‘Undelete’ link both together, at the same time?
I am seeing both, when i’m assuming there should only be one
Yeah, that’s new and (I think) wrong. I’m doing to raise a trac on it. And at some point, Sam is going to come through my monitor to smack me for making all these tractickets….
i fixed the other problem by the way. it was just me being dumb. i didn’t update one of my old templates with some of the new stuff that was added