Jump to content

jungleland

Members
  • Posts

    24
  • Joined

  • Last visited

Posts posted by jungleland

  1. Dear friends

    How can i remove final slash in contentURL ??

    Now i have this in "include_header_general.tpl"

    <link itemprop="contentUrl" href="{{$video_file_url}}">

    and paints something like this

    <link itemprop="contentUrl" href="https://www.MYDOMAIN.COM/get_file/3/94f0ce6fc03278abc939eb5bc3dba097/0/963/963.mp4/">

    and i would like THIS: 

    <link itemprop="contentUrl" href="https://www.MYDOMAIN.COM/get_file/3/94f0ce6fc03278abc939eb5bc3dba097/0/963/963.mp4">

    (without final "/" after .mp4)

     

    Wait answer :)

     

    Thanks

  2. Hello. 

    Could you please help with "uploadDate" format?

    I need it in this format (required by google)

    <meta itemprop="uploadDate" content="2016-03-31T08:00:00+08:00" />
    

    Now i have this code 

    "uploadDate": "{{$storage.video_view_video_view.post_date|date_format:"%Y-%m-%d"}}",

     

    Wait help!

     

    Thanks

  3. Hi friend

    I saw in my site there is a cookie called "kt_ips" that tracks userip. 

    What is this uses for? Can be disabled? I disabled stats and cookie is still there

    Will you plan in a future a plugin to make sites friendly with GDPR and gives the users the option of decline cookies?

     

    Thanks

  4. Hi friends

    If i have this {{$lang.html.videos_by_tag_title}} 

    and in english version is, for example: Videos Tagged with %tag%

    and for example will become into "Videos Tagged with amateur couple" 

    How could i transform the full tagname in capital letters?  (i want AMATEUR COUPLE)

    Tried with %TAG% but dont works ;)

     

    Thanks!

  5. Hi friends.

    We are working in testing mode to finish the configuration of our website, discovering and fixing errors. 

    Our website will have 7 aditional versions in 7 different languages with subdomains: es.domain.com, it.domain.com etc

    Problem i see is 

    es.domain.com/sitemap.xml

    it.domain.com/sitemap.xml

    they work but the links of the sitemap are not working

    For example

    https://es.domain.com/sitemap/?type=videos&from_links_videos=1  DOES NOT WORK (gets 404)

     

    How can we fix this?

  6. Dear friends

     

    How can i setup to have on mysite.com/2/ my title with <title>My Seo Title - Page 2</title> and in the rest of paginations?

     

    Tried this

    <title>{{$page_title|mb_ucfirst|default:$lang.html.default_title}} {{if $nav.page now>1}}{{$lang.common list.paginated postfix|replace:"%1%":$nav.page_now}}{{/if}}</title>

    but dont works

  7. Dear friends.

    I am in testing mode with my website using last version of KVS. 

    I paid today VAST suscription and added the link of exoclick. Problem is the click in vast opens in target self. 

     

    How can i setup it in target blank?

  8. Hi there.

    Add age verification layer as and advertisement is a great idea. But i write you to ask help / suggest a new feature.

    I would like hide the layer to bots. In other sites we use the "X-UA-BOT" header to aply this filter. 

    How could i do this in KVS? 

    Maybe in "restrictions and conditions" of the advertisement you could add "bots" as new user filter. Thanks in advance !!

     

    Sin-título-1.jpg

×
×
  • Create New...