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\">";
  4. mod/google-map/languages/en.php
    search: 'gmap:modify' => 'Enter your Google Maps API Key<br /><small>You can obtain an API Key <a target="_blank" href="http://code.google.com/apis/maps/signup.html">here</a&gt;.',
    replace with: 'gmap:modify' => 'Enter your Google Maps API Key<br /><small>You can obtain an API Key <a target="_blank" href="http://code.google.com/apis/maps/signup.html">here</a></small&gt;.',

History