Background Knowledge
TaskFreak! presently does not have a means via the web interface to present a complete list of tasks for which the current user is the project leader. I will show you how to add “My Projects” list based on bpiper’s solution with a slight difference. My solution is almost identical to bpiper’s but with a different approach to continue support of the supported interface languages. To do this each supported language file will require to be edited.
Thanks to bpiper for posting your solution.
Solution
- Edit /taskfreak/include/language/en/freak.php starting at
line #15. Add in a new array key/value at any point you desire
like so “‘my_projects’ => ‘My Projects’,” (without double
quotes), see below for example.
Note: Each interface language file will be …