This module (unintentionally) displays the author select dropdown on the outfacing view of a poll node within Drupal as well as those forms in which it should be displayed. While selecting a different user does not actually change the author of the poll, it is still potentially confusing and unattractive to visitors to the site.

Comments

pygatea’s picture

Assigned: Unassigned » pygatea

I solved this problem by changing line 7 of author_select.module to the following:

   if (isset($form['#node']) && $form['#node']->type != 'poll') { // If on node add/edit form.