PDA

View Full Version : How add a further poll module


Black_Widow
12-19-2004, 09:10 PM
I like to have another poll module on my vba CMPS. I have already a poll module picking poll from a forum ID on the right.
Now i want to add another poll module on the left picking polls from another forum. Is this possibile?

Thanks in advance. ;)

Black_Widow
12-24-2004, 03:32 AM
There is no way to accomplish this?
Please

Our Sponsors
 

StewardManscat
12-24-2004, 11:46 AM
Attached is a hacked copy of newspoll. I know longer remember the original file name or what I actually changed. It's been a while.

But I remember taking the poll module and hard-coding the forum/poll ids (They are in variables now, at the top of the file).

You find the forum/poll ids by poking around in the admincp.

Change the forum/poll id in this file, save with a new name (mypoll.php) and create a module (use the existing poll module as your guide, just replace the file name with mypoll.php). Repeat as required.

Hope that helps.