PDA

View Full Version : Original Poster & Mods can edit polls?


Chris M
06-15-2002, 02:37 PM
Is this able to be done?

I had a try, but it failed...

Its annoying that to update Poll options, you have to ask a Mod or Admin to do it, when you are the person who posted it in the first place!

Satan

Xenon
06-16-2002, 04:58 PM
should work:

open poll.php
goto section if ($action=="polledit") {

find:
if (!ismoderator($threadinfo[forumid],"caneditposts")) {
replace with
if (!ismoderator($threadinfo[forumid],"caneditposts") && $threadinfo[postuserid]!=$bbuserinfo[userid]) {

then section
if ($HTTP_POST_VARS['action']=="updatepoll") {

just du the same replacement as above

Chris M
06-16-2002, 05:20 PM
Thanks...

I'll try that...

Satan