• airdrummer

    (@airdrummer)


    i see that artists can be displayed in artist_order, & the column in the artists table, & the gp-sort-handle/ui-sortable-handle to drag the artists up&down in the table, & the js action gigpress_reorder_artists, & the sql to update the d/b, and i see the artist order updated message, and the d/b is updated, but when the artist list is redisplayed, the list in alpha order again:-9

    is there a way to display it in artist_order on the admin page?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter airdrummer

    (@airdrummer)

    found it:-)
    change gigpress.php:639:

    from
    	ORDER BY artist_alpha ASC");to
    to
    	ORDER BY artist_order ASC, artist_alpha ASC");
    Plugin Contributor Andras Guseo

    (@aguseo)

    Hi @airdrummer,

    Yup, that is the place.

    I have just created a pull request that will allow you to switch on pagination for the artists page, and also will give you sorting option by order number, id, or name.

    I hope we can release that soon. We will notify you here when it’s out.

    Cheers,
    Andras

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how is artist_order set?’ is closed to new replies.