1 unclespeedo Jun 03, 2005 19:46
3 unclespeedo Jun 03, 2005 21:07
thanks for the turbo response, I'll give it a shot.
4 unclespeedo Jun 03, 2005 21:59
sweet, that was easy.
now for another question, say I wanted to have a 15 character excerpt from the comment itself, am I asking for a miracle?
5 topanga Jun 03, 2005 22:14
Well, the solution I gave you, gives a 3 lines excerpt...
isn't that the same ?
you can allways shorten that to 1 line...
6 unclespeedo Jun 03, 2005 22:19
I don't see where you define how many lines...
<?php $Comment->content() ?></a>
^^ is where it spits the content out, I'm not sure where it's defined though.
7 re4med Jun 03, 2005 23:26
unclespeedo wrote:
I don't see where you define how many lines...
<?php $Comment->content() ?></a>
^^ is where it spits the content out, I'm not sure where it's defined though.
I would be interested in this answer as well...
Thanks!
W. Hill
8 topanga Jun 04, 2005 11:12
It's defined in your css file :
and add this to your css file
div.bCommentinclude /* Entire comment block */ { margin: 0ex 2ex 0ex 0; padding: 1em 1ex 1em 0; height: 4em; overflow: hidden; } div.bCommentincludeauthor /* Entire comment block */ { font-size: 0.9em; width:200px; height: 1.3em; overflow
height : 4em; -> 4 lines (title and author included)
9 re4med Jun 04, 2005 11:33
Thanks!
W. Hill
You need a alternative version of this...
http://forums.b2evolution.net/viewtopic.php?p=19857#19857
You only want to show the title...