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.

Simple process map needed!

Home Forums Community Forum Simple process map needed!

This topic contains 4 replies, has 3 voices. Last updated by  Raam Dev 4 years, 9 months ago.

Topic Author Topic
Posted: Thursday Apr 12th, 2012 at 5:39 am #10640
Nic Oliver
Username: Nic

Hi!

I bought S2MemberPro and in the future will be building membership sites with it.

For now, I just need a simple process map to show me how to use the plugin so that people buy a product and are then sent to a members’ login in and can download protected content.

I’m struggling to visualise how to do thi!

Thanks for your help

Nic

List Of Topic Replies

Viewing 4 replies - 1 through 4 (of 4 total)
Author Replies
Author Replies
Posted: Thursday Apr 12th, 2012 at 5:52 am #10642

Hi,

in the wordpress backend click on S2member on the left side.

S2members -> API / Scripting -> Custom Capabitlity & Member Level Files

There are a lot of informations how to handle it.

Custom Capabilities: ( music,videos )

Sub-Directory: /s2member-files/access-s2member-ccap-music
Sub-Directory: /s2member-files/access-s2member-ccap-videos

Protected File: /s2member-files/access-s2member-ccap-music/file.mp3
Protected File: /s2member-files/access-s2member-ccap-videos/file.avi

Now, here are some link examples, using Custom Capability Sub-directories:

[audio src="http://www.example.com/?s2member_file_download=access-s2member-ccap-music/file.mp3" /]
http://www.example.com/?s2member_file_download=access-s2member-ccap-videos/file.avi

These links will ONLY work for Members who are logged-in, with the proper Capabilities.

It all depends on the structure you run your site.
If you only use membership levels maybe this is the right for you.

Membership Levels: ( this also works fine )

Sub-Directory: /s2member-files/access-s2member-level0
Sub-Directory: /s2member-files/access-s2member-level1
Sub-Directory: /s2member-files/access-s2member-level2
Sub-Directory: /s2member-files/access-s2member-level3
Sub-Directory: /s2member-files/access-s2member-level4

Protected File: /s2member-files/access-s2member-level0/tiger.doc
Protected File: /s2member-files/access-s2member-level1/zebra.pdf
Protected File: /s2member-files/access-s2member-level2/elephant.doc
Protected File: /s2member-files/access-s2member-level3/rhino.pdf
Protected File: /s2member-files/access-s2member-level4/lion.doc

Now, here are some link examples, using Member Level Sub-directories:

http://www.example.com/?s2member_file_download=access-s2member-level0/tiger.doc
http://www.example.com/?s2member_file_download=access-s2member-level1/zebra.pdf
http://www.example.com/?s2member_file_download=access-s2member-level2/elephant.doc
http://www.example.com/?s2member_file_download=access-s2member-level3/rhino.pdf
http://www.example.com/?s2member_file_download=access-s2member-level4/lion.doc

These links will ONLY work for Members who are logged-in, with an adequate Membership Level.

Christian

Posted: Thursday Apr 12th, 2012 at 6:02 am #10643
Nic Oliver
Username: Nic

Hmmm… not what I was looking for. I really just want to use it to protect downloads for now. Thanks for the quick response though!

Posted: Thursday Apr 12th, 2012 at 8:06 am #10646

Maybe something like that ?

upload all your download files via ftp in this directory.

.../wp-content/plugins/s2member-files/

Directory: /s2member-files/

sample01.zip
sample0a.zip
sample1b.zip

The sample link could look like this

http://www.example.com/?s2member_file_download=sample01.zip

or the short code for that

[s2File download="sample01.zip" /]

Christian

Posted: Thursday Apr 12th, 2012 at 12:20 pm #10669
Raam Dev
Username: Raam
Staff Member

Hi Nic,

Have you taken a look at the video tutorials?

This series on file downloads in particular should help:

<Embed Playlist>
Viewing 4 replies - 1 through 4 (of 4 total)

This topic is closed to new replies. Topics with no replies for 2 weeks are closed automatically.

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.