PriMoThemes — now s2Member® (official notice)

This is now a very OLD forum system. It's in READ-ONLY mode.
All community interaction now occurs at WP Sharks™. See: new forums @ WP Sharks™

Member download details

s2Member Plugin. A Membership plugin for WordPress®.

Member download details

Postby kmkruthila » October 11th, 2011, 11:09 pm

My site offers downloads only. I need a solution for members able to view their downloaded file list with relevant post link and custom field thumbnail image. I have a Pro version s2member.
User avatar
kmkruthila
Registered User
Registered User
 
Posts: 6
Joined: September 24, 2011

Re: Member download details

Postby Cristián Lávaque » October 12th, 2011, 7:22 pm

s2Member doesn't generate lists of the restricted downloads. You can, though, create the list based on what the user can access using conditionals in the page where you post them. It won't be dynamic, though, you'll have to update the files list after you add/remove files to/from your s2Member downloads directory.

I hope that helps. :)
Cristián Lávaque http://s2member.net
Is s2Member working for you? Please rate it Image at WordPress.org. Thanks! :)
User avatar
Cristián Lávaque
Developer
Developer
 
Posts: 6836
Joined: December 22, 2010

Re: Member download details

Postby kmkruthila » October 12th, 2011, 8:41 pm

Thanks. I need to show you (member) already downloaded .... ... files, not all files.
User avatar
kmkruthila
Registered User
Registered User
 
Posts: 6
Joined: September 24, 2011

Re: Member download details

Postby kmkruthila » October 19th, 2011, 9:34 am

I need to show (member) already downloaded xx xx xx files in member profile page. Is this possible?
User avatar
kmkruthila
Registered User
Registered User
 
Posts: 6
Joined: September 24, 2011

Re: Member download details

Postby Eduan » October 19th, 2011, 9:49 am

Have you tried this:
Code: Select all
S2MEMBER_CURRENT_USER_DOWNLOADS_CURRENTLY
This will always be an (int) value >= 0. This indicates how many unique files they've downloaded in the current period.

<?php echo S2MEMBER_CURRENT_USER_DOWNLOADS_CURRENTLY; ?>
This will output the number of files they've downloaded recently.
( that is, the number of files within the last X days, according to your configuration )

---- s2member Shortcode Equivalent ----

[s2Get constant="S2MEMBER_CURRENT_USER_DOWNLOADS_CURRENTLY" /]
Now officially accepting Professional s2Member installations along with Bruce C (a.k.a. Ace).

If you're interested in a Professional s2Member Installation, or a Custom Coding Job, you can send your request here.
User avatar
Eduan
Experienced User
Experienced User
 
Posts: 1154
Joined: August 27, 2011
Location: Taxco de Alarcón, Guerrero, México.


Return to s2Member Plugin

Who is online

Users browsing this forum: No registered users and 1 guest

cron