Closed (fixed)
Project:
Quotes
Version:
5.x-1.5
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Reporter:
Created:
23 May 2008 at 12:47 UTC
Updated:
24 Feb 2009 at 19:40 UTC
I would like to add an element of surprise in displaying poetry fragments... Could we have an option for a random empty quote? Say that the real quotes will show up only N times out of 100. Or are there already other ways of achieving that? Thank you.
Comments
Comment #1
nancydruI'm not sure how many people would want this, but I will look into it when I have some time.
Comment #2
dokumori commentedsince quotes are nodes, you can use Views to do this?
Comment #3
skizzo commentedThank you for your suggestion. I guess with Views I could pick a single node from a (random sorted) list, which I can already do with Quotes. What I mean is to have the quotation show up on a given block but... every now and then.
Comment #4
nancydruI think I understand what you want. I don't know if Views could do a "sometimes" block. But Views can do the Quotes nicely.
Comment #5
nancydruYou must run update.php. There is a new setting on the block configuration for Random blocks.
Committed to both branches.