Group activity

  • Kevin Jardine replied on the discussion topic Reminder followup
    I checked and the cron walled garden fix is still in 1.8.8. So it may not be cron. view reply
  • buraddo replied on the discussion topic Reminder followup
    Dont seem to be able to get to my PHP logs.. Trying to change it to write them somewhere else and will set up another test.. view reply
  • buraddo replied on the discussion topic Reminder followup
    Yeah.. Saw the bug.. I am getting other notifications (event create, new user, group add etc...) I thought it might be specific to cron specific. On the surface it seems like cron continues to work when I switch to walled garden.     view reply
  • Kevin Jardine replied on the discussion topic Reminder followup
    Just a thought - there was a bug here: http://trac.elgg.org/ticket/4394 where walled gardens prevented cron from working. It was supposed to have been fixed, but I wonder if it has resurfaced? view reply
  • Kevin Jardine replied on the discussion topic Reminder followup
    Brad, do you have any relevant errors in your PHP log? view reply
  • Kevin Jardine replied on the discussion topic Reminder followup
    Walled gardens should not affect notifications so far as I can see. If it does, you may have uncovered a core Elgg bug. Has anyone else seen a problem where walled gardens affect any kind of notification (not necessarily event calendar ones)? view reply
  • buraddo added a new discussion topic Reminder followup
    So with Kevins great assistance I was able to get reminders working on my debug instance. This is a completely vanilla install with just the event_calendar and message_queue plugins from github. Still does not work on my dev or production...
  • buraddo replied on the discussion topic A question
    I tried in my debug instance. A basic elgg 1.8.8 with no customizations, no walled environment, and just the full branch from github. Configured the cron entries (using curl). Turned on the reminders in the settings, created a appointment reminders... view reply
  • buraddo replied on the discussion topic A question
    Kevin, I checked cron config and no luck so far. Below is a screen dump of the appointment and output from cronchecker plugin (you can see it running and the event_cal registration hook). view reply
  • happy gupta replied on the discussion topic A question
    yes i checked it in my site too... i also need an update plugin for problem 1 view reply
  • Kevin Jardine replied on the discussion topic A question
    I will look at 1 and 3 next weekend. Reminders require cron to work. They worked last time I checked. Can you give me more details if you have cron activated for an event where no reminders are sent? view reply
  • buraddo added a new discussion topic A question
    Kevin,  Thanks for the recurring appointment fix. Tested and works well. I have three questions (none really critical to use); 1. time field on all day events - it seems like setting all day events only removes the fields from the "add...
    • yes i checked it in my site too... i also need an update plugin for problem 1

    • Kevin,

      I checked cron config and no luck so far. Below is a screen dump of the appointment and output from cronchecker plugin (you can see it running and the event_cal registration hook).

      image

      image

    • I tried in my debug instance. A basic elgg 1.8.8 with no customizations, no walled environment, and just the full branch from github. Configured the cron entries (using curl). Turned on the reminders in the settings, created a appointment reminders and nothing happening.

      I must be doing something ignorant, but I cant understand what.

  • happy gupta replied on the discussion topic Event Calender Bug in Elgg 1.8.8
    Done.. thanks.... i just made "no" for The type, region strings above are string handles. Use the Elgg translation system to resolve them....And it was done.... thanks..... :) view reply
  • Kevin Jardine replied on the discussion topic Event Calender Bug in Elgg 1.8.8
    Make sure that you are running the version here: https://github.com/kevinjardine/Elgg-Event-Calendar/zipball/full (full repository) and either untick the options: The region strings above are string handles. Use the Elgg translation system to... view reply
  • happy gupta added a new discussion topic Event Calender Bug in Elgg 1.8.8
    I am using elgg 1.8.8 and event calander plugin from https://github.com/kevinjardine/Elgg-Event-Calendar in the add event form the regoin and type drop down is displaying someting like...
  • buraddo added a new discussion topic From & To Questions
    In the from/to of an event seems to record a time even if you select "all day event".. Is that intentional ? The field disappears off screen, so I assume it should be null.
  • Kevin Jardine replied on the discussion topic Add Button on Personal Calendar
    Yes, each user has a personal calendar, viewable by clciking "Mine" on the calendar listing. Users can add events from the site wide or group calendars to their personal calendars. view reply
  • buraddo replied on the discussion topic Add Button on Personal Calendar
    Apologies.. Didnt get the detail of your reply.. Missed the "Site" calendar part.. I have the add button now.. I assumed Site Calendar was a master calendar for the site.. Does each user not have a personal calendar ? Or is the personal calendar... view reply
  • buraddo replied on the discussion topic Add Button on Personal Calendar
    So I thought it might be by design. So I played with; Calendar permissions and set it to "Open" Figuring this description was what I was trying to solve Determines whether people can add events to their personal calendars (open), need to request... view reply
  • Kevin Jardine replied on the discussion topic Add Button on Personal Calendar
    Ah, that's by design. By default regular users can only add to group calendars. There is a plugin setting to allow users to add directly to the site calendar. I suggest that you look at the settings carefully - there are quite a few of them! view reply