← Back to team overview

mahara-contributors team mailing list archive

[Bug 748521] Re: Longer list of My Views in http://www.mydomain/view/

 

** Changed in: mahara
       Status: Confirmed => Fix Committed

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/748521

Title:
  Longer list of My Views in http://www.mydomain/view/

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  As our users built more views, navigating them can be a challenge.
  Tagging is great but many users don't use it yet. To help with
  navigation I made a change.  In /view/index.php, on line 41 I modified
  $limit = param_integer('limit', 5); to $limit = param_integer('limit',
  50);  This seems to help find views significantly. I am wondering if
  this could be worked into any future releases? Even 25 would be great.

  I realize that there is a complete list of views on the dash board but
  that one is not alphabetical and I am finding users look for views in
  'My Portfolio' first and get frustrated because they 'can't find
  anything'. Thanks



References