rbarrett776
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Club Manager - WordPress Sports Club Plugin] Cricket player bowling styleNo problems. I have some suggestions for a few enhancements for the cricket version. I’ll raise a new ticket and let you take a look and add or ignore the suggestions as you see fit.
Forum: Plugins
In reply to: [WP Club Manager - WordPress Sports Club Plugin] Cricket player bowling styleI think it’s fixed on my site because I removed the hook wpcm_cricket_player_styles_display using remove_action() and replaced it with my own version to make it work. I’ve then hard coded an army with the correct values because I’m a newbie and couldn’t work out how to get the data out of the WordPress database!
Thanks for looking into this.
Forum: Plugins
In reply to: [WP Club Manager - WordPress Sports Club Plugin] Cricket tossI’ve now extended the plug in to fix this and found a bug too. I’ve changed the function wpcm_cricket_toss_display() to get ‘wpcm-played’ and ‘_wpcm_postponed’ (because there’s no toss for a postponed match either) and put another if statement in. That stop anything being displayed unless the toss has taken place.
Where the code says if ( $toss = ‘home’ ), the ‘=’ should be ‘==’ to make the code work correctly.
Thanks
Richard