Change Created By

3 posts by 2 authors in: Forums > CMS Builder
Last Post: October 15, 2009   (RSS)

Re: [sagentic] Change Created By

By Dave - October 15, 2009

Hi Kenny,

Sure, here's some code changes (for advanced users):

- Open /lib/menus/default/edit_functions.php
- Search for $changeLink
- Add the code in red:
$changeLink = '';
if ($CURRENT_USER['isAdmin'] || $GLOBALS['hasEditorAccess']) { ...


- The save code is already written to allow editors to update that so only the UI code needs to be updated.

Hope that helps! I'll put this in the next release.
Dave Edis - Senior Developer
interactivetools.com

Re: [Dave] Change Created By

By Kenny - October 15, 2009

Works great Dave - thanks