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.

cassel


My Latest Replies (From Various Topics)

Viewing 25 replies - 101 through 125 (of 644 total)
Author Replies
Author Replies
Posted: Monday Nov 4th, 2013 at 10:30 am #60845
cassel
Username: cassel

Would I make the 3 different geographical locations be 3 different levels in S2M …one s2m level for each different location??

Honestly, I am not 100% sure because I have not used it, but I am pretty sure I read somewhere in this forum that there was a way to associate fields with MC. However, that is about as far as my knowledge goes.

Maybe someone more knowledgeable of the coding behind the scene could add more specific information to your particular situation.

Posted: Monday Nov 4th, 2013 at 10:15 am #60841
cassel
Username: cassel

I see. I don’t think that is possible as it is not targeting the “paying client”, but I have been wrong in the past and maybe someone more knowledgeable of the programming under the hood might know of a way to get around it.

Sorry I could not help more.

Posted: Monday Nov 4th, 2013 at 9:58 am #60839
cassel
Username: cassel

Could you copy the code you are using? It might help us see something?

Posted: Monday Nov 4th, 2013 at 9:55 am #60838
cassel
Username: cassel

Ok, maybe something like this would work?

[s2If !is_user_logged_in()]
 If you are looking for your particular account information, please, log in.
 [/s2If] 

[s2If is_user_logged_in() AND !current_user_can(access_s2member_level1)]
post the basic information accessible to anyone LOGGED IN, but without the proper access for paying members
 [/s2If] 
[s2If current_user_can(access_s2member_level1)]
post the rest  of the information for paying member.
 [/s2If]
Posted: Monday Nov 4th, 2013 at 9:50 am #60837
cassel
Username: cassel

I am wondering if the client should look at it a different way. I am not sure that the single form can get the information into different LISTS in MC, but you can set up groups, and in which case, I think the customer’s choice will set them in different GROUPS of a single LIST.

Maybe read this article in the MC site: http://kb.mailchimp.com/article/what-is-a-group-and-why-would-i-want-to-set-one-up

This setup will allow for sending emails/notifications/auto-responders based on the group (which will be the customer’s choice) or send something to everyone in ONE email if needed too (ex: rate changes, super-special promotion, etc.)

Posted: Monday Nov 4th, 2013 at 9:43 am #60833
cassel
Username: cassel

I have a site with courses and I think that with a little tweak, you might be able to achieve at least the first 2.

1- I would suggest you use an auto-responder, like MailChimp or aWeber (I am just familiar with MC) and have a sequence of emails ready and sent at specific time for the students, based on their registration.

2- You can create a “fake” account page where you will be listing all the courses the student is registered in, and using some conditionals, you can have those links active, while those for the courses they have not registered, hidden. I don’t think it can be dynamic enough to send them to the specific lesson they have reached, if there are say, 12 lessons.

3- I am really not sure how it could be done within s2M. I am not saying it cannot be done, but unless the student can do something that would trigger a ccap or something like that, I am not sure.

Maybe someone more knowledgeable might be able to fill in the blanks for you.
Good luck.

Posted: Monday Nov 4th, 2013 at 9:38 am #60832
cassel
Username: cassel

For a condition to work, whether it is for a level or a ccap (custom capability), the system has to have a way to know who is looking for the specific information, and there is no way for the system to know without the member to be logged in.

You might want to have something like this:

[s2If !is_user_logged_in()]
 If you are looking for your particular account information, please, log in.
 (you can also post some content here that can be accessible by anyone, like the general public)
 [/s2If] 

[s2If current_user_can(access_s2member_level1)]
 show information here.
 [/s2If] 

If this does not address the issue you are having, could you explain what kind of information you would want the general public to see?

Posted: Thursday Oct 31st, 2013 at 9:55 pm #60785
cassel
Username: cassel

I am not 100% sure but I don’t think it is possible out of the box with s2M, however, I saw a hack that could be close to what you are looking for (I never used it, I just read about it, so I might be totally off)

