snqke Posted June 13 Share Posted June 13 Hello, i wonder if i can make a download button for the videos and its accessible only for premium videos Thanks Quote Link to comment Share on other sites More sharing options...
Tech Support Posted June 13 Share Posted June 13 Download can be enabled in Settings -> Video formats for each individual format. With regard to make it available for premium videos, you need to find the template code that renders download link (in Website UI -> Pages -> View Video page -> video_view block) and wrap the code into this condition: {{if $data.is_private==2 || $data.access_level_id==3}} this code will be rendered only for premium videos or videos with access level = premium members {{/if}} Quote Link to comment Share on other sites More sharing options...
snqke Posted June 14 Author Share Posted June 14 i mean the button download appears but when the visitor click on download format video it require for him to upgrade or show him a message that this action available only for premium users Quote Link to comment Share on other sites More sharing options...
Tech Support Posted June 15 Share Posted June 15 17 hours ago, snqke said: i mean the button download appears but when the visitor click on download format video it require for him to upgrade or show him a message that this action available only for premium users Yes, possible to do this as well, please create support ticket. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.