Onetopic format

Course formats ::: format_onetopic
Maintained by que bueno que sabe el café colombiano...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”.
Latest release:
8843 sites
2k downloads
162 fans
Current versions available: 16

Developed by: David Herney Bernal García - davidherney at gmail dot com

GIT: https://github.com/davidherney/moodle-format_onetopic

Powered by: BambuCo
Documentation: En - Es

In new release:


Screenshots

Screenshot #0
Screenshot #1
Screenshot #2
Screenshot #3
Screenshot #4
Screenshot #5
Screenshot #6

Contributors

que bueno que sabe el café colombiano...
David Herney (Lead maintainer)
Please login to view contributors details and/or to contact them

Comments RSS

Comments

  • Craig Mohr
    Thu, 12 Apr 2018, 4:23 AM
    Consider this structure:
    Parent tab 1
    child tab 1
    child tab 2
    Parent tab 2
    Child tab 3
    After this is all setup, is it possible to add another child tab under parent tab 1 without undoing the structure?

    Right now, I am changing back to topic format. Getting tabs all in right order, adding block after child tab 2, going back to onetopic format, then going in and changing all child tabs back into child tabs.
    Not a big deal with two parent tabs and three/four child tabs. Inconvenient with 10 parents and 30 child tabs.

    Great format!
  • que bueno que sabe el café colombiano...
    Thu, 12 Apr 2018, 5:44 AM
    Hi Craig,

    you can add a new tab, move it after to the tab 1 and set it as child. You don't need change between formats.

    Note: To move a tab, you can use the features in page bottom when the edition mode is active.

    Saludos
  • Wendy Hesta
    Fri, 13 Apr 2018, 3:57 PM
    Hi there, I am wondering how I can let one topic look great on mobile. On mobile the child tabs just appear as normal parent subjects. Hope you can help me out.
  • que bueno que sabe el café colombiano...
    Sat, 14 Apr 2018, 12:27 AM
    Hi Wendy...

    You can use CSS selectors and set special styles in your theme. The child tabs are the seconds in the container ".single-section.onetopic". Use something like that to indent the child tabs or you can change the color or whatever you wish:

    @media (max-width:480px) {
    .single-section.onetopic .nav.nav-tabs:nth-child(2) {
    margin-left: 20px;
    }
    }

    Saludos
  • Tim Bahula
    Fri, 27 Apr 2018, 1:52 AM
    We just started using Onetopic and noticed today that a new course with the Onetopic course format does not have an Announcements/News forum. Announcement forums are a standard part of our course layout. Is it possible to add this feature? Or must we workaround by creating the course in another format and switching it to Onetopic?

    beunavista (2016071402) release on Moodle 3.1.9 (Build: 20171113)

    Wait... the readme says:
    2016071402:
    Course format supports the creation of a news forum.

    What am I missing? Where should I see that option?
  • que bueno que sabe el café colombiano...
    Fri, 27 Apr 2018, 3:04 AM
    Hi Tim...

    The Onetopic support the news forum but in old Moodle versions you need add the block "Latest announcements" in order to create it forum.

    Saludos
  • Tim Bahula
    Sat, 28 Apr 2018, 12:05 AM
    Muchas gracias, David.
  • Per Hessellund
    Mon, 4 June 2018, 5:52 PM
    Hi,
    We have been using OneTopic the past five years, and are now upgrading to 3.5. Is there a version for 3.5?
    BR. Per
  • Marc Segarra
    Sat, 9 June 2018, 5:44 PM
    Hello David,

    Can we know when version 3.4 for Moodle will be released?

    Thank you very much!
    Saludos,
    /Marc
  • Kristbjorg Olsen
    Wed, 13 June 2018, 10:17 PM
    Hello David,

    Is the version for moodle 3.4 coming soon?

    Best,
    Kris
  • que bueno que sabe el café colombiano...
    Thu, 26 July 2018, 2:14 PM
    Ready a new version compatible with 3.3, 3.4 and 3.5 moodle version.
  • Craig Mohr
    Sat, 11 Aug 2018, 3:57 AM
    David,
    I was reading about having completely hidden tabs in onetopic at https://moodle.org/mod/forum/discuss.php?d=260692#

    It looks like this has been an issue for others. Is there a known solution or workaround?
  • que bueno que sabe el café colombiano...
    Mon, 13 Aug 2018, 3:56 AM
    Hi Craig...

    That issue was fixed in Moodle 2.7+. Which is your Moodle version?

    Set course parameter "Hidden sections" to "Hidden sections are completely invisible" in order to hide tabs completely.

    Saludos

  • Craig Mohr
    Wed, 15 Aug 2018, 2:48 AM
    David,
    We are running 3.5
    It turned out to be an issue with the child tabs of hidden parent tabs. I believe it is all good now.
    Thank you!!
  • Kiran Derle
    Sat, 13 Oct 2018, 12:18 AM
    How can I add Parent Tab? I have just downloaded this plugin. Looks great. I have few sections under 4 different groups. Cant get it.
Please login to post comments