ChinnZ
Forum Replies Created
-
Forum: Plugins
In reply to: [SportsPress for Cricket] Add few more features to make it completeWith the new version “notes” has been depreciated.
Still the following features can be added
* Option to display Not Out in Matches
* Need Extras columns like “No Ball, Wides, Byes, Leg-Byes”
* Option to display Captain, Wicket Keeper in matches
* Option to add Umpires at the bottom of the page.
* Option to move the RECAP section to bottom of the page.
* Add Team name before Batting and Bowling for clear understanding
Eg: Team A – Batting
Team B – BowlingForum: Plugins
In reply to: [SportsPress for Cricket] Add few more features to make it complete# thank you….
# instead of batting order, bowling order can be given, coz batting side values are more, hence the batting scores can be added easily in the box scoring order. bowlers are limited hence they can search and add. this is just an optional feature.
# I removed time by editing wp-content/plugins/sportspress/templates/event-details.php file. This permanently removes time from my site, hence I dont need time for any match, its ok for me. But one person requested to hide time in particular match alone refer. hence this feature can also added
Forum: Plugins
In reply to: [SportsPress for Cricket] Add few more features to make it completeFeatures:
# Option to add Umpires at the bottom of the page.Optional:
# Now the order value works with Batting Order. I think we can add another order column for Bowling also.
# By default for all players Batting position can be pre-selected in Box Scoring.
# Time can be removed from the Details.Forum: Plugins
In reply to: [SportsPress for Cricket] Add few more features to make it completeHow to display the score like 110/5?
Forum: Plugins
In reply to: [SportsPress for Cricket] Javascript Problems with Other JSIts resolved. Thank you.
Forum: Plugins
In reply to: [SportsPress for Cricket] Add few more features to make it completeFirst I wanna thank the SPORTSPRESS TEAM for implementing these features in short time span.
# Captain and Wicket Keeper can also be mentioned in “Note” column, hence no need for separate feature for this purpose.
# Empty “Notes” column is displaying as 0 by default. I think this will mess with old matches. So I think if the Notes column didnt have any value means it can be hidden or should not display anything.
it works. thanks for the support.
Forum: Plugins
In reply to: [SportsPress for Cricket] Add few more features to make it complete# Option to display Captain, Wicket Keeper in matches
It would be better to have an icon next to each player in the Box Score section to choose the Captain and Wicket Keeper# Option to display Not Out in Matches
Looking at this scorecard, I’m wondering if we could add a text input field next to each player name where free text can be entered, for example “b D. Smith” or “Not Out”.
This will be fine# Separate order to display bowlers (now its showing in the order of batting, but there is separate bowling order in real matches)
You’re right, the order will be the same for batsmen and bowlers. We need to add a way to select 2 different orders. I’ll look into ways to do this.
I think u can add additional input column, in which we can number the bowler’s order, the bowling section should sort based on that number order.
or separate the box score into two, one for batsman and another for bowler, there we can sort# Need Extras columns like “No Ball, Wides, Byes, Leg-Byes”
Could these be simple text/number inputs below each team?
yup,# The score should be displayed like 110/9
Noted!Thanks for the awesome quick reply. I love your work guys, you doing great.
Forum: Plugins
In reply to: [SportsPress for Cricket] Javascript Problems with Other JSThere is quick remedy for this problem:
* Open wp-content/plugins/sportspress-for-cricket/js/sportspress-cricket.js
* Copy the content.
* Make the file empty and save it.
* Open wp-content/themes/<Your-Theme-Folder>/footer.php
* Paste the copied content above the following lines</body> </html>
* Save it.
Thats it, now reload the page.
Forum: Plugins
In reply to: [Ready! Ecommerce Shopping Cart] Checkout without RegistrationActually I need
* only members to see the cart.
* Also logout option in menu.Can you help me?