Are the probability settings used to determine the order messages are sent e.g. .5 prob = first message .2 prob = second and .1 prob = third?
Alternatively, before I go digging through the code is there a pre-defined way to order message delivery?
Thanks in advance.
Ordering Messages
(2 posts) (2 voices)-
Posted 5 months ago #
-
No, the probability does not determine the order. (It wouldn't be probabilistic, then). If you wish to do this, you could write some back-end logic or use PHP code in the message to decide on which message to display (this could look a bit messy).
Thanks,
Brendon.Posted 5 months ago #
Reply
You must log in to post.