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.

I have done that now but still see the save result. "Can not find data record in database table course_modules."
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
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?
@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
@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
@Gareth J Barnard
Hi Gareth...
thanks, I will to delete the old language files because it are incompletes and it are very old.
Saludos
@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
Hola David, acabo de probar el plugin en en la versión estable 2.4.1 y funciona perféctamente, felicitaciones y mil gracias!!!!
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
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
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
Hi David, we are using Moodle 2.2 and the theme Aerie and we have noticed that the topic does not change colour anymore when selected. I think this is a theme issue but where would we edit to have this feature. We love the course format and the theme so do not want to lose either. In your screen shot it is red / green, but ours stays the same colour when selected. It used to be really useful to see the different colour especially for staff and learners. Thanks Belinda
Hi Sam...
Try using the course parameter "Hidden sections", set it to "Hidden sections are completely invisible"
Saludos
Hi David,
I really like this course format. I have a question regarding hidden topics (hidden by the conditional access function). When a student has NOT fullfilled the prerequesites for access to a next topic, the topic is still shown in the tab-bar. When the student clicks on the topic in the tab-bar, he gets (as expected) an error-message that hidden topics are not visible. Would it be possible to completely hide topics from the tab-bar when the topic is not (yet) visible and only show the tab when the topic has been unlocked?
Regards,
Sam
@tim st.clair
Hi Tim...
In the version to Moodle 2.4 I added a new course parameter to hide the tabs bar, according your suggestion (your develop). Are you agree with it? smile
Thanks
Saludos