Poll question

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
holysjit
Regular
Posts: 131
Joined: Sun Apr 08, 2007 9:47 am

Poll question

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Poll question

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply