To Nuke Me, or Not To....That is the Q

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jonathan
    Senior Member
    • Mar 2004
    • 1229

    #1

    To Nuke Me, or Not To....That is the Q

    Who here uses PHP-Nuke? Mambo? PostNuke?
    Basicly if you run an CMS, post it here so we can see

    If you built your own, disgribe how it works so
    we can sit here and drool over the mere thoughts of it

    PHP-Nuke: Main Site, one personal, three clients ( WOW)
    PostNuke: Tried on local system but never got to like it
    Mambo: Loved it, but then I learned how to ACTUALLY work PHP-Nuke :P

    Custom: Trying to build one, to centrally control various
    things I've been building; my shout page, my news page, and
    hopefully over the summer, my forums

    So ~ what about you guys?
    26
    PHP-Nuke
    0%
    3
    PostNuke
    0%
    2
    Mambo
    0%
    10
    Custom
    0%
    11
    "How can someone be so distracted yet so focused?"
    - C
  • -Oz-
    Senior Member
    • Mar 2004
    • 545

    #2
    Custom all the way...
    Dan Blomberg

    Comment

    • Frank Hagan
      Senior Member
      • Mar 2004
      • 724

      #3
      I hate them all. I have tried Nuke and Post-Nuke, Xoops, phpWebSite and, for a short time, Mambo.

      Comment

      • Pedja
        Senior Member
        • Mar 2004
        • 329

        #4
        Tried them lot and decided to do my own...

        Comment

        • Jonathan
          Senior Member
          • Mar 2004
          • 1229

          #5
          Has anybody here actually built their own forums?
          Even if not as fancy, nor as many features, as IPB & them, still....
          "How can someone be so distracted yet so focused?"
          - C

          Comment

          • PropHet
            Junior Member
            • May 2004
            • 6

            #6
            I'm a big php-nuke fan.

            www.phenylshouse.com is my site.

            I do have a friend who wrote his own forums. Pretty nice considering the challenge.

            http://www.phenylshouse.com

            Comment

            • Anthony
              Member
              • Apr 2004
              • 30

              #7
              I;ve tried alot of them. The Nukes, Typo3, phpwebsite, xoops, etc..etc... none of them I liked. Typo3 came close, but way too complicated.

              I'm not into programming, so my site just sits there, emtpy until I find one I like

              Comment

              • PropHet
                Junior Member
                • May 2004
                • 6

                #8
                I have been using Dreamweaver MX on my newest site. I don't know much about php or html but Dreamweaver makes it a lot easier.
                http://www.phenylshouse.com

                Comment

                • Pedja
                  Senior Member
                  • Mar 2004
                  • 329

                  #9
                  Originally posted by Jonathan
                  Has anybody here actually built their own forums?
                  Even if not as fancy, nor as many features, as IPB & them, still....
                  I am going to. Nothing fancy with minimal option, what is mostly needed for support site. If someone needs powerful forum, there are lots of solutions.

                  Main problem with available forums is they use their own user authentication so it is hart to integrate them with the site which is based on it's own user management. I hate the most when I am registered on site and then I have to register on forum separately couse they are not related to each other.

                  I think it should be a must for each standalone forum to offer ways to create and authenticate users from external user management system.

                  Originally posted by PropHet
                  I have been using Dreamweaver MX on my newest site. I don't know much about php or html but Dreamweaver makes it a lot easier.
                  If you do not know HTML, not that you should not use DreamWeaver, but you should not create web sites at all.

                  Comment

                  • -Oz-
                    Senior Member
                    • Mar 2004
                    • 545

                    #10
                    Hehe pedja, I use Dreamweaver MX.

                    Of course i just use it because it does syntax highlighting for PHP code. Anyone know of a good php IDE?
                    Dan Blomberg

                    Comment

                    • chrisd
                      Member
                      • Mar 2004
                      • 44

                      #11
                      Originally posted by -Oz-
                      Anyone know of a good php IDE?
                      I like Dev-PHP

                      Comment

                      • Pedja
                        Senior Member
                        • Mar 2004
                        • 329

                        #12
                        Originally posted by -Oz-
                        Hehe pedja, I use Dreamweaver MX.

                        Of course i just use it because it does syntax highlighting for PHP code. Anyone know of a good php IDE?
                        I use it to. It is the best tool ever created but tjat is a tool that helps one who knows what he is doing to do it faster and easier, not to help ignorant create web sites. Front Page is created for such purpose.

                        One who wants to develope web sites must be able to do it using plain ASCII editor, even just Notepad.

                        About php tools, I tried few, looking for something that will help me debugging, but for now I find DW MX with test site option good enough.

                        Comment

                        • PropHet
                          Junior Member
                          • May 2004
                          • 6

                          #13
                          Originally posted by Pedja
                          If you do not know HTML, not that you should not use DreamWeaver, but you should not create web sites at all.
                          That is the most retarded thing I have ever heard.

                          Just because I am learning how to write HTML and don't know much yet doesn't mean I should not make web sites at all.
                          http://www.phenylshouse.com

                          Comment

                          • avenuex
                            Member
                            • Apr 2004
                            • 51

                            #14
                            Originally posted by PropHet
                            That is the most retarded thing I have ever heard.

                            Just because I am learning how to write HTML and don't know much yet doesn't mean I should not make web sites at all.
                            Nope.. of course not.

                            However, (and not directed at you particularly ) people should learn by doing HTML and not using any WSYWIG editing.. Thats just my $.02. I've had designers come to me to finish building up their sites (Adding scripts, cleaning the site, etc..) and some of the worst jobs I've ever done was those that used WSYWIG editors to create their site pages, drop their "mouseovers" , and drop off the pages to me to publish.

                            I used to think frontpage was the worst, but dreamweaver really comes a close second if you use the visual editor. Intricate tables upon tables, with line breaks and font tags everywhere..
                            ugh..

                            But of course, definately learn to create sites don't stop. Just realize that what however many layers of nested tables these "editors" make could probably be done with 1 table and a stylesheet.

                            =)

                            Comment

                            • Buddha
                              Senior Member
                              • Mar 2004
                              • 825

                              #15
                              WOW!! Didn't we just forget the topic? Oh even name calling! Such uncivilized behavior.

                              Originally posted by Jonathan
                              Has anybody here actually built their own forums?
                              Even if not as fancy, nor as many features, as IPB & them, still....
                              I did write something with a parent/child (i.e. thread) relationship once with a little work it could've been used as a forum.

                              NOW BACK ON TOPIC!
                              "Whatcha mean I shouldn't be rude to my clients?! If you want polite then there will be a substantial fee increase." - Buddha

                              Comment

                              Working...