!Lock / Unlock Files\\

In the preferences, WebInterface, you can create a custom form.  You can have additional fields, but the critical item is a combobox with the specific name "crushftp_locked_user" as this is what is specifically tied to locking,  But we give you freedom to design other aspects of the form.  You should have two values in this combobox...a blank top one, and a second one with {user_name}.\\
[attachments|checkout_form.png]\\
\\
Next, in the User Manager, WebInterface section, buttons section, you add a button for "Set Meta Info" and use a name like "Lock / Unlock".  It will pre-populate the command, but adjust it to something like:\\
{{{
javascript:setMetaInfo({customFormToUse:'checkout', noKeyValPairFields:'true', formBeforeKeyValPair:'false'});
}}}
[attachments|lock_unlock.png]\\
\\
The word "checkout" here refers to the name of the form you created in the prefs.  Now you have your form to display, and its attached to a button action.\\
\\
The last aspect is optional, but you may want to display the currently locked user in another column in the WebInterface.  For this, in the User Manager, WebInterface section, customizations...filter on 'meta'.  Then fill in the three fields with something like: ''(Where 5 is the column number to use for this info.)''\\
\\
[attachments|meta.png]\\
\\