Recent Topics

1 Sep 22, 2009 10:07    

My b2evolution Version: 3.3.1

We have this code for display the author's avatar for each post:

$Item->author( array(
'link_text' => 'avatar',
'link_rel' => 'nofollow',
'thumb_size' => 'crop-64x64',
'thumb_class' => 'avatar',
) );

Do we have a code like that for each comment to display avatar of users who left a comment for a post?

for example:
$Comment->author( array(
'link_text' => 'avatar',
'link_rel' => 'nofollow',
'thumb_size' => 'crop-64x64',
'thumb_class' => 'avatar',
) );

2 Jan 14, 2010 08:40

wow

very tanks!! :D :D :D :D


Form is loading...