The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Original Poster & Mods can edit polls?
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 |
#2
|
||||
|
||||
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 |
#3
|
||||
|
||||
Thanks...
I'll try that... Satan |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|