Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #212662
    #212752

    Hey!

    If you just want to randomize the logos without affecting the query you can also replace this line

    
    $this->id_array 	= explode(',',$this->config['ids']);
    

    with

    
    $this->id_array 	= explode(',',$this->config['ids']);
    shuffle($this->id_array);
    

    Best regards,
    Peter

    #212852

    Hey!

    I corrected the code – please try it again.

    Regards,
    Peter

    #212970

    That works!
    Thank you :)

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘randomize partner/logo’ is closed to new replies.