Hello,
How do I get rid of the section number in the left hand column of the uncollapsed topic?
I have managed to get rid of the rest of the world toggle, topic x etc but I am stumped on this last number.
thanks
Dear Claire,
Given your recent message to me, I'll assume you mean the Moodle 2.0 version... so... around line 229, change:
echo '<td class="left side">'.$currenttext.$section.'</td>';
to
echo '<td class="left side"> </td>';
There are instructions on line 230!
Cheers,
Gareth
Dear Claire,
Forgot to mention that this is in format.php
Regards,
Gareth
Hello Gareth,
Thanks for the advice. Sorry I forgot to check back after I posted the message.
Thanks Gareth for the update, I implemented this today and it removed the numbers.
Thanks once again.