Hello,
My company edits and sells a kind of modular CMS oriented versus CRM.
Our product is on its ramp up.
I want to add a module, just like DDN module, offering users the possibility to add a forum to this CMS.
Is it possible to use YAF if we offer the adapted YAF source code (but not our main source) on a free FTP download with the COPY clause included in our module ?
The Forum extension itself will be a free extension.
I have searched for a commercial license like ScrewTurn Wiki but you don't seem to offer one.
Moreover and related to my first posts here, I would appreciate installing YAF without c# code, using a YAF assembly in place of app_code and simply delivering with it the corresponding aspx and ascx files.
Our installation process based on our own packages is limited and we don't install c# files.
I have read this post which seems to allow this install process.
http://forum.yetanotherforum.net/yaf_postst5603_YAF-License-Question.aspx I have problems with some ashx where the code is directly in the ashx and not in code behind, I will certainly isolate the code from the ashx itself.
I also have problems with the YAF membership provider which necessitates its own table and I'm inclined to take the easy solution of having a double login. Not very user friendly but it avoid mixing code.
The .net 2 membership provider concept shows here its limitations, we should have better assumed way of mixing providers directly in a common interface.
Thanks for answer.
CS