aeroskiman
-
Total Posts
:
2
-
Reward points
:
520
- Joined: Jun 15 '09
|
Posting pages with downloadable materials based on role security
-
Tue. Jun 16, '09 7:44 AM
Hello, We're going to create a membership site with forums, calendar and some other features, i'm not sure i see - or just don't understand how to implement optimally. Can you please tell me the following: 1. it is possible to create pages (with links on the toolbar) based on role permissions that just have files to download on them 2. is it possible to make these downloadable file pages based available to users based on the amount of time they have been enrolled. e.g. Download page 1 is available to a user immediately Download page 2 is available to a user after 1 month Download page 3 is available to a user after 2 months 3. is it possible to send users emails notifying them when their the pages from the questions #2 become available thanks
|
|
Samuel
-
Total Posts
:
11785
-
Reward points
:
168350
- Joined: May 23 '01
|
Re:Posting pages with downloadable materials based on role security
-
Tue. Jun 16, '09 10:52 AM
Hi Aeroskiman, Thanks for your questions and let me answer them one by one: - Yes. You can use our Role Provider to build a page where you can check the role status of the current logged on user (Role.IsUserInRole), and present the interface based on your own logic.
- Yes. You can use our Membership Provider to get the MembershipUser.CreationDate for the current logged on user, and do whatever you want based on this value.
- Yes, but to do so you will need to build a page to check the membership table (pgd_members) with this logic (not exact code):
SELECT emails where dateSignup > (today - 30 days or 60 days) and you can send emails based on this list of emails.
Let me know if you have other questions.
ASPPlayground.NET ~ see our Version 4 plans here
|
|
aeroskiman
-
Total Posts
:
2
-
Reward points
:
520
- Joined: Jun 15 '09
|
Re:Posting pages with downloadable materials based on role security
-
Tue. Jun 16, '09 10:54 AM
thanks so much for the answers - that is exactly what i wanted to hear i'm just waiting for a trial download - i verified yesterday, but have not been able to download the trial yet
|
|
Samuel
-
Total Posts
:
11785
-
Reward points
:
168350
- Joined: May 23 '01
|
Re:Posting pages with downloadable materials based on role security
-
Tue. Jun 16, '09 11:08 AM
ASPPlayground.NET ~ see our Version 4 plans here
|
|