Viewing 1 replies (of 1 total)
  • Thread Starter sjoannef

    (@sjoannef)

    For me at least – mysql didn’t like “Limit -1”. So I changed that bit in the plugin to say:

    $sql .= ” ORDER BY act_date DESC”;
    if ($act_number>0) {
    $sql .= ” LIMIT “.$act_number;
    }

    I also adjusted the css to make it wider and taller and larger icons. Would be nice if that was part of the settings!

Viewing 1 replies (of 1 total)
  • The topic ‘Backend looks great – activity steam isn't working’ is closed to new replies.