Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #402
    Profile photo of LesPalenik
    LesPalenik
    Participant

    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?

    #4532
    Profile photo of SemmickPhoto
    SemmickPhoto
    Participant

    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.

    #4531
    Profile photo of LesPalenik
    LesPalenik
    Participant

    Thanks, Ron

    Before I attempt modifying the code, will that code change everytime I upgrade to a new Symbiostock version?

    #4533
    Profile photo of SemmickPhoto
    SemmickPhoto
    Participant

    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.

Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘Archives’ is closed to new topics and replies.