Per project settings
Posted: 06 Mar 2015, 01:10
I was trying to figure out how to customize settings per project and originally thought that this will work:
Unfortunately, it looks like if user is only assigned to a single project, this setting is not set. Is there a better variable to use or a proper method of setting custom strings, etc. per project?
Thanks.
Code: Select all
if ($t_project_id == 1) {
// custom settings
}
Thanks.