![]() |
|
#1
|
|||
|
|||
|
Does anyone know how to have a random poll on the homepage? I want it to select any poll from the POLLs forum rather than just the latest.
thanks |
|
#2
|
|||
|
|||
|
Its there already:
In Vba cmps-menu: Poll Options Polls Forum ID The ID number of your polls forum. Enter 0 to disable homepage polls, or enter RAND to pull a random poll from any forum. |
|
#3
|
|||
|
|||
|
no, this is slightly different - I want a random poll from only one forum...
|
|
#4
|
||||
|
||||
|
In your /forum/modules/currentpoll.php find:
ORDER BY poll.pollid DESC Replace that with: ORDER BY RAND()
|
|
#5
|
|||
|
|||
|
excellent - thank you
|
|
#6
|
||||
|
||||
|
Might be a dumb ? but will this randomize only active polls?
|
|
#7
|
||||
|
||||
|
It will still pull polls that are not active and that have closed because of a time set on them. I think adding too much more to that query may create more of a server hit than it's worth (though that would mosly be an issue on larger sites), but I can give you the code if you still want it anyways.
|
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 4Images - Random Image Module | InsaneContender | Add-On Modules & Modifications | 1 | 05-25-2005 08:04 PM |
| Poll problem | contramontanum | Troubleshooting / "How do I..." Questions | 2 | 06-21-2004 12:46 PM |
| Poll Bug: Log off / Can vote again | Frankenberrie | Troubleshooting / "How do I..." Questions | 9 | 05-30-2004 02:04 PM |
| ...Make the Poll question hot | george bray | Troubleshooting / "How do I..." Questions | 1 | 05-27-2004 12:48 PM |
| BUG: Front Page Poll Module | Frankenberrie | Bugs & Other Issues | 4 | 05-24-2004 03:10 PM |