Jump to content

Desarrollo Web

Members
  • Posts

    23
  • Joined

  • Last visited

Posts posted by Desarrollo Web

  1. On 6/2/2022 at 6:13 AM, Tech Support said:

    on for each of your access option (e.g. 30 days access for $19.95). Each button may be one-time purchase (e.g. subscription for 1 year, or pack of KVS tokens), or m

    I have a question. 
              We have several sites. In Paypal we only have 1 IPN url (step 3 of the process), so if we activate Paypal in, say 2 sites, what should we do? Have 2 paypal accounts (doesn't make much sense)?

    Do we need the IPNs?

  2. Good afternoon,

                we have seen that the models can be sorted by many variables when the page is loaded (date created and last updated among them). But we want the defailt sorting to be alphabetical so we've set that up perfectly.

    However, we would like to have a button for users to be able to filter by latest added ....and we don't see that option.

    How can we do this?

     

  3. We just want the SEO description to appear as text in each category for the viewers to see (right now only robots can see it). I know we could create a block but that wouldn't be as autiomatic. 

    As the description is translated in "Texts" we would like it to appear translated.

    Is that possible? 

  4. Hi,

         we see that when we add a category description it appears in the meta decription of the code (<meta name="description) 

    Is there a way to add that description in the individual category page? Y see it uses Common Content List.

    Can we add a code so it shows the description in each language?

    Thanks in advance.

  5. Hi,

          when we click on a video on the homepage it takes to a single Video page, where we have a Big picture with a link to register. Is there a code to have there, either the option to watch the trailer, or a link to the trailer?

    PD: What we call the trailer is one of our video formats which is the first seconds of the video and is public. We have that in the homepage with the on hover option.

  6. Hello,

            we have a Premiu site with premium users. A user has told us he can't download videos. We've checkd with a test user and it is true, we receive:

    Access denied / Only Premium members can access this video file (errno 5)

    However, the test user is Premium (infinite access time) and the video formats all have the settings :

             - Access Level: Premium users
            - Enable ability to download: checked.

    We can't find the cause of the problem. Audit plugin gives no video format error for those formats.

  7. On 4/27/2022 at 3:38 PM, Tech Support said:

    No, the only way to send attachments is to upload them to some google drive for example and send the link in feedback form.

    This is also not yet possible, email system is planned for the complete rewrite and we are not doing any enhancements in this area until we start this.

    Ok thanks, we will try to add an external script.

     

  8. Hi, we are trying to add the model names to the video lists. 
    For the Index we have ticket the option show_models_info for the Block video index. We see the variable shows now when we look at it with the admin bar. And we see that in the Admin Page that show_models_info shows. But not when displaying the videos.

    So we've gone to the block include_list_videos_block_common and tried to add it by code. But when we try to add another foreach (it's an array) inside the code it stops showing videos.

    We've tried something like

     {{foreach item="i" from=$item name="models"}
              {{$i.models}}
               {{/foreach}}

    And 

     {{foreach item="i" from=$data name="models"}
              {{$i.models}}
               {{/foreach}}

  9. @Tech Support so, what are the speceific Nginx protections for paid sites? We were advices to put Nginx as a proxy server by one of your collegues in a ticket. So we did.
    The rules comment say "protect videos from direct access" but I can extract the video url and access the video directly, copy the url and view it in incognito.
    I checked that with Apache it was protected by Ip, as someone else in another IP could not use the link.

    What are the advantages of this setting with Nginxs as proxy of Apache? I want to understand them to explain them to a client who wants to build more paid sites with KVs.

  10. Good morning,       

                  as ours is a paid site, support suggested us to add Nginx as proxy. We have, and have seen in Settings->video the video settings to protect our content. 

    However, we have the impression there are more settings specific to this configuration of Apache and Nginx as proxy but we can't find in the forum the relevant posts.
    Can someone please suggest what are those settings.
    For example in     

             (and others)      it says " is required to configure Nginx to prevent accessing publicly writable directories". 

     

     

×
×
  • Create New...