Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Re: [Matthias70] [NEW PLUGINS] PollManager

Quote Reply
Re: [Matthias70] [NEW PLUGINS] PollManager In reply to
Untested, but try this:

check_if_they_have_voted
Code:
sub {

my $poll_id = $_[0];
my $username = $USER->{Username};

my $count = $DB->table('PollResults')->count( { PollID => $poll_id, Username => $username } );

return { if_they_have_voted => $count }

}

Code:
<%check_if_they_have_voted($PollID)%>
<%if if_they_have_voted > 0%>
..they HAVE voted, so show the results link...
<%endif%>

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Subject Author Views Date
Thread [NEW PLUGINS] PollManager Andy 12857 May 5, 2008, 12:12 AM
Thread Re: [Andy] [NEW PLUGINS] PollManager
Andy 12571 May 5, 2008, 6:14 AM
Thread Re: [Andy] [NEW PLUGINS] PollManager
Matthias70 12524 May 5, 2008, 7:00 AM
Thread Re: [Matthias70] [NEW PLUGINS] PollManager
Andy 12595 May 5, 2008, 7:16 AM
Thread Re: [Andy] [NEW PLUGINS] PollManager
Matthias70 12610 May 5, 2008, 9:34 AM
Thread Re: [Matthias70] [NEW PLUGINS] PollManager
Andy 12653 May 5, 2008, 9:40 AM
Thread Re: [Andy] [NEW PLUGINS] PollManager
Matthias70 12511 May 5, 2008, 9:47 AM
Thread Re: [Matthias70] [NEW PLUGINS] PollManager
Matthias70 12612 May 5, 2008, 11:29 AM
Thread Re: [Matthias70] [NEW PLUGINS] PollManager
Andy 12549 May 5, 2008, 11:57 AM
Post Re: [Andy] [NEW PLUGINS] PollManager
Matthias70 12478 May 5, 2008, 1:57 PM
Post Re: [Andy] [NEW PLUGINS] PollManager
Wychwood 12467 May 6, 2008, 2:32 AM
Thread Re: [Andy] [NEW PLUGINS] PollManager
Matthias70 12491 May 6, 2008, 8:41 AM
Thread Re: [Matthias70] [NEW PLUGINS] PollManager
Andy 12578 May 6, 2008, 8:55 AM
Post Re: [Andy] [NEW PLUGINS] PollManager
Matthias70 12422 May 6, 2008, 10:25 AM
Thread Re: [Andy] [NEW PLUGINS] PollManager
katabd 12388 Oct 24, 2008, 10:38 AM
Thread Re: [katabd] [NEW PLUGINS] PollManager
Andy 12409 Oct 24, 2008, 10:46 AM
Thread Re: [Andy] [NEW PLUGINS] PollManager
Matthias70 12078 Mar 28, 2010, 11:09 AM
Thread Re: [Matthias70] [NEW PLUGINS] PollManager
Andy 12162 Mar 29, 2010, 12:39 AM
Post Re: [Andy] [NEW PLUGINS] PollManager
Matthias70 12029 Mar 29, 2010, 3:02 AM