File: inc_subscriptions.asp
Line : 246
BoardSubs = N
Should be
BoardSubs = "N"
Line : 218
"FROM " & strMemberTablePrefix & "SUBSCRIPTIONS " & _
Should be
"FROM " & strTablePrefix & "SUBSCRIPTIONS " & _
However,I have a question.
This is from FAQ's
- Board Wide Subscription
If you can subscribe to an entire Board, you'll get a notification for any posts made within all the forums inside that board.
Does this mean a person will get notfication for each and every post made, regardless of how the categories are organized into Groups. (assuming that user has access to all groups, categories, forums, topics, posts.)