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:
8573 sites
2k downloads
166 fans
Current versions available: 19

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

  • Gareth J Barnard
    Sat, 22 Dec 2012, 2:36 AM
    Hi David,

    Whilst sorting a BOM (http://docs.moodle.org/23/en/UTF-8_and_BOM) issue with the Grid Format I noticed that your 'lang/ru/format_onetopic.php' also has the issue in the Moodle 2.3 version (possibly others). This can cause very odd errors including images not displaying. I fixed my issues using Notepad++ with 'Convert to UFT-8 without BOM' on the 'Encoding' menu.

    Cheers,

    Gareth
  • Dani Ureña
    Thu, 24 Jan 2013, 6:07 PM
    Hola,

    He instalado este formato de curso tras una actualización a 2.4 y sigue habiendo un problema, ya reportado anteriormente por Horacio Martínez el 23 de nov, 01:52

    También he encontrado la solución :D.
    Es la siguiente:
    colocar en la línea 41 el siguiente código:
    //START fixed bug view only one label by Dani Ureña
    // 2.4 make sure all sections are created
    $course = course_get_format($course)->get_course();
    //end fixed bug

    De esta manera conseguimos la información completa del curso para poder mostrar su contenido.

    Saludos
  • Andres Bravo Pedreros
    Sat, 16 Feb 2013, 6:42 AM
    buenas tardes David,

    Te felicito por este gran aporte, ya que este formato es de gran ayuda tanto para los alumnos como los docentes.

    Lastimosamente tengo un lio con este formato ya que tengo la version de moodle 2.4 y solo me muestra los temas del lado izquierdo, y no me deja editar los nombres, quedan en tema 0, tema 1 ... etc, te agradfezco si tienes una solucion al respecto para aprovechar este topic a full.

    saludos
  • Horacio Martínez
    Wed, 20 Feb 2013, 2:25 AM
    Hola David, acabo de probar el plugin en en la versión estable 2.4.1 y funciona perféctamente, felicitaciones y mil gracias!!!!
  • que bueno que sabe el café colombiano...
    Wed, 27 Feb 2013, 1:38 AM
    @Belinda Caulfield

    Hi Belinda...

    the Aerie theme not include a style for selected tabs. You can include a style as:

    .tabtree li.selected {
    background-color: #B3B3D9;
    }

    Saludos
  • que bueno que sabe el café colombiano...
    Wed, 27 Feb 2013, 2:26 AM
    @Gareth J Barnard

    Hi Gareth...

    thanks, I will to delete the old language files because it are incompletes and it are very old.

    Saludos
  • que bueno que sabe el café colombiano...
    Wed, 27 Feb 2013, 2:31 AM
    @Dani Ureña

    Hola Dani...

    es probable que no tengas instalada la última versión del formato, ya desde hace un tiempo está disponible la versión para moodle 2.4+ y como el mismo Horacio nos comenta ya funciona adecuadamente con esta versión.

    @Horacio Martínez
    Horacio... es con mucho gusto smile

    Saludos
  • que bueno que sabe el café colombiano...
    Wed, 27 Feb 2013, 2:36 AM
    @Andres Bravo Pedreros

    Hola Andres...

    no te entiendo cuando me dices que sólo te muestra los temas del lado izquierdo ¿qué temas son esos? Yo acabo de hacer pruebas con la última versión de moodle y el formato se comporta normal, incluso para cambiar el nombre de las pestañas. Te agradecería que me compartieras más información sobre tu error para revisarlo mejor. Si algo puedes hacer el reporte en el siguiente foro, donde podrás adjuntar imágenes y hacer un mejor seguimiento.
    http://aprendeenlinea.udea.edu.co/lms/investigacion/mod/forum/view.php?id=1218

    Saludos
  • Adam Morris
    Thu, 21 Mar 2013, 5:51 PM
    I am getting a dml_missing_record_exception thrown on line 139 in function extend_course_navigation for just one of my courses. I have just upgraded to Moodle 2.4. Is there any fix available?
  • que bueno que sabe el café colombiano...
    Fri, 22 Mar 2013, 2:22 AM
    Hi Adam, are you using the final version of the onetopic format? I upgraded a new format version for moodle 2.4.3+ yesterday (version 2012112603).

    Try with it.

    Saludos
  • Adam Morris
    Fri, 22 Mar 2013, 9:37 PM
    I have done that now but still see the save result. "Can not find data record in database table course_modules."
  • Grady Miller
    Fri, 19 Apr 2013, 11:07 PM
    It seems that AJAX is required to hide/show topics. It would be great if this feature was also available without AJAX.
  • Gareth J Barnard
    Fri, 17 May 2013, 1:17 AM
    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
  • que bueno que sabe el café colombiano...
    Tue, 21 May 2013, 12:30 PM
    Hi Gareth...

    thanks by your suggestion, I have updated the course format for moodle 2.5+

    Saludos
  • Christopher Blake
    Fri, 31 May 2013, 3:21 AM
    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.
Please login to post comments