Jump to content

Tech Support

Administrators
  • Posts

    1,796
  • Joined

  • Days Won

    336

Posts posted by Tech Support

  1. Nginx is not required, and can be replaced with Litespeed. The only question is content protection IF you store content locally. If you store content on CDN, protection is done by CDN, so Nginx is not needed.

    As for Memcached, it doesn't make significant difference for KVS. KVS uses 2 level caching system, and Memcached really matters for huge traffic sites. Also it is never a problem to install Memcached if needed. Redis is not supported by KVS.

  2. These settings at located at your server level. KVS doesn't have yet any settings for emails. We can configure KVS to use 3rd-party email sending service (usually paid like sendgrid.com), in order to do that please create support ticket with your server FTP access and your connection details to 3rd-party emailing service that should be used in KVS. There are no yet setting in KVS admin panel for that.

  3. Messages that are starting with "validation.xxx" are not used in templates directly, they are used in block PHP code based on specific rules.

    On 2/16/2024 at 12:33 PM, snqke said:

    it show for me like this 

    Capturedcran2024-02-16133232.png.dac7dab6dc58f37f23630a3699f803b0.png

    Please create support ticket.

  4. For example this:

    Title;<iframe src="xxxxx"></iframe>;https://domain.com/screenshot.jpg;123

    The fields are as the following:

    1) Title

    2) Embed code

    3) Screenshot

    4) Duration

    These are 4 minimum fields required to create an embed code video in KVS. Other additional fields (such as categories, tags) can be also used in addition to these 4.

  5. 3 hours ago, viper said:

    How?

    Sorry, this is not something we can provide support for. This is standard HTML / CSS task and you can easily google for a how to guide.

    3 hours ago, viper said:

    Why png watermark not clear?

    Can't answer such abstract question. May need to see example what you mean by "not clear", so please create support ticket and we will take a look at your situation.

  6. 1) Yes, this is correct.

    2) Typically you can run many KVS sites on a single server, however in some rare cases your server may have a limit of the number of crons / background processes that can be started. Unlike Wordpress, KVS relies on background processes for doing different set of tasks, and there are common cases when 2-5 KVS processes are being executed at the same time. The more projects you have, the more processes will run. But this problem may only occur if you have some cheap virtual hosting, on dedicated server there are no issues with that.

    • Like 1
×
×
  • Create New...