Planet Theme Series

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

ved Gordon McLeod -
Antal besvarelser: 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.

I svar til Gordon McLeod

Planet Themes - home button

ved 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.

I svar til Gordon McLeod

Re: Planet Themes - home button

ved Richard Oelmann -
Billede af Core developers Billede af Particularly helpful Moodlers Billede af Plugin developers Billede af 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

Gennemsnitsbedømmelse:Useful (1)
I svar til Richard Oelmann

Re: Planet Themes - home button

ved 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.

I svar til Gordon McLeod

Planet Themes - Updated version

ved 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
I svar til Gordon McLeod

Re: Planet Themes - Updated version

ved Ellen Kinsel -

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

 

I svar til Ellen Kinsel

Re: Planet Themes - Updated version

ved Mary Evans -

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

Thanks

Mary

I svar til Mary Evans

Re: Planet Themes - Updated version

ved 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.

Gennemsnitsbedømmelse:Useful (1)