Jump to content

KVS 6.1.0 admin changes preview


Tech Support

Recommended Posts

Dear all, after receiving some negative feedback about our new admin panel from our old customers, we decided to run one more FINAL review and make sure that all the reported issues are resolved. Please note that we will unlikely return to this topic anytime soon and will consider it finalized for now.

You can access the updated admin panel GUI here using demo / demo account:

https://dev.kvs-demo.com/admin/index.php

This account has full permissions to modify videos, and read-only access to other sections. Also please note that any changes you do in Personal Settings will not be pushed into database, they will be only active for as long as your admin session is valid.

Before we start describing new changes, let us stress again about some functionality that was not noticed / understood by some KVS users:

1) You can switch off icons in both main and side menu in Settings -> Personal settings.

2) You can resize / reposition various popups by using mouse cursor on their sides. By default all popups are sized in some way, which may not be convenient for you. Once you resize / reposition them, this setting will be remembered for your browser. Popups in KVS are divided into multiple types, and each type has unique size / position settings, so upload popup will be different from screenshot viewer popup.

3) You can configure custom CSS in Settings -> Personal settings. This is legit and recommended way to adopt admin panel to your needs. CSS can be used not only for changing font, or menu color, you can also use it to hide specific elements that you don't need (see some more info in new changes section about this).

 

Summary of new changes in admin GUI

1) There were 2 additional customization options added into Personal settings:

  • Scrolling mode - will let you switch to old KVS scrolling, when there were no fixed header and footer and the whole page was scrollable.
  • Open editors - will let you switch to 2 new modes of editors display: in popups within the same page, and in new tabs. These both new ways will not render header and side menu, so they can be useful for smaller displays.

 

2) Notification emailing - this cannot be enabled on demo site, but you can see feedback notification checkbox at the bottom of personal settings as well as email field. In reality there will be some more notification types that are only available to administrative users:

email_notifications.png.903d0fba5f2329e4b5ecf27951e63290.png

3) Bigger size for grid search control:

search_control_bigger_size.png.e0ca6d6caae7592276193b90254ae99a.png

 

4) Added Apply button to filter lines as it was in previous version of admin panel:

apply_button_in_filter_line.png.096f1e1db74dd72455b56672c6d81614.png

 

5) Popups can now be closed using both Esc and Ctrl + X:

popups_closing.png.081a45199b1ba3548052458f518e69a6.png

 

6) Advanced selector controls now allow pressing down with nothing typed to show all available items:

selector_show_all.png.d64af9670a58cec9c035127f6493bcac.png

 

7) Added links to download and open in new window for popups where applicable:

popup_links.thumb.png.3866be862ef99ed6ef76cba920ac7d7a.png

 

8) Returned default focus to the first field in editors:

default_focus.png.163f07ce3c4dddb58e21b7e7d12f108f.png

 

9) Some changes were made to add unique data-field-name attribute to all editors and their field lines in addition to unique data-editor-name attribute that was given to all editors before. This can be useful in conjunction with custom CSS, which will allow you hide specific fields in specific editors, if they are not necessary and you want to free some space.

For example you can use this CSS code to hide video description:

[data-editor-name="video_edit"] [data-field-name="description"] {
	display: none;
}

Or you can use similar code to hide top block in video screenshots editor:

[data-editor-name="video_screenshots"] [data-field-name="group_id"],
[data-editor-name="video_screenshots"] [data-field-name="replace_screenshots"],
[data-editor-name="video_screenshots"] [data-field-name="manual_grabbing"],
[data-editor-name="video_screenshots"] [data-field-name="source_zip_file"] {
	display: none;
}

video_screenshot_fields.thumb.png.ca26ccd82c43d19dc5f153449a712699.png

 

10) Another question that was asked several times is how to make all filters being displayed all the time like that was in pre-6 KVS, this can be done by using the following CSS:

.dg_wrapper.filtered .dgf_advanced {
	position: relative;
	margin-top: 0 !important;
	visibility: visible;
	transition: none;
}

.dg_wrapper.filtered .dgf_advanced .dgf_advanced_filters .dgf_filter {
	width: auto;
}

filters_always_visible.thumb.png.1312eb91f91b8316d33d50f5c73d7a78.png

 

11) Still have night mode in plans, to make everything dark. Will finish that later.

  • Like 1
Link to comment
Share on other sites

On 4/29/2023 at 7:33 AM, Adulty Webmaster said:

Perhaps a suggestion of backing up videos/albums to cloud services via rclone methods?

We are planning to add support for S3 protocol soon. Then it will be possible to backup content to any S3 compatible cloud using existing KVS functionality.

Link to comment
Share on other sites

  • 3 weeks later...

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...