FET Forum

FET Development => Suggestions => Topic started by: Yoel on December 26, 2013, 11:50:08 AM

Title: Hide teachers names
Post by: Yoel on December 26, 2013, 11:50:08 AM
I need to hide teachers names (because of sequrity reasons) in output timetable and output just disciplines. Would you add this possibility?
Title: Re: Hide teachers names
Post by: Volker Dirr on December 26, 2013, 11:51:58 AM
You can hide teachers very simple if you edit the css file with an editor and print with your webbrowser.
please read this:
http://www.timetabling.de/manual/FET-manual.en.html#id_55
Title: Re: Hide teachers names
Post by: Liviu Lalescu on December 26, 2013, 11:56:03 AM
If you hide them by CSS, be careful because the HTML files will still contain the teachers' names, they are just hidden from view (it's OK if you print the file, but not OK if you put it online).
Title: Re: Hide teachers names
Post by: rarunning on June 23, 2016, 03:05:15 PM
I know this is an old post but someone like me could spend a couple of days looking for the right code for css so...

Change FET setting to HTML 5 or above otherwise this feature will not work. Generate timetable. Open CSS in some editor and...

td.teacher, div.teacher {
display:none;
}

Save the CSS and then load the HTML.
Title: Re: Hide teachers names
Post by: Liviu Lalescu on June 23, 2016, 03:38:02 PM
I think HTML level will also not work. Volker, please correct me if I'm wrong.
Title: Re: Hide teachers names
Post by: Volker Dirr on June 23, 2016, 10:19:50 PM
ahh... maybe it's to late already. i don't the problem of the last 2 posts.