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.

Philly


My Latest Replies (From Various Topics)

Viewing 25 replies - 101 through 125 (of 267 total)
Author Replies
Author Replies
Posted: Friday Aug 31st, 2012 at 6:04 am #23668

Hello,

Unfortunately you cannot minify the s2Member generated javascript, as it is dynamic and unique to each user, so don’t do anything with that one.

I’m aware that s2 are working to improve this aspect in the up coming major release.

As for the CSS I’m pretty sure its safe to combine and minify after you have everything setup s2member wise. I personally do away with it altogether.

Posted: Friday Aug 31st, 2012 at 5:56 am #23666

Hello Brian,

I took a quick look at your setup, and it appears that you have not configured all steps. You must use ccbill buttons generated by s2member shortcodes

(Dashboard -› s2Member® -› ccBill® Buttons)

Please also ensure that you have entered the correct Form number, it must be a with dynamic pricing(Sometimes this is not present so you’ll have to start a support chat with ccbill and ask them to produce one(note the number))

(Dashboard -› s2Member® -› ccBill® Options -› ccBill® Account Details -› Form ( w/ Dynamic Pricing ))

If I’m mistaken and you are using s2member shortcodes can you please post the shortcode you are using.

Hope that helps

Posted: Wednesday Aug 29th, 2012 at 10:27 am #23409

Its

<?php
if ( is_user_logged_in() ) {
	global $current_user;
	get_currentuserinfo();
echo 'Welcome! ' . $current_user->user_firstname . '';
}
?>
Posted: Wednesday Aug 29th, 2012 at 9:16 am #23400

Hi Mary,

I think I’ve worked it out…

If you only have s2 installed on a blog other than the main one in a network, s2member does not allow you to configure MU.

If you ‘network enable’ s2member under /wp-admin/network/plugins.php, the config option will be visible, this of course activates s2member on all blogs, so you will have to de-network-activate after you apply the patch.

Now I’m not sure if this is a bug? I’m also not sure if s2 will auto patch after a wordpress update?

Also what the patch actually does is reinstate the default wordpress login/register system as opposed to the MU one.

Posted: Tuesday Aug 28th, 2012 at 9:15 am #23289

I think when you apply the patch the bit that doesn’t work will. And yes if it works don’t change anything :)

Thats strange that you don’t have permission to configure s2 for multisite, sorry I’m not sure why then lets see what Cristián thinks

Posted: Tuesday Aug 28th, 2012 at 8:43 am #23283

If you leave the network bit there when somebody on one of your child sites clicks the lost password link it will redirect them to your main blog, which would be confusing to the user if the sites are not related.

I gave up using MU for sites that are not related to each other, I just came across to many problems especially when sites grow.

Posted: Tuesday Aug 28th, 2012 at 8:39 am #23282

Hmm that is strange.

Try typing this into your browser address bar:

yourmainsite.com/wp-admin/network/admin.php?page=ws-plugin–s2member-mms-ops

Posted: Tuesday Aug 28th, 2012 at 8:06 am #23269

Hello Mary,

You need to leave your register function how it was, without:

network_

I checked my general-template.php file and the lostpassword function was ok (it contained network_site_url)

You need to remove

network_

from those.

For s2Member to work properly on MU you also need to apply a patch which is found:

WordPress Dashboard => s2Member® => Multisite ( Config ) => Multisite WordPress® Patches

Select yes and save the changes.

Or have you already applied the patch?

Posted: Monday Aug 27th, 2012 at 7:44 am #23167

Thanks Echo,

If its not to late for you to change things a little you might consider this extended version of the video shortcodes plugin which is easier and has lots more options

Posted: Monday Aug 27th, 2012 at 7:39 am #23165

Thanks Eduan.

@ Luis

I’ve added more options including support for skins in the new plugin verison

  • This reply was modified 4 years, 4 months ago by  Philly.
Posted: Saturday Aug 25th, 2012 at 8:34 am #23051

You can make the JWPlayer responsive by setting the width and height in your css file and not setting it in the embedder or shortcode.

You can do the fallback also.

Posted: Saturday Aug 25th, 2012 at 7:17 am #23047

Yes maybe a support rep can shed more light on this.

Have you tried using the jwplayer?

Posted: Saturday Aug 25th, 2012 at 6:28 am #23037

Yes sorry that is what I meant.

