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:
<!-- 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?
Safe swoops
Sangiro
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?

Safe swoops
Sangiro