Small Fixes: Revision

Last updated by SGr33n

Hi people,

Customizing Elgg I found a few things to fix.

I'd like to share them with you.
Here we go (updated):

  1. mod/bookmarks/views/default/widgets/bookmarks/view.php
    "bookmark inbox" hardcoded
  2. mod/status/views/default/status
    save & cancel buttons hardcoded
  3. mod/groups/views/default/groups/forum_latest
    • "Replies" hardcoded (added to language files)
    • Error counting Replies (one more):
      add: $count_annotations = $count_annotations -1;
      before: echo "<div class=\"forum_latest\">";

History