Hmm are you logged in with safari? I just visited using chrome and couldn’t view the preview videos because i’m not logged in so just get the blank video player, that would explain why it is working when you move it outside of /s2member-files/

If thats not it perhaps there is a problem with safari and the script protecting the video

Posted: Saturday Aug 25th, 2012 at 5:38 am #23029

Hi Shaun,

Try

[video src="http://www.example.org/wordpress/s2member-files/abdomenpainhistorypreview.mp4"]
Posted: Saturday Aug 25th, 2012 at 5:27 am #23028

Yes.

If using the plugin like this

[s2video ssl="true"]

else

[s2File ssl="true" /]
Posted: Tuesday Aug 7th, 2012 at 4:13 pm #21392

Thanks Santosh.

I think this post gets closed automatically after a certain amount of time so I’m going to continue it here for those that are interested

http://phillymax.com/web/wordpress/s2member-video-shortcode/

were you can download the latest version.

If there are not similar capabilities in the new s2member then I will release and maintain this plugin on the official WordPress plugin repository.

In the meantime I have added ssl support

[s2video ssl="true"]

And support for passing extra JW plugin values through the plugins attribute.

For instance if you want to use Google Analytics Pro plugin for the player you do:

[s2video plugins="'gapro-2': {}"]

Just separate each plugin with ;

@ Core

I tried those playlist plugins but without success I think you have to supply the playlist as an xml file for them to work.

Posted: Thursday Aug 2nd, 2012 at 1:07 pm #21037

Added support for multiple playlist players

changed attribute “start” to “id”, id makes much more sense as every player must have a unique id.

https://dl.dropbox.com/u/40574414/s2Member-Video-Shortcodes-v0.0.5.zip

Please test and let me know if its working.

Posted: Thursday Aug 2nd, 2012 at 11:29 am #21021

Hi Core,

Thats expected behaviour, I had added support for multiple single videos but not multiple playlists.

Do you need multiple playlists on the same page? Or are you testing possibilities? If you need it I can add it

Posted: Thursday Aug 2nd, 2012 at 9:29 am #21009

Thanks Core,

Was missing a ” on the class=”videoplayer

fixed now

https://dl.dropbox.com/u/40574414/s2Member-Video-Shortcodes-v0.0.4.zip

Posted: Thursday Aug 2nd, 2012 at 5:16 am #20984

Thank you for reporting that Core,

There was a small bug preventing HD switching.

It fixed here

https://dl.dropbox.com/u/40574414/s2Member-Video-Shortcodes-v0.0.4.zip

Posted: Thursday Aug 2nd, 2012 at 5:02 am #20981

Also try disabling the following features in the wp better security plugin your using:

“Prevent long URL strings”
“Filter Suspicious Query Strings”
“Filter Request Methods”

Posted: Thursday Aug 2nd, 2012 at 4:56 am #20979

Hi Core,

You don’t need to purchase to get it to work its bundled, but you may need to purchase a licence depending on your situation.

To get the HD switcher to work you need to reference both version videos

[s2video video="video.mp4" hdvideo="hdvideo.mp4" ]

and if you only want a HD video just reference it like

[s2video video="hdvideo.mp4" ]

What shortcode are you currently using and what response do you get in the browser?

Posted: Wednesday Aug 1st, 2012 at 9:55 am #20911

Thanks Matt,

Right so the header.php calls the function

royal_login()

for that login box, that function is located in bbp-functions.php, but that function calls another function for the redirect

bbp_user_login_fields()

Thats a bbpress function located in bbpress /bbp-includes/bbp-user-template.php on line 1067

// Allow custom login redirection
		$redirect_to = apply_filters( 'bbp_user_login_redirect_to', '' );
		bbp_redirect_to_field( $redirect_to );

so you can remove that, but probably best to create your own filter and put it in your functions.php file or remember to remove it every time you update bbpress

Posted: Wednesday Aug 1st, 2012 at 4:37 am #20891

Hi Matt,

Can you post the contents of some of your theme files then.

Start with:

header.php
functions/bbp-shortcodes.php

and lets see if we can find it there or a clue

Posted: Tuesday Jul 31st, 2012 at 9:33 am #20799

Hi Ross,

codes are correct have you activated the plugin?

Will the download key allow for non-logged in users to stream the files embedded on the page?

yes it will

Viewing 25 replies - 101 through 125 (of 267 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.