Recent Topics

1 Feb 25, 2009 23:46    

My b2evolution Version: Not Entered

Hello!

I want all my posts to show the author in the bottom, but not the userID.
I want the full name + lastname shown.

For showing only the userID i use this code:

$Item->author( array(
      'before'       => T_('Av '),
      'after'        => ' ',
    ) );

How do I do this? I think I will need 2 examples of the code above, one for the Name and one for the Lastname, but what should I change "author" to?

2 Mar 06, 2009 17:29

for this setting, you have to adjust the user profile properties to display what you want. this way you won't have to tweak the skin.


Form is loading...