Attendance Today for Teachers

I need some help editing the "Attendance Today" customization to be accessed by teachers. I would like to remove the left nav menu.
I placed the necessary folders in the "Teachers" folder and created a link on the PT web portal page. It works but I need to remove the left nav ......... Any advice would be appreciated.

If you have modified the teacher home page and you need to remove the left navigation, you need to delete the ~[wc:teachers_nav_css] from the code. Once you do this teachers will not be able to navigate to any other page unless you have a link somewhere.

If you used the admin page header, immediately after the ~[wc:commonscripts] insert
~[wc:teachers_header_css]~[wc:teachers_navigation_css]
~[SetPostValue:tabname=home]
~[wc:teachers_nav_css]

And remove the following lines after the tag
~[wc:admin_header_css]
~[wc:admin_navigation_css]
You could delete the last part of the
~[if.pref.smartsearch_enable-U~[x:userid]=1]
~[wc:smartsearch_header]
[/if]

Subscribe to Comments for "Attendance Today for Teachers"