Problem implementing createdBy.fullname

7 posts by 2 authors in: Forums > CMS Builder
Last Post: November 19, 2013   (RSS)

By Dave - November 18, 2013

Hi Jerry,

You're right, it should be loaded by default.  What is shown by this code?

<?php showme($record); ?>

And the "PHP Warning:  php_uname() has been disabled" is just because your host has disabled that function.  Hosts can disable any PHP function they want and sometimes disable more then is really needed in the hopes it will increase security.  All we use those for is to display the operating system name under: Admin > General.  I've added a @ in front of php_uname in the file specified so you won't get those errors in future (and feel free to do the same for your installed version).

Hope that helps!

Dave Edis - Senior Developer
interactivetools.com

By gkornbluth - November 18, 2013 - edited: November 21, 2013

Hi Dave,

Thanks for looking at this.

So the two issues are unrelated? uname() is not critical then.

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

By Dave - November 18, 2013

Hmm, that's odd.  Are you using Website Membership with a different membership table or something like that? 

Can you email me CMS/FTP login details and and a link to this forum post and I'll take a look?  (Note: Don't post login details to the forum).

Thanks!

Dave Edis - Senior Developer
interactivetools.com

No, it's a pretty straight forward installation.

Login will be on it's way in a few seconds, but Ross has it already, since he's been doing the listings manager conversion on this site.

Thanks,

Jerry

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

By Dave - November 18, 2013

Hi Jerry, 

That user record (#1003) isn't showing because it is flagged as hidden:
Status [x] Don't display homepage on website (which is actually the standard "hidden" field)

Is that not how you want it to work? 

Dave Edis - Senior Developer
interactivetools.com

Hi Dave,

All the user records are hidden, (must have been a default in the import from listings manager) but I didn't put the two ideas together.

Sorry to spin your wheels, but I learned something. (now if I can only remember it)

Have a great day,

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