Hello,
I'm using the 3.4.05 version of the Snitz Forum.
I have activated the subscription everything works, I receive the email a new message is posted.
The problem I have is that if I :
1) subscribe to a forum
2) unsubscribe
3) try to subscribe again (I get the popup window telling me that I have been succesfully subscribed but I still have the "Subscribe" link instead of the "Unsubscribe" link)
If I look at "All Subscriptions" or "My Subscriptions" my new subscription doesn't appear. If I try to subscribe another forum from which I haven't unsubscribe, it works.
I found a workaround, if user empty their cache and reload the page they may subscribe again to forum from which they unsubscribed.
I tought it was a caching problem at first but I've put the same code I put in each page I use to avoid caching:
Response.Expires = -1
Response.Expiresabsolute = Now() - 2
Response.AddHeader "pragma","no-cache"
Response.AddHeader "cache-control","private"
Response.CacheControl = "no-cache"
Habitually this code put in the header crush any caching done by a browser.
I don't have any mod installed.
I'm running with Access database.
Sorry but I can't give access to anyone, the site is located in our intranet.
Any ideas of what could cause this or if someone can try the same pattern on their forum and let me know if I'm the only lucky to have this problem?
Thank you!