PDA

View Full Version : Hiding Poll Results - Need Help


pgowder
01-01-2008, 07:26 PM
I had someone write a hack for me to hide the results of the polls.

I have this code:

$pollthreadid = '42392';

if ($threadinfo['threadid'] == $pollthreadid){
if ($pollinfo['active']) {
print_no_permission();
}
}

What would the syntax be to add more thread ids? I need to hide several more threads.

Thanks

Zaiaku
01-01-2008, 08:02 PM
Couldn't you just hide poll results but just editing the template?

pgowder
01-01-2008, 08:11 PM
How?