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
Poll question
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Poll question
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
to
'Regards,
Garvin
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) {
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/
# 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/