I'd like to change the "Leave a comment" and "x comments" links on the main page. I made these changes to _functions_comments.php:
/***** Comment tags *****/
/* comments_number(-) */
function comments_number( $zero='#', $one='#', $more='#' )
{
if( $zero == '#' ) $zero = T_('Smile like a Cheshcat');
if( $one == '#' ) $one = T_('1 smiled');
if( $more == '#' ) $more = T_('%d smiled');
Should I have changed something else too? The answer's probably really obvious, but I can't find anything else. Thanks in advance. ^_^
You should probably put the core file back to the way it was and then [url=http://doc.b2evolution.net/0.9.0/evocore/Item.html#methodfeedback_link]check this out[/url]. You can and should make the change in your skin rather than the core file.