Ticket #265 (closed defect: fixed)

Opened 11 months ago

Last modified 10 months ago

Change in community sidebar

Reported by: jossif Assigned to: ewout
Priority: normal Milestone: 0.9.1
Component: core Version: 0.9.0
Severity: normal Keywords:
Cc: Patch Included: 0
Review Stage: accepted

Description

Please add this change to /mod/communities/lib/community_memberships.php

line 38

"<a href=\"".$CFG->wwwroot.user_info('username',$page_owner)."/community/members\">" . gettext("Members") . "</a>"

change to:

"<a href=\"".$CFG->wwwroot.user_info('username',$page_owner)."/community/members\">" . gettext("[View all members]") . "</a>"

... to make it consistent with User's sidebar

Change History

01/13/08 22:47:52 changed by ewout

  • owner changed from misja to ewout.

Fine with me

01/25/08 19:03:36 changed by ewout

  • status changed from new to assigned.
  • haspatch changed.
  • review_stage set to accepted.

01/28/08 16:29:55 changed by ewout

  • status changed from assigned to closed.
  • resolution set to fixed.

Fixed in r1530.