Jump to content

Topic Multi Moderation


BullS

Recommended Posts


Could someone teach me how to use the 'Moderation of topics' tool?
I would like a step by step, where do I add the HTML and CSS codes?

Edited by BullS
Link to comment
Share on other sites

I assume you're talking about how WebFlake has custom posts for moderation. Here's an example for support requests being marked as solved:

You just add the code into your theme's custom.css or create your own CSS template inside the theme.

CSS:

.ipsMessage_success {
    background: #479c87;
}

.ipsMessage {
    padding: 15px 15px 15px 45px;
    border-radius: 2px;
    position: relative;
    margin-bottom: 10px;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0,0,0,.1);
}

 

Edited by Jeffrey
  • Support Team - September 9th, 2017 - June 8, 2018
  • Junior Moderator - December 14th 2018 - November 16th, 2019
  • Designer - November 16th, 2019 - June 5th, 2020
  • Moderator - June 5th, 2020 - August 28th, 2020
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...