Login or Register

RSS IconRecent posts in this topic

avatar
dobersch on Jul 8. 2006. 2:27 pm
When I'm viewing the list of existing projects (a=my_projects), there is no link saying "add project", like there is on the dashboard page. Would be nice to have that, for instance above the list, for not having to go back to the dashboard again, although one is already at the list of projects (where one would possibly expect the link).

ps: Ilija, are you planning to install a bug tracking system like trac, mantis or bugzilla etc., I can imagine that a forum is not the easiest way to keep track of bugs and feature requests?
avatar
dobersch on Jul 8. 2006. 3:05 pm
Solved the problem for myself:

added the following lines to the view file "/application/views/dashboard/my_projects.php" after line 6:
  if(Project::canAdd(logged_user())) {
    add_page_action(lang('add project'), get_url('project', 'add'));
  } // if

would be nice if the change could make it into the repository... ;)
avatar
Ilija Studen on Jul 8. 2006. 5:03 pm
Good idea. Added!
activeCollab team member
Topic is locked. If you have something important to say about issues discussed on this page please write at hi@a51dev.com.

RSS IconRecent posts in this topic