Recent Topics

1 Apr 02, 2007 09:26    

B2evolution Version:1.9.3

http://www.skawdiver.dk/b2e.gif

Anyone knows where I can find the text: No comments/pingbacks for this post yet...."

In my blog I would like to delete the pingbacks text in this text, so that it will only say: "No comments for this post yet"

I have searched the files in the B2evolution installation, without any help :-(

Any help poiting me in the right direction will be highly appriciated. ;-)

Thanks in advance.

2 Apr 02, 2007 16:49

Pingbacks is trackback
It's normal to view this text, else find the text in the En-US directory

3 Apr 04, 2007 11:49

skins/<skin>/_feedback.php ( or /skins/_feedback.php if that file looks really empty ;) )

find a bit that looks like this and change it to say what you want :

	$CommentList->display_if_empty(
								'<div class="bComment"><p>' .
								sprintf( /* TRANS: NO comments/trackabcks/pingbacks/ FOR THIS POST... */
													T_('No %s for this post yet...'), implode( "/", $disp_title) ) .
								'</p></div>' );

¥

4 Apr 05, 2007 09:28

That's it !

Thanks alot ;-)


Form is loading...