Ok so of course I'm using drupal and what I need to do is... I need to know what module(s) will allow me to: -allow content to be made available to paid members on a time delay...for example, I want paid members to view only content I mark as week one of their program and then every 7 days a new weeks' content will become available to them until either I specify a max amount of weeks or I jus continuously release new/updated content to members on a weekly basis. I don't want to set a specific date and time as new members wouldn't get content at the appropiate times if I did. I need to have time delay every 7 days from date member signs up. So any insight would be great to help me achieve this?!
You could use the Taxonomy Access Control module to restrict the content to members of a certain group. Then you could use the Rule (or similar type) module to change a member's group membership after xx-days. I have used Taxonomy Access Control to control access to premium content and it works as advertised, but never used any 'rules' type modules.