bug in OOHOO Tab topics Course format

bug in OOHOO Tab topics Course format

by Ger Tielemans -
Number of replies: 8

We love the strong metaphor/view of the OOHOO TabTopics course format, but..

If you use a bullet list on the main / course overview page, the bullets are visible in edit mode but not in view mode. It is not only in the title description field and the label resource, but also in the description field for the other resources/activities when you check the box to show the description on the overview page under the title 


This is the sinner inside tabtop.css of the theme:        ul.sectionul li { list-style-type: none; }


After removing this element, you end up with a single bullet above the tabs 

.. think it is related to section zero?  *) 

 We use the template in Moodle 2.6 (but the problem is also visible in my 2.9 and 3.0 try-outs)

*) Another problem is also section zero: when you give that section a title, the section content becomes visble on top of the other tabs... do you not use a name, then you get the ugly zero in the tab.

Average of ratings: -
In reply to Ger Tielemans

Re: bug in OOHOO Tab topics Course format

by Richard Oelmann -
Picture of Core developers Picture of Plugin developers Picture of Testers

"tabtop.css of the theme" - Do you mean in the course format Ger?

Is this a theme issue or a course format one? - It looks to me as if the issues are with the course format and are not theme dependent?

If you can confirm that for me, then I will move this thread to the course formats forum.

In reply to Richard Oelmann

Re: bug in OOHOO Tab topics Course format

by Ger Tielemans -

It is not in the theme (we use cafe con lache) but in the course format:

the file tabtop.css in the subdir ../course/format/tabtopics/


the last part:

(if I change it this way, I get my bullets back, but get one bullet on top of the tabs. (see arrow in picture)


ul.sectionul li

{

  /*  list-style-type: none;  */

}



Attachment ScreenShot358.png
In reply to Ger Tielemans

Re: bug in OOHOO Tab topics Course format

by Richard Oelmann -
Picture of Core developers Picture of Plugin developers Picture of Testers

Thanks Ger - moving to course format forum

In reply to Richard Oelmann

Re: bug in OOHOO Tab topics Course format

by Gareth J Barnard -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers

Hi Ger,

Have you contacted Nicolas and Patrick via: https://moodle.org/plugins/view/format_tabtopics ?

Cheers,

Gareth

In reply to Gareth J Barnard

Re: bug in OOHOO Tab topics Course format

by Ger Tielemans -
yes..
In reply to Ger Tielemans

Re: bug in OOHOO Tab topics Course format

by Derek Chirnside -

I had the same questions.  I just looked at https://oohoo.biz/index.php/en/plug-ins/utilities/

Ger: have you ever used One topic?

https://moodle.org/plugins/view/format_onetopic  See below, with my testing of the Pioneer theme.

-Derek

In reply to Derek Chirnside

Re: bug in OOHOO Tab topics Course format

by Ger Tielemans -

Hi Derek,

Did you make any changes to the style.css fro onetopic or is this part of the theme (to get the white bar and the lightblue focus TAB?)



In reply to Ger Tielemans

Re: bug in OOHOO Tab topics Course format

by Derek Chirnside -

Ger, this was just a bit of CSS added to the theme "Additional CSS"  Nothing specific to the onetopic code.

-Derek