I wish to display always the same thumbnail (the first pic) for a category in categories view.
In other words I don't want to have a random display of thumbnails from the category.
Is that "simply" possible or which file must I modify?
Thanks



Code: Select all
CATEGORY VIEW:
[OPEN] components\com_phocagallery\models\category.php
row 438
[FIND]: ' ORDER BY RAND()';
[REPLACE TO]: ' ORDER BY ordering';
CATEGORIES VIEW:
[OPEN] components\com_phocagallery\models\categories.php
row 166
[FIND] ' ORDER BY RAND()';
[REPLACE TO] ' ORDER BY ordering';