ahlemann
Forum Replies Created
-
Forum: Plugins
In reply to: [Team Rosters] Migration v3 to v4 uncomplete importi just made two import-files of it and solved my problem…
still don’t know why the import stopped…Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Hide ScorecardHi There,
i thought, this i a general question.
I unchecked the scorecards in configuration, but they where still showing in the detail view of a game…therefor i had a look at the code and made some changes…
I will activate the plugin so you can have a look. https://www.69ers.de
But as you will see, there is no scorecard, because i altered the code.the checkbox was not read in the code, so i added it at the event-performance.php template:
$show_performance = get_option( ‘sportspress_event_show_performance’, ‘yes’ ) === ‘yes’ ? true : false; //added oa 11.03.2016then making a simple if-clause.
O.
Forum: Plugins
In reply to: [Team Rosters] Fatal Error on player Import of v4Hi Mark,
the php version was the problem.
Thank you for pointing me to this!For the missing link to the CVS Import man page look at your Update instructions here: https://shoalsummitsolutions.com/tr_upgrading-to-4-0/
thans again for the quick help!
Oliver
You are the man!
Works just fine.
thx
O.
Forum: Plugins
In reply to: [Team Rosters] Player Pic uploadmaybe its my mistake, mark.
my original pic is 134 × 204.
I uploaded it to my media library.When in select the pic in the edit-player backend, it is shown in the correct size.
in the single-player site thoug, the 134×150 cropped version ist used, not the origina sized picture.In the new version, this cropped picture is then scaled to the size from the preferences.
So maybe the wrong picture is used?
Or is the problem in front of the Computer?Regards,
Oliver
Forum: Plugins
In reply to: [Team Rosters] Player Pic uploadHi Mark,
can not sent you a link. The page ist live and i do not want the bug to be seen.
On your dev page, the foto is also 150×150 then scaled to your size
https://shoalsummitsolutions.com/dev/wp-content/uploads/2013/02/willie-mays-150×150.jpg
so the picture upload/miniature mechanism seem not to be compatible to your plugin.
Forum: Plugins
In reply to: [Team Rosters] Player Pic uploadresolved?
Dear Mark,
thanks for the patch.
I updated but it still wont work properly.I changed the settings to my width and hight.
I copied the new “content-single-player.php” into my theme.Now the pic has the right size, but the original Pic is now cropped at a hight of 150px, then scaled big again to the size i wanted…
Doesn’t look so good…So the bug must be in the part, when you add the media to the player.
Your template seems to be ok.