I second this, having a POSTPONED option would be very handy.
As a work around, I went into gigpress.php and made a slight change to the script to turn ‘Cancelled’ into ‘Cancelled/Postponed’.
With all the events getting cancelled and postponed due to Covid-19, I needed a verbiage change.
On line 372, I changed this:
case ‘cancelled’ : $showdata[‘ticket_link’] = ‘<strong class=”gigpress-cancelled”>’ . __( “Cancelled”, ‘gigpress’ ) . ‘‘;
Into this:
case ‘cancelled’ : $showdata[‘ticket_link’] = ‘<strong class=”gigpress-cancelled”>’ . __( “Cancelled/Postponed”, ‘gigpress’ ) . ‘‘;
Plugin Support
Jeremy
(@jeremy80)
Thank you for the solution you suggested, @maskedrolla!
@deathsueco, @brianrotatethis: please feel free to add this idea to our Feature Ideas, as we take custom feedback into account when implementing new features:
https://tribe.uservoice.com/forums/195723-feature-ideas
Thanks, have a nice day!
Really, @jeremy80 ? Just put it into feature ideas and wait until the next pandemy? I have the impression Gigpress was just bought by Modern Tribe years ago to be silenced as a competitor and it was never the idea to develop it any further. If not, now would be a moment to prove Gigpress fans wrong. If not, maybe somebody should definitely fork the stuff.
Anyway, “my idea” is waiting for moderator approval since 28th April.