Viewing 1 replies (of 1 total)
  • Plugin Author Kreg Wallace

    (@kreg)

    There’s not a built-in way to do this, but you could edit /includes/admin-signatures.php to get the results you want. Change the lines that read:

    ORDER BY $db_signatures.id DESC LIMIT $query_start, $query_limit

    to

    ORDER BY $db_signatures.id ASC LIMIT $query_start, $query_limit

    This changes the query results order from descending to ascending. You’ll need to change this in 4 places, at lines 46, 83, 142, and 168.

    I’m working to reorganize the code so that this statement will only appear once rather than 4 times, but that update is not quite ready yet.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: SpeakUp! Email Petitions] Change 'sort' on Signatures to chronological order’ is closed to new replies.