show username on news page

3 posts by 3 authors in: Forums > CMS Builder
Last Post: June 1, 2009   (RSS)

By silumanz - May 31, 2009

how to show username/Full Name (writer) on list/detail news, article page, etc? thx n sorry if my english very poor.

Re: [silumanz] show username on news page

By Dave - June 1, 2009

You can also display any of the fields from the user that created the record like this:

<?php echo $record['createdBy.username']; ?>
<?php echo $record['createdBy.fullname']; ?>
etc.

Hope that helps!
Dave Edis - Senior Developer
interactivetools.com