Showing who created an entry in the 'editor list page'

6 posts by 3 authors in: Forums > CMS Builder
Last Post: November 11, 2010   (RSS)

Re: [dougdrury] Showing who created an entry in the 'editor list page'

By gkornbluth - November 11, 2010

Hi Doug,

Unless I'm not understanding your question, you should be able to use something like:This record was created by: <?php echo $record['createdBy.fullname']; ?> anywhere in the foreach loop.

Best,

Jerry Kornbluth
The first CMS Builder reference book is now available on-line!







Take advantage of a free 3 month trial subscription, only for CMSB users, at: http://www.thecmsbcookbook.com/trial.php

Re: [gkornbluth] Showing who created an entry in the 'editor list page'

By dougdrury - November 11, 2010

Jerry,
Thanks. Yes. You are right about that for a page I create in PHP. But I am talking about in the actual CMS Builder UI Page that lists the entries. Not in a php page where I am using the php code from CMSB.

Doug

Re: [dougdrury] Showing who created an entry in the 'editor list page'

By gkornbluth - November 11, 2010

Sorry
The first CMS Builder reference book is now available on-line!







Take advantage of a free 3 month trial subscription, only for CMSB users, at: http://www.thecmsbcookbook.com/trial.php

Re: [dougdrury] Showing who created an entry in the 'editor list page'

By Dave - November 11, 2010

Hi Doug,

Yes, under "ListPage Fields" in the section editor add a field called createdBy.fullname and that should do it.

Note that we're looking this up in realtime when displaying it, so a limitation of this method is you won't be able to sort on that column when in the CMS Editor list view.

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

Re: [Dave] Showing who created an entry in the 'editor list page'

By dougdrury - November 11, 2010

Dave,
You all Rock!! That is perfect. Works great!!

Thanks a million.

Doug