A possible enhancement for this module would be giving an option to display quotes randomly or sequentially.
With random display, even if you have a lot of quotes, you'll see a fair bit of repetition because of how randomness works (theoritically, the same quote could appear multiple times in a row). For example, if you have 20 quotes, quote #12 could appear five times in a row. The only way to prevent this is to insert the same quotes multiple time (e.g., 20 quotes repeated 4 times = 80 quotes) reducing the chance the same quote would be repeated twice in a row.
With sequential display, the quotes would appear in sequence, so you'd only get repetition after the last quote has been displayed. You'd never have the same quote appearing twice in sequence. Sequential display could be achieved fairly easily with a session cookie. I might try a mod to the source at some point but I don't have Visual Basic/Studio so it's a little more work.  Bruce |