Need help creating a forum...

Discussion in 'HTML & Website Design' started by jimd118, Nov 19, 2007.

  1. #1
    Hi guys. Ive been trying to creat a forum on one of my sites. What is a good easy to do way of making a forum and having it be the entire page rather than and embeded little square? Thanks
    Jim
     
    jimd118, Nov 19, 2007 IP
  2. peter_anderson

    peter_anderson Notable Member

    Messages:
    3,382
    Likes Received:
    152
    Best Answers:
    0
    Trophy Points:
    240
    #2
    i dont quite get what you mean
     
    peter_anderson, Nov 19, 2007 IP
  3. infogle

    infogle Prominent Member

    Messages:
    2,732
    Likes Received:
    128
    Best Answers:
    1
    Trophy Points:
    300
    #3
    You want to make forum... if you are using a cpanel and linux server you can do this from "fantastico" inside the cpanel with one click your forum would be installed and if you are using a different linux control panel then download any free forum script and you can install it with help of installation file...

    Hope this helps...
     
    infogle, Nov 19, 2007 IP
  4. Alonski

    Alonski Active Member

    Messages:
    1,572
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    90
    #4
    I will install a forum for you if you like. Just PM me.
     
    Alonski, Nov 19, 2007 IP
  5. yooozy

    yooozy Well-Known Member

    Messages:
    1,153
    Likes Received:
    50
    Best Answers:
    0
    Trophy Points:
    170
    #5
    i suggest to install phpBB it's free and available on fantastico
    to make it fit to the entire page just change the width of your board like this :

    open up the file called "common.css"(located at /style/prosilver/theme), make sure it is the file which is in the style folder you wish to edit. Find this part of the code:

    Code: Select all
    #wrap {
    padding: 0 20px;
    min-width: 650px;
    }


    Change to something like this:

    Code: Select all
    #wrap {
    padding: 0 20px;
    width: 850px;
    min-width: 650px;
    margin: 0 auto;
    }



    good luck
     
    yooozy, Nov 19, 2007 IP
  6. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    436
    Best Answers:
    0
    Trophy Points:
    0
    #6
    DON'T go with phpBB. It's got more security issues than a Nimitz class aircraft carrier has sailors aboard. Go with another forum package instead, such as SMF or (dare I say it) vBulletin.
     
    Dan Schulz, Nov 19, 2007 IP
  7. pylon

    pylon Peon

    Messages:
    88
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #7
    i'd go with SMF they hold up very well.
     
    pylon, Nov 19, 2007 IP
  8. Alonski

    Alonski Active Member

    Messages:
    1,572
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    90
    #8
    I would try mybb I really love that one and it has many great plugins.
     
    Alonski, Nov 20, 2007 IP