Radio Streaming - 50% Lifetime Discount with purchase of any Joomla Web Radio Addon. Discount Code: STR15-Z
See Radio Streaming Plans

Results 1 to 2 of 2

Thread: Order of match results on page below

  1. #1
    Super Moderator
    Join Date
    Mar 2012
    Posts
    183

    Order of match results on page below

    --------------------------------------------------
    Topic Transfered from old forum
    --------------------------------------------------

    http://www.****.com/your-performance...w=matchresults

    Hi, can you tell me how to sort the matched in date order. At present the results are appearing in another order which is not helpful.
    Support Operator
    MultiHosting.com

  2. #2
    Super Moderator
    Join Date
    Mar 2012
    Posts
    183
    --------------------------------------------------
    Topic Transfered from old forum
    --------------------------------------------------
    Hello,

    unfortunatly currently there is no option for that , but we can help you to change it or if you give us access to webserver we can make the changes.
    To change the sorting you will have to edit a file . <joomla directory>/components/com_masterleaguepro/models/matchresults.php

    change the line 37 with the code " WHERE m.matchday_id = ".$matchday; to " WHERE m.matchday_id = ".$matchday." ORDER BY m.match_start_time ASC"; if you want to sort the matches by date from min date to max date or
    " WHERE m.matchday_id = ".$matchday." ORDER BY m.match_start_time DESC"; if you want to sort the matches by date from max date to min date.

    Kind regards
    Support Department
    Support Operator
    MultiHosting.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •