View Full Version : flag threat not to be deleted
Greetings
I'm looking for a way to flag a thread from being deleted by moderators or any group I assign
any idea?
TIA.
Seven Skins
05-25-2021, 10:00 PM
If you just want to display notification you can use ad_location templates ... (below-navbar and showthread beforeqr). Edit the usergroups and threadid accordingly.
<if condition="is_member_of($bbuserinfo, 5, 6, 7) and $threadinfo['threadid'] == 39">
<h1 style="color: white; background: red;">Must not delete!</h1>
</if>
Sorry for the late reply Steve
well, that also does the job when they see a notification
Thanks for the help.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.