PDA

View Full Version : Display Who Rated Thread


calorie
02-26-2005, 10:00 PM
Purpose:
- Display who rated thread

Where:
- In showthread.php

Modifications:
- Add one template
- Two edits in one file
- One edit in one template

Cost to install:
- Adds one query

Support:
- Not guaranteed

How to say thanks:
- Donate cash, click install

trulylowcarb
06-15-2005, 06:14 PM
This is a great mod, but I would like to add a conditional so the results are displayed to moderators and admins only.... my initial attempts resulted in parse errors, I am good at following directions but still just learning php .... would appreciate some help :)

calorie
06-15-2005, 08:31 PM
In the SHOWTHREAD template replace:

$zzzz_rates

With the following:

<if condition="in_array($bbuserinfo[usergroupid],array(6,5,7))">
$zzzz_rates
</if>

trulylowcarb
06-15-2005, 09:17 PM
Thanks!!! You're a prince. Worked perfectly.
I think my users are much more likely to rate threads honestly if they think no one knows who votes what, but due to the stinkers that exist at times on each and every forum no matter how well moderated, it will be nice for the mods to still be able to see who's rating what.

katholic
02-19-2006, 02:03 PM
Could this be ported to 3.5 please?