nick50119
Forum Replies Created
-
Although I receive the error message on the test, everything seems to be working. When I click the app in Okta my ID is created and I am signed in to WordPress.
Seems to have done the trick. Thanks!
Forum: Fixing WordPress
In reply to: Errors adding/editing posts and pagesI have noticed a couple of additional issues.
If I try to customize my theme
Appearance > Customize
Appearance > Background
Appearance > HeaderI get the following error:
Fatal error: Call to a member function is_theme_active() on a non-object in /home/ncolling/public_html/wp-admin/customize.php on line 88
Forum: Plugins
In reply to: [baseballNuke] baseball League and player statsI know this is very late, but, this can be done. To display the stats for a team, specify the team in the short code, for example:
[bbnuke_roster team="teamA"]You can create a stats, roster or leaders page for each team.
To display the whole league, set the value ‘league’ for the team, for example:
[bbnuke_roster team="league"]The admin portion is not really complete, you may need to set the default team to whichever team you want to enter stats for.
In the latest version, cookie monster should no longer be required. Can you post a link to your site so I can take a look?
Forum: Plugins
In reply to: [baseballNuke] Multiple divisionsThis can be done. For each division just create a “season”. Then, to display the stats for each division include the season in the shortcode. For example
[bbnuke_roster season="DIVISION A 2013"]Forum: Plugins
In reply to: [baseballNuke] inactive?Hi,
I just posted a note on this. Unfortunately, I just don’t have much time anymore to develop or support baseballNuke. I am hoping someone will pick it up where I left off.Forum: Plugins
In reply to: [baseballNuke] languageHello,
To do this, in the baseballnuke plugin directory edit the file language/bbnuke-de_DE.poYou will then need to generate the .mo file from the .po file. You can find information on that here – http://codex.wordpress.org/Translating_WordPress
You would need to modify the code in the bbnuke-functions.php file. It looks like those widgets are not using the CSS. I will add that to the to do list for the next release.
Forum: Plugins
In reply to: [baseballNuke] [Plugin: baseballNuke] Need help creating new season.I tried to duplicate the issue but was not able to. The “Select team to which you want add players:” drop down should auto-populate based on the season. It may take a few seconds to populate. If you would like, email be directly at manager at flyingdogsbaseball dot com and I work with you to figure it out.
Forum: Plugins
In reply to: [baseballNuke] [Plugin: baseballNuke] Uploading .csv stats not workingSorry for the very slow response. There is a known issue on my to do list with the CSV files generated on a Mac. CSV’s generated from a Windows computer will work. This will be fixed in the next release.
Forum: Plugins
In reply to: [baseballNuke] [Plugin: baseballNuke] Suggestion ref FieldsDeb,
Noted, I will add it to the list. Unfortunately, I have not had much free time to work on baseballnuke during the baseball season. Hopefully I will have another release to fix some bugs and add a few new features this fall.Forum: Plugins
In reply to: [baseballNuke] baseballNuke Stats pages printablethere is not currently a feature for that. However, I have been considering adding a feature to export the stats to a CSV file. That would allow a clean/easy way to print just the stats.
This is actually the intended result. This is because that column also shows win/loss. It is typical to show the highest score first in that scenario.
Forum: Plugins
In reply to: [baseballNuke] [Plugin: baseballNuke] Uploading .csv stats not workingare you by any chance creating the CSV on a Mac?