Hello!
Is there any ability tu use something live LiveJournal CUT to set blog TEASER content?
This is really useful in output of content from all blogs.
Thanks!
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Kevin Jardine@kevin

Kevin Jardine - 0 likes
- michi@openid_119772

michi - 0 likes
You must log in to post replies.No, but it sounds like that might make a useful plugin if someone would code it.
Add in the mod/blog/views/default/blog/listing.php after Line 21 the following code:
$info .= "<p class=\"owner_timestamp\">" . substr(elgg_echo($vars['entity']->description),0,200) . "...<a href=\"" . $vars['entity']->getUrl() . "\">read more »</a></p>";
So 200 is the number of the characters.
Have fun