Jump to content

Tech Support

Administrators
  • Posts

    1,784
  • Joined

  • Days Won

    332

Everything posted by Tech Support

  1. Ubuntu repository still uses Sphinx 2.2: sudo apt-get install sphinxsearch Reading package lists... Done Building dependency tree... Done Reading state information... Done sphinxsearch is already the newest version (2.2.11-8). We are not able to test the latest version due to that. Also our addon is using some kind of official PHP API from here: https://github.com/sphinxsearch/sphinx/blob/master/api/sphinxapi.php This file was last updated 8 years ago, so it looks like it may not support recent sphinx versions.
  2. Should be these: RewriteRule ^latest-updates/([0-9]+)/$ /latest-videos/$1/ [R=301,L,QSA] RewriteRule ^latest-updates/$ /latest-videos/ [R=301,L,QSA]
  3. In KVS architecture all background tasks that work with content files are done in 1 thread to avoid concurrent access to files.
  4. Please go to Website UI -> Install new theme GUI.
  5. It supports, but not exposed in theme: https://www.kvs-demo.com/members/?q=demo What you need to do is to go to Website UI -> Pages -> Community -> Block "Members" and enable var_search = q parameter. Then go one level up to Community page template and add this under <div class="filter">: <div class="row"> <label for="search_members_query" class="field-label">Username</label> <input id="search_members_query" name="q" class="textfield" value="{{$smarty.get.q}}"/> </div>
  6. No, it won't, unless you enable auto-delete feature in some grabbers that provide list of deleted URLs from their site.
  7. Yes, absolutely possible.
  8. If grabber allows grabbing multiple files, you need to change Quality from "Best possible" to "Multiple". If there is no "Multiple" option, then grabber can only grab 1 file, so no sense to upload it into multiple video formats in KVS.
  9. This doesn't look to be true. When we removed embed URL from page, this didn't solve "video is not main content" issue. The issue was solved only after we changed /videos/ URL pattern to /video/.
  10. Sorry, we don't want to add such an option because other tube sites have it, this is not a reasoning. We have a lot of other much more important work to do.
  11. Yes, but it doesn't mean KVS should be installed on the same server, or on the same domain. KVS needs to be installed somewhere for this plugin. This info is for Wordpress guys, who may think they don't need KVS installation for this plugin to work.
  12. Sorry, what is the reason of having this?
  13. Please check plugin page here: https://wordpress.org/plugins/kernel-video-sharing/
  14. It is not possible to recover a deleted video. Even if a video is marked as deleted, all its content has gone.
  15. Please create support ticket. We need to take a look at your video format configuration and then will find a solution for sitemap. It can be flexible via template, not via settings.
  16. 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.
  17. Please create support ticket.
  18. Please go to Website UI -> Pages -> View Album page -> Album View block and remove this line: {{insert name="getAdv" place_id="spot_view_page"}}
  19. 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.
  20. You can manually transfer the files and then migration will just verify the files are transferred and will not double copy.
  21. I see, will be possible to make this faster in some future.
  22. 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".
  23. You should understand regex syntax to do this, there cannot be any automation.
×
×
  • Create New...