Planet Theme Series

Re: block settings icons don't appear (mercury)

av Gordon McLeod -
Antall svar: 8

Hi Gareth,

Yes - I did consider having a single theme that could be switched, but didn't quite get around to it for this version. Hopefully I'll have a chance to update this for 2.5 later in the summer and will implement a switcher version then.

Regards, Gordon.

Som svar til Gordon McLeod

Planet Themes - home button

av Gordon McLeod -

Please note that you will need to replace the URL in the line <a class="logo" title="Home" href="http://inspire.rcs.ac.uk/"> with the correct url for the homepage of your own Moodle site. This line of code can be found in three places:
layout\frontpage.php (line 52)
layout\general.php (line 53)
layout\report.php (line 44)

Regards, Gordon.

Som svar til Gordon McLeod

Re: Planet Themes - home button

av Richard Oelmann -
Bilde av Core developers Bilde av Particularly helpful Moodlers Bilde av Plugin developers Bilde av Testers

If you correct it in the themes to use the $cfg->wwwroot value then it wouldn't need editing for each individual install, it would just pick it up from the site

e.g. from afterburner

<a class="logo" href="<?php echo $CFG->wwwroot; ?>" title="<?php print_string('home'); ?>"></a>

Richard

Gjennomsnittlig vurdering:Useful (1)
Som svar til Richard Oelmann

Re: Planet Themes - home button

av Gordon McLeod -

Richard,

Thanks - it was originally built as an institutional theme and I'd forgotten the link was hard coded until someone asked. I'll update with the suggested change in the next couple of days and post the revised version on github and Moodle plugins.

Much appreciated, Gordon.

Som svar til Gordon McLeod

Planet Themes - Updated version

av Gordon McLeod -

The planet series have now been updated to version 1.1

https://moodle.org/plugins/search.php?s=planet

Amended hardcoded home url to reference site home instead
Added css for making table internal lines visible as per Moodle Tracker issue MDL-27774
Updated css to make editing buttons on blocks more visible
Som svar til Gordon McLeod

Re: Planet Themes - Updated version

av Ellen Kinsel -

Can I use the current version with Moodle 2.5? If not, when do you expect to have an updated version available?

 

Som svar til Ellen Kinsel

Re: Planet Themes - Updated version

av Mary Evans -

Hi, If a theme works on 2.4, then it will work in 2.5.

Thanks

Mary

Som svar til Mary Evans

Re: Planet Themes - Updated version

av Gordon McLeod -

Hi,

Just to say I've updated the Earth theme from the planet series and tested with Moodle 2.6 and 2.7.

The required change was very minor (it only affected one of the links on the Moodlebar), and I'll update the other themes as soon as I have a chance over the summer. More time permitting I'll completely rewrite this as a single theme which can switch between the different colour schemes in the series, but this summer already has a heavy workload (don't they all).

Regards, Gordon.

Gjennomsnittlig vurdering:Useful (1)