Quote:
Originally Posted by Apexi
Hi again guys.
I'm looking for a plugin or any other method to hide the number of votes in polls.
I found Sakera's Hide Poll Results, but that plugin only hide the result and not the number of voters.
Any suggestion?
|
well this is the code you want to hide:
HTML Code:
<dl class="stats">
<dt class="totalvotes">{vb:rawphrase voters}</dt>
<dd><span class="totalvotes">{vb:raw pollinfo.numbervotes}</span>. {vb:raw pollstatus}</dd>
</dl>
you have the choice what to do. if you want to delete it then you won't see it anymore unless you make a revert for your template where you deleted this code from...OR
you can set conditional permission that allow mods and admins to see that content only...
Solved?