Closed vanoir closed 4 years ago
I would simply use CSS to hide it on the Dashboard page if you do not need it.
#page-my-index .header-button-group a#message-user-button { display: none; }
Thanks for the quick response. Actually, I would like to add more stuff and not remove it!
If you want to add more stuff then you will have to re-write the renderer that generates that area of the page. Offhand, I am not sure how to guide you on this.
I am going to guess you might find some luck starting with the core_renderer.php and the full_header function as a starting point.
That was all the answer I needed. Thank you sir. Hopefully I will collaborate with you guys here!
We always like to see any improvements people make. We'd love to see what you come up with. Keep us informed. Thanks!
Hello,
I'm developing a Moodle and I'm having trouble customizing this dashboard panel (see attached image). How do I place links other than "message"? Can I choose not to show the student's full name? Where should I customize to configure this?