Small Fixes: Revision

Last updated by SGr33n

Hi people,

My intent is to post here some small bufixes, noticed customizing elgg.
This is my list (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