Description:This mod adds a new button next to each task in the task list. By clicking on it, the mod automatically generates a comment for the corresponding task including a pre-defined title and message.
DownloadVersion 1.0 (10/19/2009)// Note: This mod requires Projectfork 2.1.0 or higher!InstallationTo install this mod, go to: "Projectfork -> Config -> Mods". Then upload the package and publish it.
ModificationOnce you have the mod installed, you can change the comment subject and message in the file:
"administrator/components/com_projectfork/mods/approve_task/sections/tasks/tasks.controller.php"Code:
// MOD LANGUAGE
define('PFL_MOD_APPROVE_TASK', 'Approve this task'); // Label for button
define('PFL_MOD_C_SUBJECT', 'Approved!'); // Comment subject
define('PFL_MOD_C_TXT', 'I approve this task.'); // Comment text