ThemeBoy
Forum Replies Created
-
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Problem with Event ImporterI understand. In that case, you could change the columns to Goals, Yellow Cards, and Red Cards in the first row of the CSV file.
The importer is located in sportspress/includes/admin/importers/class-sp-event-importer.php
Hope this helps 🙂
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Problem with Event ImporterThank you for that.
I see that there are 7 columns for player performance. The sample CSV file only includes 4 columns, so be sure to change the columns to reflect these.
Instead of:
Goals
Assists
Red Cards
Yellow CardsAdd these columns:
Goals
Shots on Goal
Assists
Fouls
Fouled
Yellow Cards
Red CardsThat way, the columns will match up and the values should be inserted in the right order 🙂
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Problem with Event ImporterHi again!
Could you provide me with the output from SportsPress > System Status?
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Variables lostYou have another thread addressing the same issue. Please respect other users and only post replies if you are offering a solution or your issue is directly related to theirs.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] ColumnsI think I understand. Are you referring to the edit buttons on SportsPress > Settings > Configure?
When editing equations, only the variables that exist will be shown. Let’s say, for example, you had an equation for PTS = W x 3 + L.
If you delete W, this will leave you with: “– Select –” x 3 + L, because “W” no longer exists.
It may help to go to SportsPress > Settings > General and select your sport, then click “Save changes” to reset the settings for your sport. Also, be sure to check the trash for each variable type.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] ColumnsHi again,
I understand the install error issue, but I am curious about this one:
the trouble is that when i press edit buton on columns
disappear de ecuation in win draw and losses just put a line and
does not show the results on win draw or losses and when i press on ecuation combo does no appear the variable “win” or Draaw o losses
Hi Stravides,
Thanks for your feedback. I agree completely. The equation builder is actually a temporary one as we are working on a more intuitive drag-and-drop equation builder to package with version 1.0, which will solve this problem.
The version 1.0 release is due at the end of this month 🙂
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Problem with Event ImporterHi massimo.marra,
The player performance (Yellow Cards, Red Cards, Assists, etc) will be inserted in the same order as they are in your events. When creating your events CSV please check that the columns are in the same order as they appear when editing events in wp-admin.
If the issue persists, could you paste the contents of SportsPress > System Status here? (use the “code” button)
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] localize table league thHi there,
Thanks for your question.
The other values are located in SportsPress > Settings > Configure. From there, scroll down to Table Columns and edit each one.
You can change the order by changing the Order attribute. Lower numbers come first, so I recommend changing the Order for PTS to 5 (between 0 and 10).
Hope this helps 🙂
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] ColumnsHi there,
I’m not quite sure which screen you are referring to. Could you take a screenshot of the first issue?
We’re looking into the install error now.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] multiple divisionsHi Kev,
Yup, you just need to create leagues called “Div 1” and “Div 2”. Then, you can select that league whenever you add an event, create a league table, and add players/staff. Statistics from one league will not affect another league, so you can manage multiple sets of statistics in one installation.
Hope this helps!
p.s. Thanks for the great review 🙂
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Team ListsHi there,
Thank you for your feedback. Always happy to hear that 🙂
To answer your question, you could create a League Table and remove all of the columns, which would essentially be a team list. I would also recommend going to SportsPress > Settings and check the checkboxes for “Display logos” and “Link teams”.
Hope this helps!
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] sidebar issueHi kev,
Thanks for the screenshot. It looks like it’s setup correctly but not showing on the front end. If you could email me at support@themeboy.com I can help you further with this.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Problem with Event ImporterHi there,
When importing events, be sure to use the date format yyyy/mm/dd.
Hope this helps 🙂
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Variables lostHi Silvio,
My suggestion is to create the following Event Outcomes:
W
D
Land these League Table Columns:
Wins = W
Draws = D
Losses = L
PTS = W x 3 + LI hope this helps 🙂