PDA

View Full Version : Show if post has been reported


vauge
11-27-2006, 08:41 PM
Looking for a way in 3.6.x to show if a post has been reported in the postbit.

Nathan2006
11-28-2006, 12:19 AM
Yeah that would be a really good idea and would have been nice as
standard in vb after they added the report function :)

Anyone know how?

Subscribes to Thread ;)

Nathan2006
12-07-2006, 11:22 AM
I asked over at vb.com and Wayne Luke replied with this but I dont know how to make a plugin with it :(

Does anyone know how to make this one?

Thread over @ vb.com here (http://www.vbulletin.com/forum/showthread.php?t=210584)

Okay, you can use a conditional to do this. However you have to have reported posts put in a forum as stated above. If you do that then you can use the conditional below to check and see if a post is reported.





<if condition="$post['reportthreadid']">Reported</if>