tokenly / tokenly-cms

GNU General Public License v2.0
42 stars 12 forks source link

forum board subscriptions #50

Closed cryptonaut420 closed 9 years ago

cryptonaut420 commented 9 years ago

Currently you can subscribe to topics, which gives you a notification whenever a new post is made. Lets add in the ability to subscribe to entire boards, so you can get notified when a topic is made and when any topic in that section is replied to

deweller commented 9 years ago

+1 - I would love to see this.

deweller commented 9 years ago

@cryptonaut420 - I'm going to begin work on this today.

cryptonaut420 commented 9 years ago

@deweller you might want to see if you can change how the forum_subscriptions database table works, which currently just consists of "subId", "userId" and "topicId"

deweller commented 9 years ago

Yep - I was just getting to that point. I expect I will make a board_subscriptions table and use subId, userId and boardId.

cryptonaut420 commented 9 years ago

sure yeah, that would be the easiest way :)

deweller commented 9 years ago

I added a table and created 2014-10-09.sql to upgrade the database.