magmomod
Forum Replies Created
-
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Display friendly eventsSorry but I dont have that file in my setup
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Definition of a gameThanks I got it now
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Display friendly eventsSo I cannot use it in a calendar, only list?
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Event not show in calendarSorry but it seems like the caching on the page that our isp has was causing the calendar to not display the event. But I do have another question regarding the calendar. If I want to display friendly games in the calendar, how do I do that?
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Event not show in calendarI cant disable all plugins the site is live, also I have previous entries in other calendars that uses second-level that works fine so that cannot be the issue.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Event not show in calendarForum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Event not show in calendarForum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Event not show in calendarYes they do but nothing is displayed.
Was the error due to not selected team under statistics detail for a player or was it caused by something else?
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] icl calender does not updateYes, that was my first approach too but then I changed i to description because I was afraid there is a limit to the length of the title. Do you know if there is such a limit?
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] icl calender does not updateWell, yes it works in the sense that I can import the calendar, but since postponed events are still displayed without any information about games being postponed I changed the code locally to..
if ( $status == “POSTPONED” )
{
$description .= ” NOTE: Game postponed for now…”;
}
Just to display some kind of information to the users that subscribe to the calendar.But I can’t decide weather I think the event should be in the calendar or not, but if it is displayed in the calendar it should at least display that it has been postponed. Thats why I changed it locally, hope you guys can come up with a solid solution.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] icl calender does not updateHi, I replaced the ical.php file with the added code, line 67-74 and replaced line 148 with 156 as suggested in the commit you added, I then ran the url in a validator (icalender.org/validator.html( but then I got the errors below..
Invalid STATUS value near line # 18Reference: 3.8.1.11. Status
Invalid STATUS value near line # 30Reference: 3.8.1.11. Status
Invalid STATUS value near line # 43Reference: 3.8.1.11. Status
Invalid STATUS value near line # 55Reference: 3.8.1.11. Status
Invalid STATUS value near line # 67Reference: 3.8.1.11. Status
Invalid STATUS value near line # 79Reference: 3.8.1.11. Status
Invalid STATUS value near line # 91Reference: 3.8.1.11. StatusAnd this is when I have postponed events…..
Seems like STATUS:POSTPONED is not valid?
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] icl calender does not updateI’m glad you found the issue and looking forward to the update ??
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] icl calender does not updateI have now tried to change the theme to twenty seventeen and then downloaded the ical file again, it still contain the event that is postponed and there is no info either in the ical file that this event is postponed.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] icl calender does not updateI cannot try this, when trying on localhost the ical does not show up at all. Note my localhost site has nothing to do with the live site where this issue occurs. So I hope you find the solution to this even though I cannot test this by switching themes. Keep me posted.