I need to hide teachers names (because of sequrity reasons) in output timetable and output just disciplines. Would you add this possibility?
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
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).
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.
I think HTML level will also not work. Volker, please correct me if I'm wrong.
ahh... maybe it's to late already. i don't the problem of the last 2 posts.