Informacje o pliku
Show latest image from IP.Gallery in sidebar.
Mod is compatible with permissions to each category and load lang from IP.Gallery application.
To change sort type to random open file: hooks/dp30LatestGalleryImage_{xxx}.php ( where xxx are random chars ), find:
'sort_key' => 'i.idate',
Change to:
'sort_key' => 'RAND()',