17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1419 Views |
-
Polls module not working?

25 May 2008 at 1:37am
Hey, I downloaded the latest trunk of the polls module, and i have the latest Silverstripe 2.2. However it seems like the polls plugins is not working correctly?, i get bunch of errors in the admin area. Can that be true or am i doing something wrong?.
-
Re: Polls module not working?

25 May 2008 at 12:32pm
Hey - What errors do you come across? Im currently working on that module so if you are having any errors let me know and I'll have a look into it. It should be working fine with SS 2.2.2
Make sure you've done a db/build.
Its fairly limited at the moment the module but Im going to adding graphing for the results (both front end and backend) in the coming week hopefully as this is needed for one of our projects
-
Re: Polls module not working?

30 May 2008 at 2:58am
Hey,
Ok i fixed the error, it seemed that i had some leftovers in the database, just one more thing, how can i display the poll on the front page?. I can´t seem to figure that out.
And of course, thank you for your work. I appreciate it.
-
Re: Polls module not working?

30 May 2008 at 9:37am
I think the documentation covers this. But in your code you need a function like
function ShowPoll() {
return new ShowPoll($this, 'ShowPoll');
}Then in your template you need to have a $ShowPoll
| 1419 Views | ||
|
Page:
1
|
Go to Top |


