Restrict playing videos for paying subscribers – VideoPro
-
I have a video on demand (streaming) website.
– Pages are available to all (members and visitors)
– Body content and text (with a discription) of all page can be watched by all.
– Video is restricted to paying subscription members .. not-paying and not-subscripbed people will see a text explaining they have to pay first. (eventualy i want to add or pay-per-view aswell)I’ve been using VideoPro from TrueMag in compbination with PMPro. I’ve switched from PMPro to ARMembership becouse ARMember has better options for me.
Question:
What ARMember condition funciton do I need to use for VideoPro ?Old logic: pmpro_hasMembershipLevel()
New logic: ???If i use something like armif is_user_can() not any text of video is shown anymore
Player Logic:
Enter shortcode (ex: [my_shortcode][player][/my_shortcode], [player] is required)
or condition function (ex: is_user_logged_in() && is_sticky() ) to control video player visiblitily. Alternative content to display when Condition is false (Not work with Shortcodes)https://videopro.cactusthemes.com/doc/docs/faq/using-player-logic-in-video-post/
The alternative for me would be to stop using VideoPro and use shortcodes. Like explained in https://www.ads-software.com/support/topic/restrict-playing-of-video-to-subscribers/ . But then I would lose other features VideoPro provides.
- The topic ‘Restrict playing videos for paying subscribers – VideoPro’ is closed to new replies.