Jump to content

AnSilva

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by AnSilva

  1. I've been trying for days, but I'm not succeeding. On my website's home page I have the default Kernel Video Sharing video list, but I would like to add another video list block to only show videos from a specific user, with its own pagination and content. I want to leave it like this: the default KVS lists videos showing only embedded videos, and at the top a block of videos showing this user but only his self-hosted videos. I can even add the block, but the pagination doesn't work, nor does the type of most viewed, commented and so on.
  2. I understood. Thanks for the reply. I think I'll leave the ones I already import, and import others. Thanks.
  3. I used the grabber plugin and I was able to copy videos from other websites in embedded mode and launch them on my website. The problem is that now I regret it and decided to grab those same videos again but instead of embedding them I want to download them! Every time I try to re-grab a video that has already been published, the grabber plugin simply skips the video and it doesn't download it, even though I selected it for download instead of embedding it. Is there a way to do this? Regrab already posted the video in embedded mode but in download mode, without the need to delete de video to regrab again?
  4. I have set up the CDN on my KVS storage system and everything is working fine on the site, but Google Search Console says there are errors and so it cannot be indexed. More precisely, this is the URL of the video and the URL of the images. It shows the following errors: https://i.postimg.cc/hGLy4zB5/error.jpg It simply doesn't accept "//cdn." native for CDN in KVS is specified. Isn't there a way to add a cacnon URL to show the correct URL for the CDN URL?
  5. I'm facing a terrible bug with KVS! Every time I go to make a change in the "pages" or "blocks component" of the Script it gives the message that: "my admin session has expired" and does not let me save the changes. Even logging in again won't let me! How to resolve this bug?
  6. I would like to change the admin panel login URL to prevent users from knowing. I want to change from: https://domain.com/admin to https://domain.com/utfpanel I'm using NGINX server, so I would like to know how to do it?
  7. Hi! Thanks for your support! My server is NGINX and all rules have been converted to NGINX and the site works perfectly fine on NGINX. I managed to find the equivalent rule in NGINX, so now I don't have to worry about the slash at the end like you said. Thanks for the help, but I already found the solution.
  8. Hi! I need help creating pages. I'm used to WordPress, where everything happens automatically, but here I don't understand. I need to create pages and set up their URLs. I was able to create pages, but when creating them they became accessible only through the URL: https://domain/test_page.php Why does it happen? After searching a lot I think it is necessary to create a rule so that the URL "https://domain/test_page/" displays the contents of the file "https://domain/test_page.php" Okay, so far I understand. My server is NGINX. The problem is that when set up the “rewrite” rules as follows: rewrite ^/test_page/$ /test_page.php last; The page only opens if we type the address with the last slash, that is: "https://domain/test_page/" but if I type without the last slash, like this: "https://domain/test_page", it shows error 404, the page is not redirected. Is this really the page creation process? Do I always need to change these rules in NGINX? How can I simplify adding pages? Also, after installing KVS on my NGINX server, all pages only work if I type the last slash in the URL: "/test_page/". If I type without the last slash, ie "/test_page", it shows a 404 error. Is that right??? In all pages?
×
×
  • Create New...