latest stable versions: v150827 (changelog)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

About: Vashte Johnson

Sorry, I've not written a description yet. I'll get to it soon!


My Favorite Topics

Viewing 3 topics - 1 through 3 (of 3 total)
Topic Count Last Reply
Bespoke Confirmation Email

By:  PAUL STACEY in: Community Forum

voices: 2
replies: 1

4 years, 10 months ago  Raam Dev

Welcome Email not being sent

By:  Erin Schwein in: Community Forum

voices: 2
replies: 1

4 years, 10 months ago  Raam Dev

Delete Recurring PayPal Subscription

By:  Robert Funge in: Community Forum

voices: 3
replies: 4

4 years, 10 months ago  Jason (Lead Developer)

Viewing 3 topics - 1 through 3 (of 3 total)

My Latest Replies (From Various Topics)

Viewing 10 replies - 1 through 10 (of 10 total)
Author Replies
Author Replies
Posted: Thursday Mar 22nd, 2012 at 6:00 pm #8866

@Raam – Sweet!! Thanks!

Philly – you’re completely right. I was getting “Stream Not Found” errors until I changed “url” to “file”.

Also, re: lights out, I got a fix from Longtail. Apparently there’s a conflict between the lightsout and time slider plugins, so I had to host the lightsout js file on my server instead of calling it from longtail’s. :/

Posted: Wednesday Mar 21st, 2012 at 10:35 pm #8804

Hey Philly,

It actually works really well – thanks! I just need to point to some SD versions of my files, and I think it’ll be good to go. This is what I ended up using:

[s2If current_user_can(access_s2member_level0)]
<div align="center">
<div id="jw-container">JWPlayer goes here</div>
<script type="text/javascript" src="/jwplayer/jwplayer.js"></script>

<?php /* A direct URL to the RTMP source; counting the file against the current User in real-time. */
$mp4_cfg = array ("file_download" => "B1_knitPad_kfb.mp4", "url_to_storage_source" => true, "count_against_user" => true); 
$mp4hd_cfg = array ("file_download" => "AB3_knitPad_LTCO.mp4", "url_to_storage_source" => true /* Don't count variations. */); ?>

<?php if (($mp4 = s2member_file_download_url ($mp4_cfg, "get-streamer-array")) 
     	&& ($mp4hd = s2member_file_download_url ($mp4hd_cfg, "get-streamer-array"))) { ?>
<script type="text/javascript">

var options = {
    file: "<?php echo $mp4["url"]; ?>",
	image: "<?php echo get_bloginfo( 'siteurl' )  ; ?>/poster.jpg",
	height: 270,
    width: 480,
    skin: "<?php echo get_bloginfo( 'siteurl' ); ?>/jwplayer/skins/stormtrooper/stormtrooper.zip",
	modes: [
        { type: "flash", 
		  provider: "rtmp", 
		  src: "/jwplayer/player.swf",
          config: {streamer: "<?php echo $mp4["streamer"]; ?>", file: "<?php echo $mp4["file"]; ?>"}
		},
		/* switch to html5 player if no flash support */
        { type: 'html5' },
		/* Download the file. */
        {type: "download", 
         config: {file: "<?php echo $mp4["url"]; ?>"}}
    ],
	/* Start plugins. */
    plugins: {	
               'hd-2': {file: '<?php echo $mp4hd["url"]; ?>'},
	       'lightsout-1':{'dock':'true', 'oncomplete':'on'},
               'timeslidertooltipplugin-2':{},
               'tweetit-1':{},
               'fbit-1':{}
    },
    
};
jwplayer("jw-container").setup(options);
</script>
<?php } else /* Access is denied to the current User. */ { ?>
    Sorry, this video does not exist yet or you do NOT have access to this file.
<?php } ?>
</div>
[/s2If]

The lightsout plugin still isn’t 100% functional, but that’s a whole other issue. I’ve reached out to LongTail for more info on that. Thanks so much for your help with this!!

Posted: Wednesday Mar 21st, 2012 at 3:23 pm #8787

Hi @Philly! Thanks for offering to help.

Im using JWPlayer 5.9 (licensed) with the Stormtrooper skin.

Plugins I’d like to use are HD, Lights Out, and Screenshot.

I’m just not sure, using the S2member embed, how to call these plugins.

Thanks!

Posted: Thursday Mar 15th, 2012 at 9:51 pm #8309

Thanks, Eduán. I appreciate the thought! <3

Posted: Thursday Mar 15th, 2012 at 9:14 pm #8306

Nevermind, brain fart/panic – I created a Paypal upgrade button with a trial period.

I tossed the button onto the member’s area with some language about how it all works.

After 7 days, they’d have to start paying for Premium. I’d rather have them micromanage than me… >:)~

Hope this helps someone out with a similar question!

V

Posted: Friday Mar 9th, 2012 at 8:42 pm #7820

Emails were working properly before, which was strange.

Crisis averted for now, the email address under WordPress’ Settings->General was not set to an email on the same domain as the site. It was a gmail address. But that still doesn’t explain why it worked for weeks, and then decided to stop working once real customers hit the site! Oh well. Thanks!

Posted: Friday Mar 2nd, 2012 at 9:40 pm #7136

Ah, cool. Made that a shortcode. Works!

Posted: Friday Mar 2nd, 2012 at 2:33 am #7012

Eduán, Raam, thanks so much for your help. It will definitely be my pleasure to become a Pro member here soon.

And this post on the tag is really helpful, thanks. That’s exactly what I was looking for!

V

Posted: Wednesday Feb 29th, 2012 at 2:55 pm #6783

Thanks! It does help.

Do I need s2member Pro to offer lifetime (indefinite) memberships?

I just installed it, and I am AMAZED.

For anyone who might be considering WPMU Membership: DON’T!

Posted: Tuesday Feb 28th, 2012 at 11:11 pm #6715

It does answer my questions, thank you! And thanks for the quick response. ;)

I’ll clarify this one – I tried to get fancy, and the code got stripped out:

How is the tag dealt with? Can I have membership levels that can see SOME more tags, but not all (as opposed to a black or white, all or nothing approach)?
I’m not quite sure I understand, do you mean that users have access to certain posts/pages with certain tags? If so, then this is possible with s2Member, please check under Dashboard -› s2Member® -› Restriction Options -› Tag Access Restrictions. If not, then please elaborate a little more. Thanks.

This is concerning the more tag. (I put

<!--more-->

previously without wrapping in code tags :P) How is the MORE tag dealt with? Can I have membership levels that can see SOME more tags, but not all (as opposed to a black or white, all or nothing approach)?

Thanks –

V

Viewing 10 replies - 1 through 10 (of 10 total)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Contacting s2Member: Please use our Support Center for bug reports, pre-sale questions & technical assistance.