Poll Mod Results Addon Beta 1 Adds a 'Results' button next to a poll [CV]XXL http://boardmod.xnull.com Sources\Display.pl if($haspolled == 1) { if($haspolled == 1 || $INFO{'viewresults'}) { fopen(POLL, "$datadir/$viewnum.poll"); fopen(POLL, "$datadir/$viewnum.poll") || &fatal_error('Nobody has voted yet.'); if( ($haspolled == 0) || ($firstpost == 0 && $haspolled == 1) ) { if( (($haspolled == 0) || ($firstpost == 0 && $haspolled == 1)) && (!$INFO{'viewresults'}) ) { Sources\Subs.pl $message =~ s~\n{0,1}\[poll\]\n*(.+?)\n*\[/poll\]\n{0,1}~
$1

~isg;
$message =~ s~\n{0,1}\[poll\]\n*(.+?)\n*\[/poll\]\n{0,1}~
$1

Results
~isg;