Gossamer Forum
Quote Reply
Polls not displaying
Heya,

I seem to have a problem getting polls to display after they've been created. No problem with the Add Poll button, no problem getting a poll write form to show up but there's no poll in the preview and also none when I submit the message and view it. The permissions are set to default.

I've added the relevant piece of code into all three the post_view templates:

Code:
<%/body_table%>
<!-- BEGIN POLL PLUGIN MOD -->
<%if poll_view%> <%include include_poll_view.html%>
<%elsif poll_results%> <%include include_poll_results.html%>
<%endif%>
<!-- END POLL PLUGIN MOD -->
<%loop post_loop%>
<%body_table%>

Been staring at these templates forever! Any suggestions? Crazy

Safe swoops
Sangiro

Last edited by:

sangiro: Sep 28, 2002, 12:49 PM
Subject Author Views Date
Thread Polls not displaying sangiro 7794 Sep 28, 2002, 12:44 PM
Thread Re: [sangiro] Polls not displaying
yogi 7663 Sep 28, 2002, 10:47 PM
Thread Re: [yogi] Polls not displaying
sangiro 7612 Sep 29, 2002, 3:18 AM
Thread Re: [sangiro] Polls not displaying
yogi 7647 Sep 29, 2002, 5:28 AM
Thread Re: [yogi] Polls not displaying
sangiro 7608 Sep 29, 2002, 9:33 AM
Thread Re: [sangiro] Polls not displaying
sangiro 7577 Sep 30, 2002, 3:34 PM
Thread Re: [sangiro] Polls not displaying
yogi 7597 Oct 1, 2002, 1:33 AM
Thread Re: [yogi] Polls not displaying
Jag 7568 Oct 1, 2002, 2:46 AM
Thread Re: [Jag] Polls not displaying
yogi 7643 Oct 1, 2002, 10:44 AM
Post Re: [yogi] Polls not displaying
Jag 7563 Oct 1, 2002, 2:34 PM
Thread Re: [yogi] Polls not displaying
sangiro 7577 Oct 1, 2002, 10:54 AM
Thread Re: [sangiro] Polls not displaying
yogi 7612 Oct 1, 2002, 10:54 AM
Post Re: [yogi] Polls not displaying
sangiro 7563 Oct 1, 2002, 11:06 AM
Post Re: [sangiro] Polls not displaying
Paul 7610 Sep 29, 2002, 2:32 AM