Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Am I just looking for the holy grail?

Am I just looking for the holy grail?

Scheduled Pinned Locked Moved The Lounge
csharpcomquestiondiscussioncareer
59 Posts 14 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Christopher Duncan

    The first indication of trouble is usually when my sentences begin with, "All I wanted to do was..." I like the CP threaded forum approach. I find it much more intuitive to follow the train of thought than in the more common monolithic style of discussion board. For years now I've used David Wulff's excellent forum software. However, as I live in a C# / .NET world with my sites these days, I'd really like to find something similar to CP / Battle Axe Forums in a .NET / C# (and free) model. There seems to be a ton of stuff out there. Much of it is ambitiously priced. Those that are free are rarely C# / .NET. And the few that are use the monolithic format rather than the threaded method favored by CP. How freakin' hard can this be? Is there truly no forum code out there that meets this criteria? It's far too tempting to just sit down and code something myself. Fortunately, I don't have that kind of time. Any ideas, or am I just looking for a holy grail that doesn't exist? Where's the Knights Templar when you need them? :rolleyes: Author of The Career Programmer and Unite the Tribes

    J Offline
    J Offline
    Jeremy Falcon
    wrote on last edited by
    #13

    I'd almost be tempted to write one, but I'm working on an OpenGL multimedia library to use. So, tough luck! ;P Jeremy Falcon

    C 1 Reply Last reply
    0
    • J Jeremy Falcon

      I'd almost be tempted to write one, but I'm working on an OpenGL multimedia library to use. So, tough luck! ;P Jeremy Falcon

      C Offline
      C Offline
      Christopher Duncan
      wrote on last edited by
      #14

      That's probably just as well. Your code's probably all wet at this point... :-D Author of The Career Programmer and Unite the Tribes

      J 1 Reply Last reply
      0
      • C Christopher Duncan

        The first indication of trouble is usually when my sentences begin with, "All I wanted to do was..." I like the CP threaded forum approach. I find it much more intuitive to follow the train of thought than in the more common monolithic style of discussion board. For years now I've used David Wulff's excellent forum software. However, as I live in a C# / .NET world with my sites these days, I'd really like to find something similar to CP / Battle Axe Forums in a .NET / C# (and free) model. There seems to be a ton of stuff out there. Much of it is ambitiously priced. Those that are free are rarely C# / .NET. And the few that are use the monolithic format rather than the threaded method favored by CP. How freakin' hard can this be? Is there truly no forum code out there that meets this criteria? It's far too tempting to just sit down and code something myself. Fortunately, I don't have that kind of time. Any ideas, or am I just looking for a holy grail that doesn't exist? Where's the Knights Templar when you need them? :rolleyes: Author of The Career Programmer and Unite the Tribes

        J Offline
        J Offline
        Jon Sagara
        wrote on last edited by
        #15

        It's not a complete forums package, so you'd have to develop some code to wrap it up (as in, make it look like a traditional forum), but that wouldn't be terribly difficult. http://www.codeproject.com/aspnet/aspnetforums.asp[^] Latest version available on his Web site: http://www.riversideinternet.com/[^] Test Forum[^] Developed by CPian Mike Puddephat[^]. :) Jon Sagara When I grow up, I'm changing my name to Joe Kickass! My Site | My Blog | My Articles -- modified at 14:43 Wednesday 12th July, 2006

        C 1 Reply Last reply
        0
        • D David Stone

          Shog9 wrote:

          Obviously, we need some sort of combined David Wulff / David Stone to produce a slick forum system written in C# w/ LINQ and an AJAX-heavy UI w/ plenty of keyboard shortcuts and RTE.

          I was honestly thinking of writing my own forum software this summer.

          225 years ago, we set an example for the rest of the world by creating a country where everyone could vote...
          Well, except for women and black people, but we fixed that!
          -Adam Duritz, of Counting Crows

          C Offline
          C Offline
          Christopher Duncan
          wrote on last edited by
          #16

          David Stone wrote:

          I was honestly thinking of writing my own forum software this summer.

          Hey, it's summer, at least here in the states. So, like, are you done yet? :-D Author of The Career Programmer and Unite the Tribes

          D 1 Reply Last reply
          0
          • C Christopher Duncan

            That's probably just as well. Your code's probably all wet at this point... :-D Author of The Career Programmer and Unite the Tribes

            J Offline
            J Offline
            Jeremy Falcon
            wrote on last edited by
            #17

            Christopher Duncan wrote:

            Your code's probably all wet at this point...

            Yeah, but for $10 extra I'll throw in a pirogue[^]. :-D And yes that means I finally learned how to spell one of our Louisiana-flavored words. We typically use the second pronunciation here. Jeremy Falcon

            C 1 Reply Last reply
            0
            • J Jon Sagara

              It's not a complete forums package, so you'd have to develop some code to wrap it up (as in, make it look like a traditional forum), but that wouldn't be terribly difficult. http://www.codeproject.com/aspnet/aspnetforums.asp[^] Latest version available on his Web site: http://www.riversideinternet.com/[^] Test Forum[^] Developed by CPian Mike Puddephat[^]. :) Jon Sagara When I grow up, I'm changing my name to Joe Kickass! My Site | My Blog | My Articles -- modified at 14:43 Wednesday 12th July, 2006

              C Offline
              C Offline
              Christopher Duncan
              wrote on last edited by
              #18

              Looks interesting. I'll have to see how easily modifiable the code is. The tree view has a lot of space and an extra "posted on" line for each post that makes it harder for the eye to see relationships (i.e. in CP the posts are single line and closely spaced so the outline is clear). Overall, though, pretty cool and definitely worth checking out. Thanks! Author of The Career Programmer and Unite the Tribes

              1 Reply Last reply
              0
              • P Pixa

                I'm currently working on a forum/message board engine for .NET - it's nowhere near finished yet, but if the project goes according to plan it would be possible to do what you describe (and it will be free!). Head over to http://pixa.dyndns.org/[^] for more information.

                C Offline
                C Offline
                Christopher Duncan
                wrote on last edited by
                #19

                Very cool. Let me know when you've got it to 1.0! :) Author of The Career Programmer and Unite the Tribes

                1 Reply Last reply
                0
                • J Jeremy Falcon

                  Christopher Duncan wrote:

                  Your code's probably all wet at this point...

                  Yeah, but for $10 extra I'll throw in a pirogue[^]. :-D And yes that means I finally learned how to spell one of our Louisiana-flavored words. We typically use the second pronunciation here. Jeremy Falcon

                  C Offline
                  C Offline
                  Christopher Duncan
                  wrote on last edited by
                  #20

                  Before I checked the link I could've sworn that was a regional sandwich. Dang! :-D Author of The Career Programmer and Unite the Tribes

                  J 1 Reply Last reply
                  0
                  • C Christopher Duncan

                    The first indication of trouble is usually when my sentences begin with, "All I wanted to do was..." I like the CP threaded forum approach. I find it much more intuitive to follow the train of thought than in the more common monolithic style of discussion board. For years now I've used David Wulff's excellent forum software. However, as I live in a C# / .NET world with my sites these days, I'd really like to find something similar to CP / Battle Axe Forums in a .NET / C# (and free) model. There seems to be a ton of stuff out there. Much of it is ambitiously priced. Those that are free are rarely C# / .NET. And the few that are use the monolithic format rather than the threaded method favored by CP. How freakin' hard can this be? Is there truly no forum code out there that meets this criteria? It's far too tempting to just sit down and code something myself. Fortunately, I don't have that kind of time. Any ideas, or am I just looking for a holy grail that doesn't exist? Where's the Knights Templar when you need them? :rolleyes: Author of The Career Programmer and Unite the Tribes

                    M Offline
                    M Offline
                    Marc Clifton
                    wrote on last edited by
                    #21

                    Christopher Duncan wrote:

                    Is there truly no forum code out there that meets this criteria?

                    Not that I've found, and I agree, the CP / Battle Axe forum implementation is the best I've ever seen, though I've heard vociferous complaints from people that like the standard forums. Guess you can't please everybody!

                    Christopher Duncan wrote:

                    Fortunately, I don't have that kind of time.

                    Well, if you ever do, and assuming that I do too, look me up. :) Marc Pensieve Some people believe what the bible says. Literally. At least [with Wikipedia] you have the chance to correct the wiki -- Jörgen Sigvardsson

                    C 1 Reply Last reply
                    0
                    • M Marc Clifton

                      Christopher Duncan wrote:

                      Is there truly no forum code out there that meets this criteria?

                      Not that I've found, and I agree, the CP / Battle Axe forum implementation is the best I've ever seen, though I've heard vociferous complaints from people that like the standard forums. Guess you can't please everybody!

                      Christopher Duncan wrote:

                      Fortunately, I don't have that kind of time.

                      Well, if you ever do, and assuming that I do too, look me up. :) Marc Pensieve Some people believe what the bible says. Literally. At least [with Wikipedia] you have the chance to correct the wiki -- Jörgen Sigvardsson

                      C Offline
                      C Offline
                      Christopher Duncan
                      wrote on last edited by
                      #22

                      Marc Clifton wrote:

                      if you ever do, and assuming that I do too

                      Guys like us? Yeah, that'll happen. Maybe if we learn to clone ourselves! :laugh: Author of The Career Programmer and Unite the Tribes

                      1 Reply Last reply
                      0
                      • P Paul Watson

                        Ugh. Do you ever use those RTEs? I always turn it off in WordPress installations and in GMail. Haven't used an RTE that felt natural and didn't get in the way of my uber, leet, superior Web-Bling 2.0 HTML skillz. Then again, I'd edit Word documents at the markup level if I could... :~ regards, Paul Watson Ireland FeedHenry needs you

                        Shog9 wrote:

                        eh, stop bugging me about it, give it a couple of days, see what happens.

                        S Offline
                        S Offline
                        Shog9 0
                        wrote on last edited by
                        #23

                        Paul Watson wrote:

                        Haven't used an RTE that felt natural and didn't get in the way of my uber, leet, superior Web-Bling 2.0 HTML skillz.

                        Yeah, speaking of that - what's the word on allowing HTML in your blog comments? You just don't realize how limiting it is to have to harass you in plain text...

                        ---- Scripts i’ve known... CPhog 1.0.0.0 - make CP better. Forum Bookmark 0.2.5 - bookmark forum posts on Pensieve Print forum 0.1.2 - printer-friendly forums Expand all 1.0 - Expand all messages In-place Delete 1.0 - AJAX-style post delete Syntax 0.1 - Syntax highlighting for code blocks in the forums

                        P 1 Reply Last reply
                        0
                        • C Christopher Duncan

                          Before I checked the link I could've sworn that was a regional sandwich. Dang! :-D Author of The Career Programmer and Unite the Tribes

                          J Offline
                          J Offline
                          Jeremy Falcon
                          wrote on last edited by
                          #24

                          Christopher Duncan wrote:

                          I could've sworn that was a regional sandwich.

                          That would be a poboy[^]. :-D Well, they started down here at least. Jeremy Falcon

                          C 1 Reply Last reply
                          0
                          • C Christopher Duncan

                            David Stone wrote:

                            I was honestly thinking of writing my own forum software this summer.

                            Hey, it's summer, at least here in the states. So, like, are you done yet? :-D Author of The Career Programmer and Unite the Tribes

                            D Offline
                            D Offline
                            David Stone
                            wrote on last edited by
                            #25

                            Christopher Duncan wrote:

                            Hey, it's summer, at least here in the states. So, like, are you done yet

                            No. I said I was thinking about it. You don't realize how integral a part of my life procrastination is. ;P

                            225 years ago, we set an example for the rest of the world by creating a country where everyone could vote...
                            Well, except for women and black people, but we fixed that!
                            -Adam Duritz, of Counting Crows

                            C 1 Reply Last reply
                            0
                            • S Shog9 0

                              Paul Watson wrote:

                              Haven't used an RTE that felt natural and didn't get in the way of my uber, leet, superior Web-Bling 2.0 HTML skillz.

                              Yeah, speaking of that - what's the word on allowing HTML in your blog comments? You just don't realize how limiting it is to have to harass you in plain text...

                              ---- Scripts i’ve known... CPhog 1.0.0.0 - make CP better. Forum Bookmark 0.2.5 - bookmark forum posts on Pensieve Print forum 0.1.2 - printer-friendly forums Expand all 1.0 - Expand all messages In-place Delete 1.0 - AJAX-style post delete Syntax 0.1 - Syntax highlighting for code blocks in the forums

                              P Offline
                              P Offline
                              Paul Watson
                              wrote on last edited by
                              #26

                              I turned off HTML just for you, everybody else can use harass me in glorious technicolour HTML :P Actually. How do you allow HTML in comments in a WP installation? I can't see the option. regards, Paul Watson Ireland FeedHenry needs you

                              Shog9 wrote:

                              eh, stop bugging me about it, give it a couple of days, see what happens.

                              S 1 Reply Last reply
                              0
                              • D David Stone

                                Christopher Duncan wrote:

                                Hey, it's summer, at least here in the states. So, like, are you done yet

                                No. I said I was thinking about it. You don't realize how integral a part of my life procrastination is. ;P

                                225 years ago, we set an example for the rest of the world by creating a country where everyone could vote...
                                Well, except for women and black people, but we fixed that!
                                -Adam Duritz, of Counting Crows

                                C Offline
                                C Offline
                                Christopher Duncan
                                wrote on last edited by
                                #27

                                David Stone wrote:

                                You don't realize how integral a part of my life procrastination is.

                                Well, you replied quickly enough, so maybe there's hope for kicking the habit yet! :laugh: Author of The Career Programmer and Unite the Tribes

                                D 1 Reply Last reply
                                0
                                • J Jeremy Falcon

                                  Christopher Duncan wrote:

                                  I could've sworn that was a regional sandwich.

                                  That would be a poboy[^]. :-D Well, they started down here at least. Jeremy Falcon

                                  C Offline
                                  C Offline
                                  Christopher Duncan
                                  wrote on last edited by
                                  #28

                                  Had my fair share of those when I was living in Morgan City, for sure! :-D Author of The Career Programmer and Unite the Tribes

                                  J 1 Reply Last reply
                                  0
                                  • C Christopher Duncan

                                    David Stone wrote:

                                    You don't realize how integral a part of my life procrastination is.

                                    Well, you replied quickly enough, so maybe there's hope for kicking the habit yet! :laugh: Author of The Career Programmer and Unite the Tribes

                                    D Offline
                                    D Offline
                                    David Stone
                                    wrote on last edited by
                                    #29

                                    Well, I was bored. I just got off the phone with a girl, so clearly I had nothing better to do than answer your question. ;P

                                    225 years ago, we set an example for the rest of the world by creating a country where everyone could vote...
                                    Well, except for women and black people, but we fixed that!
                                    -Adam Duritz, of Counting Crows

                                    C 1 Reply Last reply
                                    0
                                    • C Christopher Duncan

                                      Had my fair share of those when I was living in Morgan City, for sure! :-D Author of The Career Programmer and Unite the Tribes

                                      J Offline
                                      J Offline
                                      Jeremy Falcon
                                      wrote on last edited by
                                      #30

                                      Christopher Duncan wrote:

                                      Morgan City

                                      Hey I didn't know you spent time down in the bayou. Hell, that's even further south the Thibodaux. :laugh: Jeremy Falcon

                                      C 1 Reply Last reply
                                      0
                                      • D David Stone

                                        Well, I was bored. I just got off the phone with a girl, so clearly I had nothing better to do than answer your question. ;P

                                        225 years ago, we set an example for the rest of the world by creating a country where everyone could vote...
                                        Well, except for women and black people, but we fixed that!
                                        -Adam Duritz, of Counting Crows

                                        C Offline
                                        C Offline
                                        Christopher Duncan
                                        wrote on last edited by
                                        #31

                                        :laugh: Author of The Career Programmer and Unite the Tribes

                                        D 1 Reply Last reply
                                        0
                                        • C Christopher Duncan

                                          :laugh: Author of The Career Programmer and Unite the Tribes

                                          D Offline
                                          D Offline
                                          David Stone
                                          wrote on last edited by
                                          #32

                                          Are you laughing because my story about being on the phone with a girl seems completely implausible? Or are you laughing because boredom is the only thing that can defeat my procrastination abilities? ;P

                                          225 years ago, we set an example for the rest of the world by creating a country where everyone could vote...
                                          Well, except for women and black people, but we fixed that!
                                          -Adam Duritz, of Counting Crows

                                          C 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups