1 photonerd Jan 14, 2005 00:07
3 edb Jan 14, 2005 00:29
First is easy. You feed parameters to the feedback_link() function as per http://doc.b2evolution.net/0.9.1/evocore/Item.html#methodfeedback_link shows.
feedback_link( 'feedbacks', '<span class="foo">', '</span>', 'no children left behind', '1 pill makes you larger', '%d bottles of beer on the wall' );
or something like that.
Second is really tricky. Get spaced out people to leave comments maybe? Okay maybe it depends on your skin, the classes called, and how those classes are defined, but that's a really boring answer.
4 photonerd Jan 14, 2005 00:33
Thank you both for the help!
I got my comments to be spaced, thank goodness.
And I'll be working on changing the comments link soon enough.
Again, many thanks!
<333
-Ashleigh
5 fredalan Jan 18, 2007 01:31
I had thought that this version had me beat, until I looked at:
http://doc.b2evolution.net/v-1-9/__filesource/fsource_evocore__blogsincMODELitems_item.class.php.html#a1571
add :-
.bComment{margin-bottom:10px} /* change 10px to suit your needs */
to your style sheet for the comment gap.