Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Archives’ is closed to new topics and replies.
Is there a way for the buyer to view the new images (all images ordered by the date – as available in most agencies)?
And if not, how difficult would it be to add such a feature?
Les, I have that. edit network-manager.php (in symbiostock/inc/classes/network-manager).
Go to lines 1489-1520 (but this may differ depending on your version). There will be three times ‘order’
=> 'ASC', change all to 'order' => 'DESC'
Then go to comment
//temporary function until everyone has toggled their theme and is equal to or above 2.4.9
and below change
if( $image_rank_update == true ){
to
if( $image_rank_update == false ){
now you should have chronological sort order, new first.
Thanks, Ron
Before I attempt modifying the code, will that code change everytime I upgrade to a new Symbiostock version?
Good question, it used to do, but I think in the latest version 2.7.x Leo hard coded it in because it solves the repetitive image problem caused by the ranking system. But that code overrides the ranking system, which I dont use anyway.
The forum ‘Archives’ is closed to new topics and replies.