How to use default Moodle's profile page instead of custom Edwiser RemUI profile page

1. Navigate to Moodle installation> theme> remui> templates> mypublic.mustache

2. Replace the entire code in the file with the following code:

Change this 
echo $OUTPUT->render_from_template('theme_remui/mypublic, $templatecontext);
To this,
echo $OUTPUT->render_from_template('theme_remui/drawers', $templatecontext);
3. Add the following CSS in remui settings -
#page-user-profile .userprofile .description, #page-user-profile #page-header .page-context-header { 	display: flex !important; }
		
4. Purge the cache in the Moodle site once the changes are made.
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us