The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
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. |
#2
|
||||
|
||||
If you just want to display notification you can use ad_location templates ... (below-navbar and showthread beforeqr). Edit the usergroups and threadid accordingly.
HTML Code:
<if condition="is_member_of($bbuserinfo, 5, 6, 7) and $threadinfo['threadid'] == 39"> <h1 style="color: white; background: red;">Must not delete!</h1> </if> |
Благодарность от: | ||
socialteenz |
#3
|
|||
|
|||
Sorry for the late reply Steve
well, that also does the job when they see a notification Thanks for the help. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|