Random glossary on front page with fixed height

Random glossary on front page with fixed height

autor Fredrik Pedersen-Dambo -
Počet odpovědí: 8

Hi, is it possible to use random glossary on right and left columns on front page with a fixed height? Maybe with only showing a few lines of text with at read more link?

Průměr hodnocení: -
V odpovědi na Fredrik Pedersen-Dambo

Re: Random glossary on front page with fixed height

autor Joseph Rézeau -
Obrázek: Core developers Obrázek: Particularly helpful Moodlers Obrázek: Plugin developers Obrázek: Testers Obrázek: Translators
It would be a very good idea. Why don't you submit this as an IMPROVEMENT in the Moodle bug tracker?
Joseph
V odpovědi na Joseph Rézeau

Re: Random glossary on front page with fixed height

autor Fredrik Pedersen-Dambo -

Thanks. I have now submitted it to the bug tracker.
Fredrik

V odpovědi na Fredrik Pedersen-Dambo

Re: Random glossary on front page with fixed height

autor Sigurdur Jonsson -

Do you know if there has been any progress on this?

V odpovědi na Sigurdur Jonsson

Re: Random glossary on front page with fixed height

autor Frank Ralf -
Meanwhile you could try hacking the CSS a bit, which admittedly is far from perfect:

div.block_glossary_random div.content {
height: 20em;
overflow: scroll;
}

See screenshot for the result and http://reference.sitepoint.com/css/overflow for more information on using "overflow".

hth
Frank
Příloha Random_glossary_block_overflow.png
V odpovědi na Frank Ralf

Re: Random glossary on front page with fixed height

autor Joe Rowe -
I'd like to apply the fix suggested by Frank above ( CSS, overflow)

Where is the file I can edit and apply the fix?