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. Product Lifecycle
  3. Collaboration / Beta Testing
  4. CP Forums in PHP

CP Forums in PHP

Scheduled Pinned Locked Moved Collaboration / Beta Testing
phpadobequestiondiscussion
22 Posts 6 Posters 61 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.
  • N Neville Franks

    Jon Sagara wrote: I plan to go all the way with these boards. I maintain three sites, and I intend to put the forums on all three, so I'm going to put a lot of work into these boards. I'm going to add the DHTML view, smilies, membership capabilities, and anything else I (or anyone!) might need. Sounds great. w-agora has very good back end admin section and that enables a lot of control over the look/feel/capabilities of the forums without you having to muck with any of the PHP code. Have a look at www.w-agora.net. Are you planning on setting up a way to keep folks like me informed of your progress - a forum for example?:cool: Neville Franks, Author of ED for Windows. www.getsoft.com

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

    Neville Franks wrote: Are you planning on setting up a way to keep folks like me informed of your progress - a forum for example? I hadn't planned on it, but since there is interest, then I definitely will. Unfortunately, development will be a little slower over the next 3 months because I'm finishing up at the uni, but I'm going to work on it whenever I can (probably a couple hours/week). Most likely, I will create a forum at the existing site, http://www.sagara.org/forum/. Jon Sagara There is no spoon. Best Miniputt score: 21

    1 Reply Last reply
    0
    • J Jon Sagara

      I plan to go all the way with these boards. I maintain three sites, and I intend to put the forums on all three, so I'm going to put a lot of work into these boards. I'm going to add the DHTML view, smilies, membership capabilities, and anything else I (or anyone!) might need. Jon Sagara There is no spoon. Best Miniputt score: 21

      N Offline
      N Offline
      Neville Franks
      wrote on last edited by
      #14

      Jon Sagara wrote: I plan to go all the way with these boards. I maintain three sites, and I intend to put the forums on all three, so I'm going to put a lot of work into these boards. I'm going to add the DHTML view, smilies, membership capabilities, and anything else I (or anyone!) might need. Sounds great. w-agora has very good back end admin section and that enables a lot of control over the look/feel/capabilities of the forums without you having to muck with any of the PHP code. Have a look at www.w-agora.net. Are you planning on setting up a way to keep folks like me informed of your progress - a forum for example?:cool: Neville Franks, Author of ED for Windows. www.getsoft.com

      J 1 Reply Last reply
      0
      • N Neville Franks

        Nick Parker wrote: The page is actually posting back from the server when you click on the message link, they are just including #xxSomeNumberxx in the anchor tag so the user sees the message in the page instead of the top of the page when it is reloaded. Aha. I was under the impression that the text for the message was already there because it comes up so quickly. I assume this is DHTML. Neville Franks, Author of ED for Windows. www.getsoft.com

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

        Neville Franks wrote: Aha. I was under the impression that the text for the message was already there because it comes up so quickly. I assume this is DHTML. I think you (Neville) are correct about the DHTML view. I haven't actually looked into it yet, but it seems that the best thing to do is get all the messages with one query, then show/hide them based on the selected message. Jon Sagara There is no spoon. Best Miniputt score: 21

        N 2 Replies Last reply
        0
        • N Nick Parker

          Neville Franks wrote: that pages don't need to be reloaded to view messages The page is actually posting back from the server when you click on the message link, they are just including #xxSomeNumberxx in the anchor tag so the user sees the message in the page instead of the top of the page when it is reloaded. But you are still absolutely correct when you say: Neville Franks wrote: but nothing beats the CP forums Nick Parker

          N Offline
          N Offline
          Neville Franks
          wrote on last edited by
          #16

          Nick Parker wrote: The page is actually posting back from the server when you click on the message link, they are just including #xxSomeNumberxx in the anchor tag so the user sees the message in the page instead of the top of the page when it is reloaded. Aha. I was under the impression that the text for the message was already there because it comes up so quickly. I assume this is DHTML. Neville Franks, Author of ED for Windows. www.getsoft.com

          J 1 Reply Last reply
          0
          • J Jon Sagara

            Neville Franks wrote: Aha. I was under the impression that the text for the message was already there because it comes up so quickly. I assume this is DHTML. I think you (Neville) are correct about the DHTML view. I haven't actually looked into it yet, but it seems that the best thing to do is get all the messages with one query, then show/hide them based on the selected message. Jon Sagara There is no spoon. Best Miniputt score: 21

            N Offline
            N Offline
            Nick Parker
            wrote on last edited by
            #17

            One big problem that you run into is Netscape which I havn't found a working method to hide items with their browser, otherwise know as "The Hell of the Web". For further reading is suggest:

            netscape....Where do I begin...? Nick Parker

            J 1 Reply Last reply
            0
            • N Nick Parker

              One big problem that you run into is Netscape which I havn't found a working method to hide items with their browser, otherwise know as "The Hell of the Web". For further reading is suggest:

              netscape....Where do I begin...? Nick Parker

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

              I'm not going to worry about Netscape. If those users want to torture themselves by using that clunky piece of crap (though in fairness, I haven't used it since 6.1, it may be better now), then they can endure a little more pain by using the static view. if (ie & DHTML) // Nice DHTML view else // Sucky static view If someone comes up with a solution, then I'm all for it. Jon Sagara There is no spoon. Best Miniputt score: 21

              1 Reply Last reply
              0
              • J Jon Sagara

                Neville Franks wrote: Aha. I was under the impression that the text for the message was already there because it comes up so quickly. I assume this is DHTML. I think you (Neville) are correct about the DHTML view. I haven't actually looked into it yet, but it seems that the best thing to do is get all the messages with one query, then show/hide them based on the selected message. Jon Sagara There is no spoon. Best Miniputt score: 21

                N Offline
                N Offline
                Nick Parker
                wrote on last edited by
                #19

                Jon Sagara wrote: I think you (Neville) are correct about the DHTML view I do apoligize, Neville, you are correct, it is loading all the content into one page. I'm not sure, but I do have a feeling that Netscape isn't hiding layers on us though, so any Netscape users may be actually posting back. I maybe wrong again though. Oh well, it didn't hurt anyone. Thanks. Nick Parker

                1 Reply Last reply
                0
                • J Jon Sagara

                  Probably not as an article because there is no PHP section, but I will eventually give the code to Uwe or Chris to add as a download from the CP Discussion Forum article. Jon Sagara There is no spoon. Best Miniputt score: 21

                  L Offline
                  L Offline
                  Lost User
                  wrote on last edited by
                  #20

                  Jon Sagara wrote: Probably not as an article because there is no PHP section, but I will eventually give the code to Uwe or Chris to add as a download from the CP Discussion Forum article. Great. I only ask as I would be interested to have a look at the forums (as well as learn ASP/PHP). I have a friend from back in school who has broadband access and a Linux box that he uses for Web Hosting and mail. So I thought I could set this up on his box and have a look. Still no job and my computer is pre-Pentium II (last job provided everything so never spent to get my own) so no chance to do ASP. Looked over your web page/site last night, a good read and a great site. Just wondering if you have the site hosted or if you have your own *nix box connected to the net to host all your stuff on? Happy for you to reply direct via email if you wish to save bringing up old threads from CP. Michael Martin Australia mjm68@tpg.com.au "He orginally got the Tweezers of Destruction through the scanners but then popped back outside for a smoke." - Chris Maunder 26/03/2002

                  1 Reply Last reply
                  0
                  • N Nick Parker

                    Neville Franks wrote: that pages don't need to be reloaded to view messages The page is actually posting back from the server when you click on the message link, they are just including #xxSomeNumberxx in the anchor tag so the user sees the message in the page instead of the top of the page when it is reloaded. But you are still absolutely correct when you say: Neville Franks wrote: but nothing beats the CP forums Nick Parker

                    M Offline
                    M Offline
                    Michael Dunn
                    wrote on last edited by
                    #21

                    Nick Parker wrote: The page is actually posting back from the server when you click on the message link That is correct - the page does that to change the ad banners. --Mike-- "Jobs that don't allow you to visit the Lounge 25 times a day at the minimum are not worth having anyway."   -- Nish, 3/28/2002 My really out-of-date homepage Sonork - 100.10414 AcidHelm Big fan of Alyson Hannigan and Jamie Salé.

                    1 Reply Last reply
                    0
                    • J Jon Sagara

                      Hello all, I have finally finished a reasonable port to PHP of the CP Discussion Boards. Please have a look and let me know what is broken. CP PHP Forum Please note that the functionality is roughly the same as that provided by the ASP-only discussion boards (i.e., very limited). Thanks! Jon Sagara There is no spoon. Best Miniputt score: 21

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

                      New version available. Searching doesn't work, nor does post deletion. This is definitely an Alpha release. http://www.sagara.org/cpforums[^] Jon Sagara When I want something, I just go out and buy it. That makes me a go-getter. -- My sister

                      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