This is not working on my site either as posted above.... As others have said, the "Edited By" still shows up in the posts....?
I ended up using the following conditional instead....
Code:
<if condition="$show['postedited'] AND ($post[edit_username] != 'Quarterbore')">
It looks to me like in 3.5.2. that the $post[userid] does not work? I did not check the database to see if there is a field for userid in 3.5.2
Also, someone above asked about the userid... The userid is the member ID that you don't want to show up... UserID #1 is usually your SuperAdmin account (if you didn't change that)...
EDIT 2:
Perhaps I didn't understand... I want this so I can edit OTHER PEOPLE'S ads when necessary without them knowing that I did it as the Super Admin... Perhaps the $post[userid] only means that edits do not show up in teh superadmin's posts (regardless of who did them) ... If so, I don't like that idea!