displaying page author

Permalink
Based on the API docs, I'd expect within my Page Type template to be able to do something like:

<?= $c->vObj->getVersionAuthorUserName() ?>


Where am I going wrong?

jereme
 
ScottC replied on at Permalink Reply
ScottC
<?= $c->vObj->Version($c,  $cvID = "ACTIVE", $extended=true)->getVersionAuthorUserName() ?>