OpenForum is on CodePlex

OpenForum v0.8 (beta) is now available on CodePlex. Special thanks to Gunnar Peipman for the nice write-up on his blog, and also to Scott Hanselman for tweeting about it.
This latest release includes a few key missing features from my inital posting. Most important, there is now a wysiwyg editor for posts (using nicEdit) and the ability to search the forum (using Lucene.net). Also, the bin download now includes “view templetes”. This should give developers who want to change the actual html structure a big head start.
The plan for the next release is to provide a better default UI and a few other basic forum features. If there is anything you would like to see added, please let me know. Thanks to everyone who already provided feedback about how to make OpenForum even better.
November 9th, 2009 at 3:21 am
Hi guys.
My PC worked not correctly, too much mistakes and buggs. Please, help me to fix errors on my computer.
My operation system is Windows XP.
Thx,
Digticine
November 9th, 2009 at 7:56 am
@Digticine - can you give a little more detail about what’s not working?
December 16th, 2009 at 6:44 am
Hi!
The integration how it fits - fantastic!
lg simon
May 28th, 2010 at 4:02 am
Hi,
If i want to localize openforum (change interface language to hebrew), how should i go about and do this? Obviously this means changing everything to Right to Left layout, encoding, and translating all links and info.
In addition, if i want to add an add image functionality when posting/replying what do i need to do?
Can all this be done through the openfourm api given as reference within my project, or do i need to mess around with openforum source code?
Thanks!
June 1st, 2010 at 7:26 am
@Eran - Sorry for the slow reply. Was on vacation. I think the easiest way to localize openforum would be to create your own custom views. You should be able to take the existing html (which you can grab from the source) and change as needed. Please let me know any issues you run into so I can make it an easier process for the next guy