• Resolved dclaudew

    (@dclaudew)


    1. Name is misspelled. Should be “IZ Calendar.”

    2. Days in each month are incorrect. January only has 30 days in the code, so no event can ever be posted for January 31.

    3. If the code is modified so that January has 31 days, the postings for this day are possible but they appear wrong. Any event entered for January 31 shows up in the public listing as on the 3rd. That is, the table lookup that should connect “31” to “st” to form “31st” instead fails and returns “3rd”. The code for the table lookup is not obvious, so I could not fix this problem to link “31” to “st”.

    4. Events are listed in random order. That is, there is no sort feature. If you post events for the 3rd, 29th, 1st, 15th, and 4th of a month, the public will NOT see events for 1st, 3rd, 4th, 15th, and 29th, but rather a jumbled order. All entered events need to be sorted in chronological order before being publicly displayed.

The topic ‘[Plugin: IZ-Calender] Numerous errors’ is closed to new replies.