![]() |
How to style a reported post
So that mods and admins easily see a post or topic that got reported.
Is there a plugin for this? I would like to be able to style with CSS the postbit or topic. |
Well, looking at Joe's mod for removing the report button: https://vborg.vbsupport.ru/showthread.php?t=268799 it looks like if $post['reportthreadid'] > 0 then the post has been reported. But I don't think you can put conditionals in a CSS template, so you'd have to do something like include a class only if that's true, like maybe:
Code:
<div class="<vb:if condition="$post['reportthreadid'] > 0"> reported_post </vb:if>">... |
Quote:
|
All times are GMT. The time now is 10:31 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|