Hello all-
There seems to have been some torrid debate concerning the 'Show Only Topic' buttons over the years. Our user testing has determined that they're confusing our users to the extent that they're giving up and quitting our courses early.
I've tracked down an old (2006) CSS hack for removing these buttons discussed on these forums:
When using the standard theme, in file styles_layout.css add this line:
#course-view .section .right.side a {
display:none;
}
.editing#course-view .section .side a {
display:inline;
}
My problem is that I can't seem to get it, or a variant, to work under Moodle 2.1 while using the Bricks theme. Is there anyone out there with Php + CSS smarts that has been able to remove the 'show only topic' buttons from the interface?
Thanks