Different Detail View Template for Different Users
Posted: 2013-03-25 21:10
Hello,
Is it possible to have a different Detail View template displayed depending on the usergroup?
I think it is possible to check the tableview template with this code:
But would this work for Detail View templates? Or would I need another way of doing this?
Thanks.
Regards,
Stephen
Is it possible to have a different Detail View template displayed depending on the usergroup?
I think it is possible to check the tableview template with this code:
Code: Select all
if($memberInfo['group']!='Admins'){
$options->SelectedTemplate=AdminTVTemplate.html
$options->SelectedTemplate=AdminTVTemplate.html
} else {
$options->SelectedTemplate=OtherTVTemplate.html
$options->SelectedTemplate=OtherTVTemplate.html
}
Thanks.
Regards,
Stephen