News:

Wondering if this will always be free?  See why free is better.

Main Menu

i want to remove poll but i can not do it

Started by bovor ou, July 27, 2010, 01:16:16 PM

Previous topic - Next topic

bovor ou

 
hi all, i want to delete poll in my own forum but when i press on remove poll it show:

Session verification failed. Please try logging out and back in again, and then try again.

please help. :(


Paul_Pauline

"In every life, no matter how full or empty one's purse, there is tragedy. It is the one promise life always fulfills.
Happiness is a gift and the trick is not to expect it, but to delight in it when it comes and to add to other people's store of it."
Pauline was one of those rare people who increased the store of happiness in the world.

kat

OO! I didn't know about that one! (Obviously).

Nice one, Squirrel!

bovor ou

@Paul_Pauline

Yes that's a good solution brother. now my problem solved.

Many thanks :-*

Biology Forums

I'm having the same problem for 1.1.13 and the mod won't work :(

Biology Forums

Got it to work:

if ($context['can_remove_poll'])
$moderationButtons[] = '<a href="' . $scripturl . '?action=removepoll;topic=' . $context['current_topic'] . '.' . $context['start'] . '" onclick="return confirm(\'' . $txt['poll_remove_warn'] . '\');">' . ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/admin_remove_poll.gif" alt="' . $txt['poll_remove'] . '" border="0" />' : $txt['poll_remove']) . '</a>';


Replace with:

if ($context['can_remove_poll'])
$moderationButtons[] = '<a href="' . $scripturl . '?action=removepoll;topic=' . $context

['current_topic'] . '.' . $context['start'] . '.0;sesc=' . $context['session_id'] . '" onclick="return confirm(\'' .

$txt['poll_remove_warn'] . '\');">' . ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' .

$context['user']['language'] . '/admin_remove_poll.gif" alt="' . $txt['poll_remove'] . '" border="0" />' : $txt

['poll_remove']) . '</a>';


Advertisement: