Minspoll Template Help

liunx

Guest
Did a quick search and didn't see anything but hopefully this is at least in the right section...<br /><br />Anyone familiar with <a href="http://www.minstek.com/" target="_blank">Minspolls</a>? I'm trying to learn about setting up and displaying a list of all polls that I have created so a user can log in, select a poll and then vote on it. I'm fine with just displaying the poll itself (the latest one) but when I get into displaying the list, I'm not sure how to do it. I have a very basic knowledge of this stuff (usually figure things out by trial and error) so the more you can "dumb" it down, the better.<br /><br />Ulitmately I'm trying to get some feedback for a Fantasy Football league I'm setting up so obviously this is a *HUGE* deal. <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> Actually, its more of an excuse to learn about this stuff.<br /><br />Thanks in advance!<!--content-->
Made some progress on this. Actually in viewing the polls.php page, by default there is a partial line of code that reads:<br /><br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->displayPoll('newest');<!--c2--></div><!--ec2--><br /><br />Replacing that with:<br /><br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->displayPoll('list');<!--c2--></div><!--ec2--><br /><br />will display the list of all codes. From there its a matter of tweaking the "list" template to present it the way you want.<!--content-->
Thanks for the update.<!--content-->
 
Back
Top