Code Monkey home page Code Monkey logo

themesmb's Introduction

***************************************
******* Themes.MoodleBites.com ********
***************************************

To put content in the slider, open
slidercontent/content.htm and edit
that file.

Each slide of content must be contained
within the tags
<div class="contentdiv">CONTENT HERE </div>

Anything placed within that must use inline
styling.

For ease of use, keep all images and
other files used in the slidercontent
folder within the theme.

You can make up to nine slides at any
one time. They are numbered automatically.

*************** Updates ****************
24/10/12
- Fixed main content token.

02/07/12
- Block regions fixed for Moodle 2.3

themesmb's People

Contributors

kihitara avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

themesmb's Issues

Moodle 2.3 moving blocks issue

By the way have you been reading the MDL-33890 about the Drag n Drop issue with custom blocks in M2.3?
These a fix for ../moodle/lib/yui/blocks/blocks.js which I have attached for you to try in Moodle 2.3

The code you need to add to your block reagion in your layout file is as follows...an amended example from your Strawberry theme...

        <div id="blocktopleft" class="block-region">
        <div class="region-content">
                    <?php // echo $OUTPUT->blocks_for_region('block-top-left') ?>
                </div>
        </div>

You have to add class="block-region" to your div id container as well as region-content that wraps the block.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.