Closed Thread
Results 1 to 9 of 9

Thread: I have a question....

  1. #1
    Join Date
    Feb 2009
    Posts
    2
    Rep Power
    0

    Question I have a question....

    I want to write my own forum, but i dont know where to start. Can anyone help me get started on how to write my Forum?

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: I have a question....

    Moved to the correct forum.

    What server side languages do you know? Are you familiar with SQL?
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  4. #3
    Jordan Guest

    Re: I have a question....

    You will need to know a server side language and how to make that language interact with a database. Server side languages include PHP, ASP, Perl, Ruby and a few other less popular methods such as c++ as CGI.

    Posted via CodeCall Mobile

  5. #4
    Join Date
    Sep 2007
    Location
    Karlstad, Sweden
    Posts
    3,082
    Blog Entries
    7
    Rep Power
    42

    Re: I have a question....

    and as well, you would need to know a good data storage, for example SQL.

    The main thing for a forum consists of these entities:
    * Users
    * Categories
    * Threads
    * Posts
    * Groups and/or rights

    where categories normally is self-iterable(?), so one category can be a "parent category" for another one. Normally only holds parent-info and the name

    Threads are a container for the posts, mostly information on topic, creator, and category belongings.

    Posts is the very text messages, storing author, text and to which thread it belongs

    Groups would be user grouping to let different people have different access. there are may ways to perform the same thing here, if needed, even.

  6. #5
    Join Date
    Mar 2008
    Location
    The North Pole
    Posts
    13,174
    Blog Entries
    13
    Rep Power
    114

    Re: I have a question....

    If you really don't know where to start, I think you ought to become a bit more familiar with web technologies in general before making your forum. Or just use something like phpBB, free and pretty good.

    Quote Originally Posted by Jordan View Post
    Good members, like yourself, stick around and post for ages to come!
    Mr. Xav | Blog | Forums

  7. #6
    Join Date
    Feb 2009
    Posts
    2
    Rep Power
    0

    Re: I have a question....

    I know some HTML.

  8. #7
    Join Date
    Sep 2007
    Location
    Karlstad, Sweden
    Posts
    3,082
    Blog Entries
    7
    Rep Power
    42

    Re: I have a question....

    Then, you have to ask yourself if you want to learn html really good, and also CSS, PHP & SQL, or if you can work with a ready solution (which is really well customizable if you want to as well) that does not require that much knowledge. The first option, if you are fast learner, I think it would take somewhere six to twelve months before having enough experience and knowledge to create a decent forum.

  9. #8
    MrGamma is offline Learning Programmer
    Join Date
    Jul 2008
    Posts
    50
    Rep Power
    13

    Re: I have a question....

    Quote Originally Posted by Ark_Angel_Hacker View Post
    I want to write my own forum, but i dont know where to start. Can anyone help me get started on how to write my Forum?
    I would download a copy of phpBB... I always thought the database structure was well done. I am sure others have different opinions but it would be a really good idea to learn how people structure the data before you try to code anything.

  10. #9
    Join Date
    Sep 2007
    Location
    Karlstad, Sweden
    Posts
    3,082
    Blog Entries
    7
    Rep Power
    42

    Re: I have a question....

    Quote Originally Posted by MrGamma View Post
    I would download a copy of phpBB... I always thought the database structure was well done. I am sure others have different opinions but it would be a really good idea to learn how people structure the data before you try to code anything.
    Yes. it's always good to get different views on solutions. I'm also one of those who download a couple of open source projects doing something similar, and see how they've solved the data and takes ideas...

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Question:technical question answering system algorithm?
    By vbehzadan in forum General Programming
    Replies: 1
    Last Post: 04-28-2010, 12:41 PM
  2. Replies: 4
    Last Post: 03-27-2010, 08:27 PM
  3. C# noob question 3, list question
    By Siten0308 in forum C# Programming
    Replies: 3
    Last Post: 01-21-2010, 07:41 AM
  4. QUESTION Strcat/Strstr/strcpy Question
    By wgre0111 in forum C and C++
    Replies: 1
    Last Post: 10-19-2008, 03:12 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts