Trekky1700 Posted July 8, 2010 Share Posted July 8, 2010 Me and my friend are stumped as to how to do this. We want to make a subscription feature on our site, so that you can push subscribe on a user's profile and will be notified whenever he posts. Does anyone know a good way to go about this? Don't have to give me code, just if you can think of a concept. Quote Link to comment Share on other sites More sharing options...
sixserve Posted July 11, 2010 Share Posted July 11, 2010 Is this a custom coded site or what? If so, just make a subscriptions table with user ids and emails. Every time a user posts, find all subscriptions with their user id, and loop through the results and send an email to each one. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.