Onetopic format icon

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".
Price option: Free

Supports Moodle 2.0-5.1 See all versions
Latest release: 3 months ago
Installations: 10409
Downloads (last 90 days): 2371

Frankenstyle name: format_onetopic
Course formats

Comments

Comments are no longer open for new posts. Existing comments remain available to read.

Hi Annick...
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
Hi David,
I send you a message with the details you might need.
Thanks for your help.
Annick... can I see a course in your platform in order to search a solution? is it possible?
Hello,
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
Try using another theme, It is possible that you need change the style in your current theme for correct this.
Saludos
Yes this is the one I am using but still going off the page...
Thanks
In this moment, Moodle have an error with versioning in some plugins. You need download the 2013052002 release of Onetopic plugin, You find this in the next page:
https://moodle.org/plugins/pluginversions.php?plugin=format_onetopic
Currently, Moodle set the 2013052001 release for default.
Saludos
I downloaded the latest release but I still get the same issue...
Hi...
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 wink
In new release, I added this property in the onetopic format by default.
Saludos
That only happens where there are more tabs than there is space on the course. Maybe overflow?
Hi I'm using onetopic on Moodle 2.5 with the latest downloaded and the tabs are being clipped off the screen. I tried fooling around with .tabtree but couldn't get anywhere. Also seeing some of the tabs disappearing when they are selected. I can make a movie of the behavior. Any help?
Hi David,
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.
Hi Gareth...
thanks by your suggestion, I have updated the course format for moodle 2.5+
Saludos
Hi David,
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
It seems that AJAX is required to hide/show topics. It would be great if this feature was also available without AJAX.