Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Random

Random 2 years 11 months ago #571

  • marxxelo
  • marxxelo's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 6
  • Karma: 0
hello,

its posible to display data randomly?

thanks
Marcelo
The administrator has disabled public write access.

Re:Random 2 years 11 months ago #577

  • tomaz
  • tomaz's Avatar
  • NOW ONLINE
  • Administrator
  • Posts: 416
  • Thank you received: 15
  • Karma: 2
It is not made to set it directly. But if you are a little bit familiar with coding it should not be too hard to make a workaround.

The sql order by clause is generated in components/com_grid/GridBuilder.php around line 186.

MySQL syntax for random order is
ORDER BY RAND()

Regards,
Tomaž
The administrator has disabled public write access.
  • Page:
  • 1
Time to create page: 0.152 seconds