Hi -

Recently (think it's since updating the Drupal core code), Random has stopped working for me. I just get the first 15 (or so) images always in the same order.

Any ideas?

Andrew

Comments

charlieobrian’s picture

I had the same problem:
http://drupal.org/node/762350

Unfortunately after upgrading to Drupal 6.22 and Brilliant Gallery 6.x-4.0 the problem occured again. Until I empty Drupal cache, the random images won't change after each reload...

ericwongcm’s picture

Random is working fine for me using Brilliant Gallery 3.6..
Check your parameter and make sure you don't have empty ||..
----------
Example, I was using syntax like this which cause Brilliant Gallery 3.6 to break my gallery..
[bg|photo||100||9]

It turns out that Brilliant Gallery 3.5 ignore the missing parameter within || whereas Brilliant Gallery 3.6 doesn't accept it and show tiny thumbnails instead of what I had specified.

My syntax should not have any empty || and should look like this
[bg|photo|9|100|random|9]