The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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. |
|
#2
|
|||
|
|||
|
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>">... |
| Благодарность от: | ||
| Lynne | ||
|
#3
|
|||
|
|||
|
Quote:
Will try it out tomorrow or so.
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|