Page 1 of 1

Poll question

Posted: Sun Oct 14, 2007 3:50 pm
by holysjit
Hi,

Ive installed the poll plugin. It works great but when another author want to create a poll, there is no link in the adminmenu. How to solve?

Regards,
Holy Sj!t

Re: Poll question

Posted: Sun Oct 14, 2007 3:58 pm
by garvinhicking
Hi!

The plugin checks for "Chief" users, only those userlevels can create polls.

If other users should be allowed to do that, you must edit the serendipity_event_pollbox.php file and change line 375 from

Code: Select all

if ($serendipity['serendipityUserlevel'] >= USERLEVEL_CHIEF) {
to

Code: Select all

if ($serendipity['serendipityUserlevel'] >= 0) {

'Regards,
Garvin