gjb2048 / moodle-theme_shoehorn

Shoehorn theme for Moodle with the underlying Bootstrap v3 theme.
Other
3 stars 6 forks source link

Group members displayed below groups instead of right side of groups #17

Closed hartmut1s closed 8 years ago

hartmut1s commented 8 years ago

Hi Gareth,

In Shoehorn 3.0.0.4 the 2 boxes, one for the groups and the other one for the group members are displayed vertically (/group/index.php). wrong display Both boxes should be next to each other, which happens when I select "Add/remove users" at the bottom of that page. I hope it's not too difficult to fix. With kind regards, Hartmut

gjb2048 commented 8 years ago

Hi Hartmut,

Fixed in https://github.com/gjb2048/moodle-theme_shoehorn/commit/828ffd45a84b1963601945d9868f6d75698d1ffc - also done lots of other changes and added the 'layout' setting (Look and feel settings) so you can have side-pre on the left.

Cheers,

Gareth

gjb2048 commented 8 years ago

On your test server, just use the code from 'master'.

hartmut1s commented 8 years ago

Hi Gareth,

I tried to install the latest Shoehorn version on my test server and got an error message: Fatal error: Call to undefined method theme_shoehorn\output\core_renderer_maintenance::get_setting() in C:\M3.0\apps\moodle\htdocs\theme\shoehorn\classes\toolbox.php on line 78

With kind regards, Hartmut

gjb2048 commented 8 years ago

Thanks for letting me know Hartmut, please update and it should be fixed. Kind regards, Gareth.

hartmut1s commented 8 years ago

Hi Gareth,

Thanks a lot for your fast response. I was able to install the updated version of Shoehorn on my test server. It looks good.

With kind regards, Hartmut