Onetopic format
Maintained by
David Herney
Course format that allows showing each topic in a tab, keeping the current tab between calls to resources, in such a way that when it returns from a module as the blog or the glossary it returns to tab from where you started. This format is based on the Moodle standard format: "Topics".
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
I have tested your platform and you don't have the last version of Onetopic course format or you has not deleted the cache of themes. I do not see the current format styles in your moodle.
Try to delete the theme cache or check your format version, you need the 2013052002 version.
The specific style is:
.course-content div.single-section .tabtree .tabrow0 li {line-height: 28px; display: inline-block; }
Saludos
I send you a message with the details you might need.
Thanks for your help.
I have tried different themes and get the same issue where the menu doesn't wrap around and goes off the page making some topics invisible...
Any ideas on how to solve this?
Thanks for your help
Saludos
Thanks
https://moodle.org/plugins/pluginversions.php?plugin=format_onetopic
Currently, Moodle set the 2013052001 release for default.
Saludos
The overflow hidden is a characteristic in new moodle layout. In order to correct the "not overflow" problem, you can use the next CSS property in your theme:
.course-content div.single-section .tabtree .tabrow0 li { display: inline-block; }.
This property can does not work in old Internet Explorer versions, I don't know, I use real browsers
In new release, I added this property in the onetopic format by default.
Saludos
Thanks for all your hard work on this plugin. I'm having an issue in Moodle 2.5 where the top tabs run off the page instead of wrapping and stacking. I have 16-20 topics.
thanks by your suggestion, I have updated the course format for moodle 2.5+
Saludos
Will there be a Moodle 2.5 version soon? Like before iMoot 2013. I'm just getting the 'print_section' depreciated warning.
Only a matter of using:
echo $this->courserenderer->course_section_cm_list($course, $thissection, 0);
etc. If you had a GitHub then I could fork and help with the change.
Cheers,
Gareth