Documentação ComusThumbz
Login de Admin

Galleries Not Rotating

I've found a problem in some sites with code that looks like this...

Code:
order by periodsshown,if(used,-rating,-99999999),refreshdelay DESC



They can aquire a gallery which is more popular than all the rest and it keeps coming back repeatedly. Actually this order by has proven to be problematic, and we've been having people remove and replace it.

Use this instead and it should come back inline
Code:
 {{setquery-new-periodsshown>-1 order by periodsshown,if(used,1,-refreshdelay),rand() "}}