2010-12-08 09:20:19
visible characters
How can I improve the number of visible characters in the course description text?
Thanks.
2010-12-08 09:20:19
How can I improve the number of visible characters in the course description text?
Thanks.
2010-12-08 18:46:15
...that's a theme controlled feature that can be editoed in a the default theme's user/browse.tmpl.php file.
look for
[php]
<?php if ($row['description']): ?>
[/php]
and modify the number of characters defined (currently 150)