Dave Burke : Freelance .NET Web Developer specializing in Online Communities

CSForums : ForumFormatter.cs

I said before that I would be disabling CSForums on my site and that was that.  Then I thought about what I would be missing not exploring the source, not bending it to my will as author, creator, lover and the chief dufus of dbvt.com.  Take a look at what Adam Papdimoulis did with CSForums at TheDailyWTF.com, for instance.  I could have sworn it was CSBlogs until I took a second look.  Very cool.  Strange (not a WTF), but cool.

So I'm thinking Forums would be a great alternative to my blog, where I don't have to be so value-content conscious (yeah, like this post, Loverboy), where I can make statements like "you know, I found the DVD director's cut of Kate and Leopold to be quite illuminating."  Oh yeah, this is going to be great!  What to call the forums area, I don't know yet.  The Cooler, The Grab Bag, ForumThink...warmer...warmer... 

Back to ForumFormatter.cs.  I'm still stylin' the forum pages to match dbvt.com styleguides, and I didn't like the thread column "Posted Today, 10:15AM" being in bold.  First thing to do was to track down "Today," (with the comma).  That was in Resources.xml where I expected it to be, retrieved with the ResourceManager.GetString() method used so predominantly in CS.  The string name was "TodayAt."  A quick search on "TodayAt" took me right into the ForumFormatter.cs class in the CS.Discussions.Components namespace of the CommunityServerForums project where I found

postToday = ResourceManager.GetString("TodayAt") + " {0}";

It had bold tags around it, which I removed.  I first thought, "html formatting in a class?"  Then I appreciated the name and function of the class being ForumFormatter.cs.  Okay, I can hang with that.

Comments (2) | Post RSS RSS comment feed

Posted on 4/5/2005 1:25:00 AM by Dave Burke
Categories: Community Server
Tags:

Related posts

Comments (2) -

4/5/2005 7:00:53 AM Permalink

Still a bit stink to have to update a class to change the format.  I want my designers to be able to change the design (things like bold) without having to involve a developer.

I hadn't noticed Alex's use of forums until his blog post.  I think he's done a great job with them.  I like how it shows number of posts for each commenter - builds the community aspect a little further.

ForumThink?!?!?!   If all your good CS postings are going to stay in your blog - what's left to go in the forums?  How about "Fraud and Nonsense".

Tim Haines |

4/5/2005 7:38:34 AM Permalink

"Nonsense" has a good shot at making it into the area description.  Thanks!

daveburke |


Powered by BlogEngine.NET 2.0.0.36
Theme by Dave Burke