A warning message appears on blocked posts and/or blocked users and their posts #154

Open
opened 2024-11-18 14:45:41 +00:00 by freakoverse · 0 comments
Owner

If the staff npub blocks a post, a text label note appears on the mod post page indicating so, with the following message:

"Warning: This post has been blocked/hidden by the site for one of the following reasons:
Malware, Not a Mod, Illegal, Spam."

So to add the following block of code (above the featured image / below the 'Mod for:', between them. Image ref attached):

<div className='IBMSMSMBSSWarning'>
    <p>Warning: This post has been blocked/hidden by the site for one of the following reasons:<br />Malware, Not a Mod, Illegal, Spam.<br /></p>
</div>

Note: This kind of note/warning shouldn't appear if a user has blocked a post. Only the staff npub responsible for blocking posts site-wide.

If the staff npub blocks a post, a text label note appears on the mod post page indicating so, with the following message: "Warning: This post has been blocked/hidden by the site for one of the following reasons: Malware, Not a Mod, Illegal, Spam." So to add the following block of code (above the featured image / below the 'Mod for:', between them. Image ref attached): ``` <div className='IBMSMSMBSSWarning'> <p>Warning: This post has been blocked/hidden by the site for one of the following reasons:<br />Malware, Not a Mod, Illegal, Spam.<br /></p> </div> ``` Note: This kind of note/warning shouldn't appear if a user has blocked a post. Only the staff npub responsible for blocking posts site-wide.
freakoverse added the
Kind/Enhancement
Priority
Medium
labels 2024-11-18 14:45:41 +00:00
freakoverse added this to the Extra Features project 2024-11-18 14:45:42 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: degmods/degmods.com#154
No description provided.