XF 1.4 Permissions for edit silently?

Mouth

Well-known member
Where do I find the access privilege that controls whether a moderator can use the 'Edit Silently' option when editing posts?
 
  • Like
Reactions: Xon
Template: helper_edit_silent

Find:

Code:
<label><input type="checkbox" name="silent" value="1" id="ctrl_silent" class="Disabler" {xen:checked $silentEdit} /> {xen:phrase edit_silently}</label>
            <p class="explain">{xen:phrase if_selected_no_last_edited_note_will_be_added_for_this_edit}</p>

And wrap it in <xen:comment></xen:comment>.
 
Top Bottom