Simple Machines Community Forum

Customizing SMF => SMF Coding Discussion => Topic started by: tareko on March 28, 2019, 03:09:03 AM

Title: How can I hide the moderating message for one member only?
Post by: tareko on March 28, 2019, 03:09:03 AM
I am talking about this text that appears in a moderated post along with the red background color.

Note: This message is awaiting approval by a moderator.


Basically I do not want that member to know that his posts are being moderated.

Is it something like if user_info['id'] = 4? At what template? Please help me with this because it is very important to me.
Title: Re: How can I hide the moderating message for one member only?
Post by: Kindred on March 28, 2019, 10:01:08 AM
you do realize that this is mostly pointless?

If the user visits the site without logging in - they will notice that their posts are not visible and will know that, not only did you moderate him, but you hid that moderation.
Title: Re: How can I hide the moderating message for one member only?
Post by: tareko on March 29, 2019, 02:37:36 AM
Yeah I do. Can you help me out? What is the right condition and what template to edit? I really need this.