Hide teachers names

Started by Yoel, December 26, 2013, 11:50:08 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Yoel

I need to hide teachers names (because of sequrity reasons) in output timetable and output just disciplines. Would you add this possibility?

Volker Dirr

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

Liviu Lalescu

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).

rarunning

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.

Liviu Lalescu

I think HTML level will also not work. Volker, please correct me if I'm wrong.

Volker Dirr

ahh... maybe it's to late already. i don't the problem of the last 2 posts.