Planet Theme Series

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

oleh Gordon McLeod -
Jumlah balasan: 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.

Sebagai balasan Gordon McLeod

Planet Themes - home button

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

Sebagai balasan Gordon McLeod

Re: Planet Themes - home button

oleh Richard Oelmann -
Gambar dari Core developers Gambar dari Particularly helpful Moodlers Gambar dari Plugin developers Gambar dari 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

Rata-rata penilaian:Useful (1)
Sebagai balasan Richard Oelmann

Re: Planet Themes - home button

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

Sebagai balasan Gordon McLeod

Planet Themes - Updated version

oleh 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
Sebagai balasan Gordon McLeod

Re: Planet Themes - Updated version

oleh Ellen Kinsel -

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

 

Sebagai balasan Ellen Kinsel

Re: Planet Themes - Updated version

oleh Mary Evans -

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

Thanks

Mary

Sebagai balasan Mary Evans

Re: Planet Themes - Updated version

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

Rata-rata penilaian:Useful (1)