Moodle Plugins directory: oohoo - TabTopics format: Versions: 2.4.2 (Build: 2012121401) | Moodle.org

oohoo - TabTopics format
Course formats ::: format_tabtopics
Maintained by
Nicolas Bretin,
Patrick Thibaudeau
This Moodle course format displays each section in a tab
oohoo - TabTopics format 2.4.2 (Build: 2012121401)
Moodle 2.4
Released: Saturday, 15 December 2012, 2:45 AM
--------------------------------------------------------------------------------
-------------------------- OOHOO COURSE FORMAT TABTOPICS -----------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Description
--------------------------------------------------------------------------------
This course format displays each sections in a tab.
--------------------------------------------------------------------------------
Prerequisites
--------------------------------------------------------------------------------
None
--------------------------------------------------------------------------------
Installation
--------------------------------------------------------------------------------
1. copy the folder renamed "tabtopics" into the moodle/course/format folder.
2. Login to Moodle with admin rights.
3. In the Site Administration block, click on Notifications a new
notification for the installation of Calendar Format will shows
4. Click on Install
Your done. Go into a course edit page and select Format => Tabtopics format
Note: You can change the tab color by adding this to your theme CSS file
################################################################################
/* The border under tabs */
.yui3-skin-sam .yui3-tabview-list
{
border-bottom-color: #2647A0 !important;
}
/*The regular tab style*/
.yui3-skin-sam .yui3-tab-label
{
background-color: #EFEFEF !important;
}
/*The regular tab style hover*/
.yui3-skin-sam .yui3-tab-label:focus,
.yui3-skin-sam .yui3-tab-label:hover
{
background-color: #EDF5FF !important;
}
/*The selected tab border color*/
.yui3-skin-sam .yui3-tab-selected .yui3-tab-label,
.yui3-skin-sam .yui3-tab-selected .yui3-tab-label:focus,
.yui3-skin-sam .yui3-tab-selected .yui3-tab-label:hover
{
border-color: #243356 !important;
background-color: #2647A0 !important;
}
/*The tab content background color*/
.yui3-skin-sam .yui3-tabview-panel
{
background-color: #EDF5FF !important;
}
################################################################################
--------------------------------------------------------------------------------
For more informations, please go to the online documentation => http://oohoo.biz
-------------------------- OOHOO COURSE FORMAT TABTOPICS -----------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Description
--------------------------------------------------------------------------------
This course format displays each sections in a tab.
--------------------------------------------------------------------------------
Prerequisites
--------------------------------------------------------------------------------
None
--------------------------------------------------------------------------------
Installation
--------------------------------------------------------------------------------
1. copy the folder renamed "tabtopics" into the moodle/course/format folder.
2. Login to Moodle with admin rights.
3. In the Site Administration block, click on Notifications a new
notification for the installation of Calendar Format will shows
4. Click on Install
Your done. Go into a course edit page and select Format => Tabtopics format
Note: You can change the tab color by adding this to your theme CSS file
################################################################################
/* The border under tabs */
.yui3-skin-sam .yui3-tabview-list
{
border-bottom-color: #2647A0 !important;
}
/*The regular tab style*/
.yui3-skin-sam .yui3-tab-label
{
background-color: #EFEFEF !important;
}
/*The regular tab style hover*/
.yui3-skin-sam .yui3-tab-label:focus,
.yui3-skin-sam .yui3-tab-label:hover
{
background-color: #EDF5FF !important;
}
/*The selected tab border color*/
.yui3-skin-sam .yui3-tab-selected .yui3-tab-label,
.yui3-skin-sam .yui3-tab-selected .yui3-tab-label:focus,
.yui3-skin-sam .yui3-tab-selected .yui3-tab-label:hover
{
border-color: #243356 !important;
background-color: #2647A0 !important;
}
/*The tab content background color*/
.yui3-skin-sam .yui3-tabview-panel
{
background-color: #EDF5FF !important;
}
################################################################################
--------------------------------------------------------------------------------
For more informations, please go to the online documentation => http://oohoo.biz
Version information
- Version build number
- 2012121401
- Version release name
- 2.4.2 (Build: 2012121401)
- Can be updated from
- 2.4.0 (Build: 2012103000) (2012103000), 2.4.0 (Build: 2012121000) (2012121000), 2.4.1 (Build: 2012121100) (2012121100), 2.4.2 (Build: 2012121400) (2012121400)
- Can be updated to
- 2.4.3 (Build: 2013021200) (2013021200), 2.4.4 (Build: 2013032700) (2013032700), 2.5.0 (Build: 2013061300) (2013061300)
- Maturity
- Stable version
- MD5 Sum
- fb2fbce99f7c7dac49b5e4d0d8961b03
- Supported software
- PHP 5.3, PHP 5.4, Moodle 2.4
- The more recent release 2.4.4 (Build: 2013032700) (2013032700) exists for Moodle 2.4
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
Default installation instructions for plugins of the type Course formats
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder (eg "myformat") in the "course/format" subdirectory.
- Visit http://yoursite.com/admin to finish the installation