I started to hack the code myself and realised that there was a lot of custom requirements for my customer so now the code is totally different than from the original!
But Im grateful that you shared that code cause I can implement it on other projects I have. Thank you!
This forum is custom made for environmental organizations where they sign up by checking which kind of occupation they have and different categories of the forum is available for them, plus that they get registered for subscription automatically for the topics in those categories when they register.
Plus a lot of small modifications. Sorry, nothing of what you wanted :)
Forum subscriptions
It's already possible to subscribe to a thread, how awesome would it be to subscribe to a forum :)
This is on my list... Not sure when it will be added though
Will it be in 1.5?
Nope, only a thread still for v1.5
But would it be possible to subscribe to a category?
This feature is in our.umbraco and would be much appreciated!
I'm planning on adding it as I really need it.
Yannick, I would really appreciate if you did, and also wanted to share it :)
Lee, is subscription to a category something that is going to be released in v 1.6 and if so, is there a release plan for that?
no its not on my list, the code is available on codeplex you can add this yourself if you need it.
Ok, I implemented it based on the 1.5 code. You can download it here:
http://sdrv.ms/LckgFg
This zip archive only includes the changed files. I think you can just copy the contents of the nForum dir over your umbraco install.
Let me know if that works for you. Also includes the javascript fix for creating topics in IE.
Sorry for not testing the package thoroughly.... just fixed a bug in the code. Link to the updated files is still the same.
Now also included:
- mails are now sent using Bcc instead of sharing e-mailaddresses with everybody
- management page where you can subscribe to all forums from one page.
Thank you Yannick!
I started to hack the code myself and realised that there was a lot of custom requirements for my customer so now the code is totally different than from the original!
But Im grateful that you shared that code cause I can implement it on other projects I have. Thank you!
What special requirements did your client have? Maybe I could benifit from it too.
Things I would like to add in the future are:
This forum is custom made for environmental organizations where they sign up by checking which kind of occupation they have and different categories of the forum is available for them, plus that they get registered for subscription automatically for the topics in those categories when they register.
Plus a lot of small modifications. Sorry, nothing of what you wanted :)
made a little change that correctly displays the reply url for first post.
is working on a reply...