scole_direct
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: LeagueManager] Match StatisticsGoing back to the first post in this thread, is there a script to aggregate goals for individual players across matches in a season (not goals for a single match)? It would be nice to have a list of top goal scorers or total number of goals for each team by player.
Assuming that script doesn’t exist yet the hack that occurs to me is to iterate through each player and then through each match, looking in the custom field of the wp_leaguemanager_matches table for goals scored by that player and adding them to a new field in the wp_projectmanager_dataset table. (Would have to somehow keep track of which matches had already been recorded assuming this was an ongoing function call). Is there a better way of going about this?
Forum: Plugins
In reply to: [Plugin: LeagueManager] Match result teams being autochangedYes, I’m also getting this bug. Thought I was going mad and re-entered the entire match schedule before realizing it was the score updates that was doing it. This is a great plugin if not for this.
Forum: Plugins
In reply to: [Plugin: AmR iCal Events List] No end date for multi-day all day events?Hi Anmari,
I think you’ve cracked it that time! That’s coming through as expected now.
Thanks much,
StuartForum: Plugins
In reply to: [Plugin: AmR iCal Events List] No end date for multi-day all day events?Sorry, one more thing I’ve just noticed. While it picks up a start and end date, for some reason it’s adding an additional day to the end date. So, for instance, where I have an event October 26-30 in the Google Calendar, it’s showing as October 26-31 in the WordPress plugin. At first thought this might be a timezone issue, but now I don’t think so. Have you encountered this before?
Cheers,
StuartForum: Plugins
In reply to: [Plugin: AmR iCal Events List] No end date for multi-day all day events?Hi,
It was a version issue (I was on 2.5.1). Works well now.
Thanks much!
StuartForum: Plugins
In reply to: [Plugin: AmR iCal Events List] Plugin not working – Error writing cache fileHi,
Not sure what the problem was, but resolved when I moved to a different host (all other things being equal). Working fairly well now. Just figuring out some of the configuration parameters.
Thanks,
StuartForum: Plugins
In reply to: [Plugin: AmR iCal Events List] Plugin not working – Error writing cache fileThanks for the response and link suggestion. Have tried all of the permissions settings but still no joy:
– wp-content/uploads and child directories recursively set to 777
– Misc: “Store uploads in this folder” set to “wp-content/uploads”
– left “Full URL path to files” blankI can upload new media to the uploads directory no problem. And the plugin seems to be writing a (zero byte) cache file to the subdirectory when I load a new page with a calendar reference. The cache directory is set to 777 but for some reason the new cache files show up 644 (rw by owner, read only by group and others).
Not sure I’m going to be able to resolve this with this host provider.
Forum: Plugins
In reply to: [Plugin: AmR iCal Events List] Plugin not working – Error writing cache fileAddendum: Just tried testing on a local version of WP (2.8.4 as well) and was able to view the calendar as expected. I then took the corresponding file from the local wp-content/uploads/ical-events-cache directory and copied it to the remote server folder (the file there existed but with no content). This backend hacking worked but only a temporary fix to test it. So I think my question is, what would cause the initial cache file creation to fail and how can I fix it?
Thanks!
StuartForum: Fixing WordPress
In reply to: Thumbnail URL stripping out domain nameResolved by isolating problem to one plugin (User Access Manager) which has a lock setting on all files by default. Removed the lock for files and the media upload process works fine!
Forum: Fixing WordPress
In reply to: Thumbnail URL stripping out domain nameBump. I’m still not able to resolve this issue. Any suggestions?