Quote:
Originally Posted by gmattox
OK, I think I figure out how to remove it on my own. In the xml file that you download, look for this line
Code:
$optionvalue = $optionvalue . " (" .$vbulletin->userinfo[username]. ")";
$poll->set_option($optionvalue, $counter - 1,
And put // in front of the first $optionvalue. It comments out the username part and doesnt show it when the poll options are added.
If anyone has any idea how to make it so that only admins can see the name of who added it, please let me know...
|
Sorry as mentioned had some family issues. Yes that's how you remove the name. As for allowing admins only to see the name that would be much more difficult since as you see all I was doing was changing the actual text of the write-in choice to add the username to the text of choice.
It's very possible it might be available in 3.7 since 3.7 will be recording a history of edits in posts.