Jump to content

Question


MRS

Recommended Posts

For existing videos it is possible to prevent users from changing screenshot via configuration options. However there is no option to control that for NEW videos, the only possible solution is to delete the field to specify screenshot from template.

Please go to Website UI -> Theme settings -> Functionality options and click to Video Edit link next to Videos options.

In template there search for this code:

<label for="edit_video_screenshot" class="field-label">{{$lang.edit_video.field_screenshot|replace:"%1%":$screenshot_size}}</label>

And delete the whole DIV that contains this label:

<div class="row">
  ...
</div>

This should remove ability to upload screenshot when creating new videos.

  • Like 2
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...