Jump to content

Tech Support

Administrators
  • Posts

    1,796
  • Joined

  • Days Won

    336

Posts posted by Tech Support

  1. On 3/1/2024 at 8:01 PM, Alex said:

    Do you have a plan to make groups for tags in the future (similar as for categories, models, etc.)?

    No, we don't plan grouping for tags. What you show on the picture is categories, not tags. Tags in KVS are free form text labels that can be 100000s on a project (and normally are bigger then 10000). There is no sense to group them.

  2. Sorry, we do not know how to install Wordpress. Please check with Wordpress documentation. However, if they have files that are equal to filenames that KVS uses, in particular /index.php and /.htaccess - then you won't be able to install KVS and Wordpress into the same directory, as some of the files will be replaced.

  3. 1) Content sources are categorization objects in Categorization -> Content sources section. Some sites refer to sites where the video comes from. So some grabbers can pick this info if you need it.

    2) It depends on your grabber settings when you choose how to treat video files from grabber.

    3) Cutting few seconds actually means "conversion".

    • Thanks 1
  4. The feature is not for the nearest version for sure, then we will see. I'm not sure how you think it will be faster to edit this in other way, because you still have to manually specify data for each object. Even with import or bulk edit you have to manually prepare each thumb for example.

  5. You also need to change RewriteRule in .htaccess file. You need to find the rewrite rules that are used for /video pages, e.g. these:

    RewriteRule ^video/([0-9]+)/([^/]+)/$       view_video.php?id=$1&dir=$2 [L,QSA]
    RewriteRule ^video/([^/]+)/$                view_video.php?dir=$1 [L,QSA]

    The first rule is for the case when you pass video ID AND video directory. The 2nd rule is for the case when you pass video directory only.

    So you need to change video part in them to your xxx part.

×
×
  • Create New...