Jump to content

Serghei

Members
  • Posts

    51
  • Joined

  • Last visited

Posts posted by Serghei

  1. On 5/10/2021 at 7:53 AM, Tech Support said:

    memberzone.success_message_donate = Thank you! Your donation of [count]%tokens% tokens || 1: 1 token[/count] was send to <b>%display_name%</b>.

    i have this text code, but when you donate the message "Thank you! Your donation of [count]%tokens% tokens || 1: 1 token[/count] was send to <b>%display_name%</b>." doesn't shows anything , but the tokens go 

  2. 16 hours ago, Tech Support said:

    All commissions are burning, so they belong to your site. But I think your question is correct, there is no way to see how much you earned for donations

    Its possible to make a way to see how much you earned for donations? and not to burn the tokens, or to have the commission tokens and all the fees tokens to go to a special user (admin or moderator)  or website main account. what's the point to charge tokens procentage if you burn them ,and even can't see the amount of tokens was burn,  from where was getting and for what. 

  3. 19 hours ago, Yale_Dioma said:

    Are they optimized for kvs or you had to install a bunch of stuff yourself?

    You have to do yourself. I got Server Setup Service price is $99  and is 100% worth it. this guys know how and what to do, for kvs. 

    And I  have Webozo cPanel, I like it, but I pay for it $2.99/m. Check this link for more info: https://www.kernel-video-sharing.com/en/services/

  4. I know it was removed... but we can use the "addthis kvs module" for "Social Sharing Buttons" will be easy for kvs owners to add social buttons in the original kvs default location, so we won't make modification into themes,  so people can use whatever social buttons they want in the same place... (sorry for my english). My website is not adult, so my traffic are most from social media platforms, thanks to share buttons...

    I want to use the same spot on my website but to change the code in "Social sharing: addthis with sharethis. The header buttons I changed but from view page I need help to find where to change the code... Please! thank youScreenshot_12.jpg.3f0c3a37b4f411df997df40f756a3cb8.jpgScreenshot_13.jpg.8a587774c8ec525a71c5513203105b9f.jpg

  5. On 3/17/2021 at 2:40 PM, webs said:

    I am also thinking about it.But as I understand it, there are a lot of things that are not there, or is it also the full version just by monthly payment ?

    Hi! I recommend you to get ULTIMATE  $499 , one time payment, If you get monthly sub. in 10 months you will have paid this amount of $500...  I was firs on monthly sub. and after 6 month I got Ultimate so I have spend $900 instead of $500. But you know better...

  6. Hi! I have used this code and works fine 

    <div class="related-albums" id="{{$block_uid}}">
        <ul class="list-sort" id="{{$block_uid}}_filter_list">
            {{if $related_mode!=4 && $related_mode!=3}}
                <li><span>{{$lang.albums.related_albums_title_default}}</span></li>
            {{else}}
                <li><a data-action="ajax" data-container-id="{{$block_uid}}_filter_list" data-block-id="{{$block_uid}}" data-parameters="">{{$lang.albums.related_albums_title_default}}</a></li>
            {{/if}}

            {{if count($storage.album_view_album_view.models)>0}}
                {{assign var="models_title" value=$lang.albums.related_albums_title_by_model|replace:"%1%":$storage.album_view_album_view.models[0].title}}
                {{if count($storage.album_view_album_view.models)>1}}
                    {{assign var="models_title" value=$lang.albums.related_albums_title_by_models|replace:"%1%":$storage.album_view_album_view.models[0].title|replace:"%2%":$storage.album_view_album_view.models[1].title}}
                {{/if}}
                {{if $related_mode==4}}
                    <li><span>{{$models_title}}</span></li>
                {{else}}
                    <li><a data-action="ajax" data-container-id="{{$block_uid}}_filter_list" data-block-id="{{$block_uid}}" data-parameters="mode_related:4">{{$models_title}}</a></li>
                {{/if}}
            {{/if}}

            {{if $storage.album_view_album_view.content_source.title!=''}}
                {{if $related_mode==3}}
                    <li><span>{{$lang.albums.related_albums_title_by_sponsor|replace:"%1%":$storage.album_view_album_view.content_source.title}}</span></li>
                {{else}}
                    <li><a data-action="ajax" data-container-id="{{$block_uid}}_filter_list" data-block-id="{{$block_uid}}" data-parameters="mode_related:3">{{$lang.albums.related_albums_title_by_sponsor|replace:"%1%":$storage.album_view_album_view.content_source.title}}</a></li>
                {{/if}}
            {{/if}}
        </ul>
        {{assign var="list_albums_hide_headline" value="true"}}
        {{include file="include_list_albums_block_common.tpl"}}
    </div>.

     

     

    But I want to show related Albums "Vertical"  

    What should I add or change in this code?

    Thank you very much

  7. Hello! On view page content description text after "copy and paste" its looks like a lot of text together (see the black theme screenshot), I have left some empty rows, but after adding on view page looks like in the 1st screen shoot. will be nicer to look like on second screen shoot (white theme) can we do that in kvs? and also the links looks like buttons... 

    thank you

    Screenshot_6.jpg

    Screenshot_7.jpg

  8. On 3/12/2021 at 8:37 PM, davex said:

    hi i use twitter card and the videos play on twiiter. look for information and you can do it on twitter.
    facebook banned adult webs normal webs no.

    Hi Davex! I need your help with twitter cards code, Please! I have this code:

    {{if $storage.video_view_video_view.video_id>0 && $lang.twitter_account}}
            <meta name="twitter:card" content="player"/>
            <meta name="twitter:site" content="{{$lang.twitter_account}}"/>
            <meta name="twitter:title" content="{{$storage.video_view_video_view.title|mb_ucfirst}}"/>
            <meta name="twitter:description" content="{{$storage.video_view_video_view.description|mb_ucfirst}}"/>
            <meta name="twitter:image" content="{{$storage.video_view_video_view.preview_url}}"/>
            <meta name="twitter:player" content="{{$config.project_url}}/embed/{{$storage.video_view_video_view.video_id}}"/>
            <meta name="twitter:player:width" content="480"/>
            <meta name="twitter:player:height" content="270"/>
        {{/if}}

     

    But doesnt work. Its the same as on kvs demo site but on my website doesnt work..... 

    Ifollowed this steps https://github.com/twitterdev/cards-player-samples

    Screenshot_32.jpg

×
×
  • Create New...