Recent Topics

1 Dec 09, 2010 16:11    

My b2evolution Version: Not Entered

Does anyone know where I can alter the "leave a comment" text above the comment box? Can't see it in the obvious places.

Thanks

2 Dec 09, 2010 16:48

$Item->feedback_link( array('type' => 'comments',
							'link_text_zero' => 'My own text',
						) );

3 Dec 09, 2010 17:35

Thank you very much! Could you just tell me in what file that occurs?

4 Dec 09, 2010 18:41

loobyloo wrote:

Thank you very much! Could you just tell me in what file that occurs?

possibly in item.block.inc.php

5 Dec 10, 2010 14:43

Thanks again - we're almost there, but that alters the text on the main blog page underneath the post. I was looking for the part which alters the "leave a comment" text that appears after you click on the comments link.

Perhaps this makes it clearer:
http://loobynet.co.uk/media/leave_a_comment.png

6 Dec 10, 2010 15:42

copy the _item_comment_form.inc.php file from ../skins directory to your skin folder, and comment out or delete the line that says:

echo T_('Leave a comment');

7 Dec 10, 2010 17:42

Thank you so much! I'd never have discovered that by myself.


Form is loading...