IPB SDK's Poll Function will allow you to interact with the board's polls. These functions can be used to integrate IPB's poll system with your website.
- get_poll_info - Retrieves information on a poll.
- get_poll_total_votes - Gets the total amount of votes in a poll.
- new_poll - Creates a new poll.
- nullvote_poll - Casts a null vote in a poll.
- poll_voted - Returns whether a user has voted in a poll.
- pollid2topicid - Returns the topic id of a poll.
- vote_poll - Casts a vote in a poll.
User Contributed Notes
Documentation Generated at Sat, 16 Apr 2005 07:36:35 -0700
Find the latest version at http://ipbsdk.sourceforge.net
There are currently no user contributed notes for this page.