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?
It would be a very good idea. Why don't you submit this as an IMPROVEMENT in the Moodle bug tracker?
Joseph
Joseph
No, unfortunately: http://tracker.moodle.org/browse/MDL-17016.
But maybe if more people want the same progress.
But maybe if more people want the same progress.
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
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

CSS FAQ and Themes FAQ are other good starting points for learning more about CSS and theming.
hth
Frank
hth
Frank