Morecandy

Themes ::: theme_morecandy
Maintained by It's only an avatar...Mary Evans
Morecandy is a simple theme based on the More theme, but contains a different look to the expanded block titles.
Latest release:
178 sites
29 downloads
26 fans
Current versions available: 3

Morecandy

Morecandy has the added ability for Admins to add a Carousel slide-show to the site topic area, and also within the topic areas of the course pages. The individual images can be uploaded using the Text Editor, so this makes it easier for Admins and Editing teachers.

My intention for this theme is to keep building on it and add 'more candy' such as a 'dropdown' hidden block region like Aardvark Post-IT had, Marketing blocks, and other functionality.

You  can add marketing spots in any section of the frontpage where there is either a 'Welcome note' or a 'Footnote' area in the Morecandy setting's page.

The HTML is pretty simple: This adds two sections to the page wherever you wish to add them.

<div class="container-fluid">
<div class="row-fluid">
<div class="span6">
<h2>What's new?</h2>
<p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui.</p>
<p>
<a class="btn" href="https://moodle.com">View details »</a>
</p>
</div>
<div class="span6">
<h2>Is it free?</h2>
<p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui.</p>
<p>
<a class="btn" href="https://moodle.com">View details »</a>
</p>
</div>
</div>

Customising the Frontpage

Just read the text in the image below and follow the arrows to see how easily you can change the frontpage of your Moodle site to suit your organisation.

Screenshots

Screenshot #0
Screenshot #1
Screenshot #2

Contributors

It's only an avatar...
Mary Evans (Lead maintainer)
Please login to view contributors details and/or to contact them

Comments RSS

Comments

  • Me at the Moodle Moot NZ11
    Fri, 3 Apr 2015, 3:27 PM
    Hi Mary, thanks for submitting this plugin.
    This is my first review (I'm helping David, Anthony et al) so I'll leave the code review for others here, but will comment on Usability and Meta-data.
    My environment: Apache, MySQL, Moodle 2.8.5+
    Usability
    Installation: plugin installed from .zip without error.
    Dependencies: Dependencies for Moodle, theme_bootstrapbase, and theme_clean clearly stated.
    Functionality: Did not give any PHP errors.
    However, the vertical formatting of text in Blocks is truncated e.g. Recent Activity Block only shows "Recent A". There may be no way around this due to the orientation and space available, but the impact on what users see could be significant?
    Cross-DB compatibility: I only tested on MySQL
    Meta-data
    Plugin description: The description "A simple theme based on More theme." seems a little light. Perhaps if it mentioned the key enhancements over the standard More theme this would be good?
    Code repository name: Name follows standard Moodle plugintype_pluginname format.
    Source control URL:
    Bug tracker URL:
    Documentation URL:
    Should the above three be added to this plugin? Maybe they have been and I'm just not seeing them?
    Illustrative screenshots: I think a Theme should definitely have a screenshot on the description page. Nothing is showing for me.
    Licensing: I don't see any issues regarding licensing here.
    Subscription needed?: Not applicable
  • It's only an avatar...
    Sat, 4 Apr 2015, 1:42 AM
    Hi Stuart,
    First of all thank you for reviewing Morecandy. The problem with the sideway block header title truncating is that I have perhaps not included that actual block in the list which carries the different heights for the blocks based on their title length. It's easy enough to fix.
    I thought the Source control URL, Bug Tracker and Documentation were optional, but I will attend to those if needed. Same too for the images.
    What happens now do I delete this and start again or just continue to upload edited versions?

    Thanks
    Mary
  • Me at the Moodle Moot NZ11
    Sat, 4 Apr 2015, 2:36 AM
    Hi Mary
    I'm reviewing against the Usability and Meta-data sections on the Plugin contributions checklist page: https://docs.moodle.org/dev/Plugin_contribution_checklist.
    There is a general push to have plugins approved more quickly, but also to have more consistency etc.
    So I'm not 100% sure if these items you mention are optional, or in fact just 'highly encouraged' - perhaps David or one of the more experienced reviewers can confirm this here please ?
    I believe you just continue to upload edited versions.
    Once someone has reviewed the plugin code it then gets approved.
    Stu smile
  • It's only an avatar...
    Sat, 4 Apr 2015, 4:48 AM
    Thanks for that Stu...I shall continue to update
    Cheers
    Mary
  • Anthony Borrow
    Sat, 4 Apr 2015, 5:08 AM
    Mary - The meta-data is not an absolute requirement but it is very much encouraged so that those making use of the plugin can share bug reports and possibly help contribute fixes. So the goal is to encourage involvement. If there are reasons why you might prefer not to provide the meta-data just let me know. My goal has always been to help make the process of sharing as smooth as possible for the contributor and those using the plugin. For example, if I can see the name of a github repository prior to approving, I can suggest following the naming convention so that those installing via Git do not have to try to change the repository name later. So the more information you can provide the better. Peace - Anthony
  • Anthony Borrow
    Sat, 4 Apr 2015, 5:13 AM
    p.s. - for tracker issues, many folks are using Github issues but we can create a component in the Moodle Tracker if you want. For documentation, sometimes folks will simply link to the README file especially if it is something simple like a theme. Regardless, it is good to provide as much of the meta-data as possible
  • Anthony Borrow
    Sat, 4 Apr 2015, 5:37 AM
    Mary - Whenever there are multiple licenses in a plugin (like the MIT license for Font-Awesome and the Apache license in jquery) I like to encourage a LICENSES file that lists what they the various libraries or imported code are with the license explicitly mentioned). Before approving, I'll give you a little time to tidy things up and fill in the meta-data but otherwise I do not see anything that would prevent this theme from being approved. Peace -Anthony
  • It's only an avatar...
    Sat, 4 Apr 2015, 5:48 AM
    Thanks you Anthony, I'll fix things up during the week and hopefully get it all together and updated.
    Thank you and God bless.
    Mary
  • David Mudrák
    Wed, 8 Apr 2015, 4:45 AM
    Thanks Mary for providing the additional meta-data, and thanks Stuart and Anthony for the feedback here.
    While reviewing the theme, I spotted two issues that would discourage me personally from using this at production site for now - and I reported them as issues #1 and #2 in the plugin's big tracker.
    I am sure the raised issues will be fixed soon in an updated version of the theme and so I am going to approve it now. You are cleared to land now, welcome to the Plugins directory!
  • Pavel Kresan
    Tue, 14 Apr 2015, 3:24 PM
    Hi, how I can add customizable heading?? (first screenshot) thanks
  • It's only an avatar...
    Tue, 14 Apr 2015, 6:18 PM
    Read this it explains how to customise the frontpage https://docs.moodle.org/28/en/Morecandy
  • yulian corredor
    Tue, 28 Apr 2015, 10:33 PM
    buen día estoy realizando la instalación de su tema asta el momento ningún inconveniente pero si quisiera que me ayudaran necesito hacerle unas pequeñas modificaciones con respecto a los colores puesto que lo necesito en colores rojos pero no me a sido posible cambiarlos tanto como la parte del banner y el color de la letra la parte de los bloques el entorno ya lo cambie pero no encuentro donde cambiar los otros podría ayudarme smile espero puedan
  • yulian corredor
    Thu, 30 Apr 2015, 1:03 AM
    ??????????????????????????ayudaaaaa
  • It's only an avatar...
    Thu, 30 Apr 2015, 1:43 AM
    Voy a tratar de ayudarle. ¿Se puede pedir en Inglés por favor?
Please login to post comments