
Dave
Staff
/ Moderator

Oct 15, 2009, 1:40 PM
Post #2 of 3
(773 views)
Shortcut
|
|
Re: [sagentic] Change Created By
[In reply to]
|
Can't Post
|
|
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
|