How to get ALL active projects on the homepage (dashboard)
Page: 1
title says it all :)
I've been looking where to change this from 10 to 50 but I can't find it anywhere in the code ...
I've been looking where to change this from 10 to 50 but I can't find it anywhere in the code ...
Ilija Studen
on Apr 18. 2008. 5:38 pm
Open DashboardController (/activecollab/application/modules/system/controllers), find index() action and change value of $per_page variable.
Note that there is a reason why projects are paginated - displaying all project will create a lot of clutter on the page and will make that page a bit slower. Use pagination on the Dashboard and Jump to Project popup to quickly move between projects.
Note that there is a reason why projects are paginated - displaying all project will create a lot of clutter on the page and will make that page a bit slower. Use pagination on the Dashboard and Jump to Project popup to quickly move between projects.
activeCollab team member



