Recent Topics

1 Apr 09, 2009 18:28    

My b2evolution Version: 2.4.6

I've set up a blog with multiple users, so we can all post to it. However, I can't see how to get b2evo to show who made the post.

I've seen it on other b2evo blogs, it just says the timestamp and "by blogadmin" or whatever, but on ours it just shows the timestamp. I'm sure it's something really simple but I just can't figure out how to get it to display.

Is it to do with the skin? I'm using the asevo skin.

2 Apr 09, 2009 18:45

I do it in the title so I have span tags before and after, but you can place it and tweak it as you see fit. "It" being

$Item->author( array(
		'before' => ' <span>'.T_('by').' ',
		'after' => '</span>',

:)


Form is loading...