Log in

View Full Version : Pull Poll onto Webpage


Gladius2007
01-15-2009, 02:49 PM
I've done some searching here and came up with nothing, so I'm hoping someone can point me in the right direction.

What I'd like to do would be to pull a certain (latest) poll from a specific forum and display it separately on a plain php page. I've seen various CMSes like vBadvanced have this feature as part of the portal system (e.g. http://www.vbadvanced.com/ on the left side), but I'm wondering if it's available separately anywhere?

I don't need anything but this poll feature so installing vBadvanced or any other full CMPS just for this (and figuring how to rip it out of there) seems a waste of time and resources...

Thanks in advance for any ideas.

Bellardia
01-15-2009, 04:36 PM
Pull the data directly from the poll and pollvote tables.
Check how vbulletin styles their polls and reproduce that, or style it yourself.

Gladius2007
01-15-2009, 07:17 PM
I'm not a coder so that's beyond my abilities... I was hoping something like that already existed, but I guess not?