http://krumch.com/2013/07/09/kc-groups-management/?ap_id=Cassel

Would that work? If it is close to what you need but not exactly, you can always ask the programmer to tweak it for you. It is fairly expensive but I think it was meant mostly for large companies, so it might not suit your need either. But it is free to look! ;)

Disclaimer: this is an affiliate link but only for tracking purpose and not for commission.

  • This reply was modified 3 years, 2 months ago by  cassel.
Posted: Thursday Oct 31st, 2013 at 7:37 pm #60783
cassel
Username: cassel

I think it will be hard to find since membership plugins are not usually configured to be email providers. So far, s2M has been the most comprehensive plugin, despite some missing functionalities. I had a programmer code plugins and hacks to add some of those functionalities, but not this one in particular… yet (he might work on it if there is enough demand, and users willing to pay for developing it).

Posted: Thursday Oct 31st, 2013 at 7:31 pm #60781
cassel
Username: cassel

Depending on the content you have on all those pages, you might be able to use the Custom Capabilities for each Item/Level combo, and use a single page and protect the content with conditionals. So you could have everyone return to the same page and have the links or content visible only to those with the proper ccaps.

Another option is with the s2Member Pro, where you can assign a success variable:

success=”” Success Return URL (optional). s2Member handles this automatically for you. However, if you would prefer to take control over the landing page after checkout (i.e. your own custom Thank-You Page), you can. If supplied, this must be a full URL, starting with http://. Your Success Return URL is only applied to (new) Customers.

Hope it helps.

Posted: Thursday Oct 31st, 2013 at 7:26 pm #60780
cassel
Username: cassel

I am not 100% sure, but the name will suggest that it is for paying members.
Maybe you can just use the same regular button you already have for level 2? Since there is really not billing modification, but just a level change?

Posted: Thursday Oct 31st, 2013 at 7:24 pm #60779
cassel
Username: cassel

IN MC, first of all, you will need the paid version (the auto-responder is not part of the free package).

If you have only one product/course, the time of registration can be the time the member is added to the list, which would be done automatically. If not, then you would have to create a merge tag and add the date manually.

Then, to create the auto-responder, you will just click on Auto-responder (instead of Campaign), type in your email, and in the scheduling settings, you can choose when you want it. In my case, the initial subscription is for 30 months, so I choose to send the email 80 days after the date in Course1. If the initial period was say, one year, you can choose to send after 235 days, and so on.

I have been waiting for that functionality in s2M for over 2 years now, so I am not sure how close they are to release something.

Posted: Thursday Oct 31st, 2013 at 7:14 pm #60778
cassel
Username: cassel

In the Pro version there is a login widget and you can set something so the user stays on the page.

Posted: Thursday Oct 31st, 2013 at 7:10 pm #60776
cassel
Username: cassel

This has been in the works for MANY months now. Personally, what I have been doing is create an auto-responder in MailChimp based on the registration date (since it does not REALLY use the EOT in MC) and send a notification 2 weeks prior to the EOT. In my case, it is to let them know that the automatic monthly payment will be starting soon (after they purchase a 3 months subscription).

It is not the best method, but a workaround for the time being.

Posted: Tuesday Oct 29th, 2013 at 11:03 pm #60745
cassel
Username: cassel

Just a note on pdf. I also have mp4 and pdf in my class and I find that the users don’t always want to open the pdf right then and there, so I zip each file. That way, it ONLY downloads.

OK, it might not address your other question, but I thought of adding that tidbit of info about pdf.

I do wonder, however, if that “s2member_file_inline=no” code you are using might cause the redirect? Can you try with a zip file so that code is not necessary and see if it still redirects? A bit of a troubleshooting idea.

Posted: Tuesday Oct 29th, 2013 at 7:27 pm #60740
cassel
Username: cassel

I am using that method with s2M. I simply wrap the download link inside the conditional shortcode so ONLY those with the correct ccap can see the link, so it is protected. It is not accessible to the public.

Posted: Tuesday Oct 29th, 2013 at 6:05 am #60727
cassel
Username: cassel

When you create a downloadable link for a file on Amazon S3, how can you have a s2member in the file?

I have lots of files stored in S3 and get the downloadable links from Amazon, NOT my s2M installation. My link will start with something like this: https://s3.amazonaws.com/name of the bucket/name of the file(this would be a downloadable video by the way). Maybe check that route?

Posted: Monday Oct 28th, 2013 at 11:32 pm #60713
cassel
Username: cassel

The page already exists here: http://scrapbookcampus.com/wp-login.php?action=register
so that section is to format it as it is already on your site.

What I did before I had the pro version, I simply put a button on the page, and linked to that particular page.
And if you need a button to ONLY login, then here is the link: http://scrapbookcampus.com/wp-login.php?

Would that help?

Posted: Monday Oct 28th, 2013 at 11:16 pm #60710
cassel
Username: cassel

Did you look into the s2Member > General Option > Login/Registration Design?

Posted: Monday Oct 28th, 2013 at 11:14 pm #60709
cassel
Username: cassel

I am not sure about the menus. I only use one, and I put all the categories in it. If a whole category is supposed to be protected, I keep it there (it makes a little advertisement for me) and if someone is clicking on it, then they can either be redirected to the Membership Option page, or have a little sale pitch determined with some conditionals (so if the person has the proper ccap, they see the content, if not, they get a sale pitch).

Would that work for you?

Posted: Monday Oct 28th, 2013 at 7:48 pm #60700
cassel
Username: cassel

Here is the little help I can offer:

1- the Login and Logout. I personally made my own buttons to link to the page http://yourdomain/wp-login.php?action=register. Honestly, I cannot remember how the logout button was done (sorry, it was over 2 years ago).

2- The member pages are probably not protected yet. Did you protect them with a ccap or other?

3- What account are you expecting to see? as an admin, you will be automatically be directed to the dashboard. If you are using a test member who is not an admin, you will just log in to Login Welcome Page that you will have to define here s2Member > General Options > Login Welcome page.

Hope that helps.

Posted: Monday Oct 28th, 2013 at 7:41 pm #60699
cassel
Username: cassel

You might want to add something on top saying “Is this not the page you were looking for? If so, it probably was because you tried to access a protected page.”

What I like to do is NOT protect the pages with the ccaps on that top right box, but instead, using a conditional so that IF the user has the correct ccap, they will see the content, but otherwise, I give them a little pitch about the content, so they can either register or purchase. Here is one example:
http://scrapbookcampus.com/master-classes/framed-with-psp/
If you have the correct ccap, you will see the video and be able to download it, and download the handout, but otherwise, you get the “sale pitch” for it. After all, if someone clicked the link to that particular content, they might just be interested enough to register/purchase.

Just an idea for a possible workaround.

Posted: Sunday Oct 27th, 2013 at 3:47 pm #60668
cassel
Username: cassel

I don’t have a definite answer for you but I seem to remember it has to do with the menus. Initially, I wanted to do exactly like you, but I ended up with leaving all the courses and adding a redirect to a sale pitch page if the user didn’t have the proper ccap. That was my own solution and I figured that if someone who has not purchased/registered for the course clicks on the menu, they might actually be interested, so I might as well take advantage of their curiosity to see if they might buy.

But again, maybe your objective is different. Maybe search for “menu” and “ccaps”?

Posted: Saturday Oct 26th, 2013 at 4:23 pm #60646
cassel
Username: cassel

This is exactly what I am doing right now for an event that is spread over a month and I want BW images to appear until a specific tutorial is “released”, then it will turn to color with a link. It is soooo versatile.

Did you get your system set up?

Posted: Saturday Oct 26th, 2013 at 10:31 am #60644
cassel
Username: cassel

Again, I do not have a definite answer, but I don’t know if you can “code” three forms into a single page. I know you cannot display more than one form, but I don’t know if you can have ONE displayed and TWO hidden on the same page.

If you can find the answer to that, please report here with your solution so others might be able to use the same setting.

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