Is there anyway to simply display the results of a poll without the user needing to click View Results?
Basically, I want to do exactly what the Polls Widget does when Display Mode is set to Results.
The issue I'm having with doing it via the View Results link on the poll is that if I have a multi-paged poll, the View Results link doesn't show up until the last poll in the form.
I tried using gpoll_get_results() but apparently I don't know what I'm doing as that created an error stating the function doesn't exist, I guess because it's just inside of the widget...
Any ideas?