dmuneras / moodle-theme_archaius

Moodle theme
5 stars 9 forks source link

Suggestions for improvement: User menu, social media icons #30

Open sgendry opened 9 years ago

sgendry commented 9 years ago

I love this theme! What you have done is significant and I am grateful. Here are two ideas to take your edge even further:

1) Add a user menu.

What I personally have in mind is what displays if, in /theme/archaius/layout/partials/page_header.php, I replace

      <?php if(isloggedin()){ ?>
            <?php global $USER,$COURSE; ?>
            <?php echo $OUTPUT->user_picture($USER, array('courseid'=>$COURSE->id));?>
      <?php } ?>

with

<?php echo $OUTPUT->user_menu(); ?>

but I'm not a developer and that needs some tweaking which I don't know how to do.

2) Add social media icons in the footer. Something like the footer of the aardvark theme would be great.

Thank you!

dmuneras commented 9 years ago

Thanks @sgendry for your contribution, these ideas are great.