Jump to content

Desarrollo Web

Members
  • Posts

    23
  • Joined

  • Last visited

Everything posted by Desarrollo Web

  1. Excellente solution, as always. It worked and now I understand the way it's done for the rest. Thanks.
  2. 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?
  3. Yep...I know... As I said we have the defualt sorting as we want (alphabetical). But we want to add a sorting by date added in the soring buttons. See attached where the arrows point to.
  4. 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?
  5. Funnily enough we don't have that block. But we've deleted the users so we can close the ticket.
  6. 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?
  7. 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.
  8. Excellent thanks. However, we don't have a Delete Profile Form in Global blocks.
  9. Hi, we've received 2 account removal requests. Can we approve them? What implications does it have? Is there any caveat on approving them? SHould this be set to automatic?
  10. Excellent. The first option worked like charm.
  11. 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.
  12. Good morning, easy question, where do you translate categories? In the category there is no field to translate it, and in the Texts menus we can't find the categories.
  13. 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.
  14. Ok thanks, we will try to add an external script.
  15. PLus we se the contact goes to the admin panel, is there any way to send it to an email address?
  16. We see there are only 5 custom fields and they are text fields. I suppose there is no posibility of adding attachements to the feedback form?
  17. 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}}
  18. EXCELLENT and very complete answer. Yes the content restriction for videos was the key. Now we can explain all the video protection the client has for his videos. Great work Tech Support and thanks for the help.
  19. @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.
  20. Hi, we have done these changes (streaming type and set up Nginx config, and I can still inspect the code and extract the url for the video. Shouldn't that be disallowed?
  21. 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".
  22. Hi, I see there is a Feedback Form, but is there any way to create a Contact Form? Or do we have to program it with php and insert it in a page?
×
×
  • Create New...