Results 1 to 16 of 16

Thread: [RESOLVED] Creating a forum

  1. #1

    Thread Starter
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Resolved [RESOLVED] Creating a forum

    Hi,

    I am assuming that to create a forum it would be programmed using php? I know how to get the user info from a database, and insert the information but don't know to start the next step. Some advice on this would be helpful even if it is just to tell me the correct language to use and some websites to help me.

    Thanks,


    Nightwalker
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  2. #2
    Learning .Net danasegarane's Avatar
    Join Date
    Aug 2004
    Location
    VBForums
    Posts
    5,853

    Re: Creating a forum

    This sites offers a free web forum software. Try that one

  3. #3
    Frenzied Member TheBigB's Avatar
    Join Date
    Mar 2006
    Location
    *Stack Trace*
    Posts
    1,511

    Re: Creating a forum

    Well, next would be the layout I suppose...

    What structure should the forum have; how should posts come to look; user stats...
    Delete it. They just clutter threads anyway.

  4. #4

    Thread Starter
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Creating a forum

    @ TheBigB

    After that is done how I code it? That part confuses me is it html, php or something else?

    Quote Originally Posted by danasegarane
    This sites offers a free web forum software. Try that one
    Thanks, I'll look into it!
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  5. #5
    Frenzied Member TheBigB's Avatar
    Join Date
    Mar 2006
    Location
    *Stack Trace*
    Posts
    1,511

    Re: Creating a forum

    Well,
    http://www.vbforums.com/showthread.php?p=3395521#post3395521
    PHP seems to do fine on VBF...
    Delete it. They just clutter threads anyway.

  6. #6

    Thread Starter
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Creating a forum

    Quote Originally Posted by TheBigB
    Well,
    http://www.vbforums.com/showthread.php?p=3395521#post3395521
    PHP seems to do fine on VBF...
    If you are referring to danasegarane's post I'm looking in to the MyBB forum setup.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  7. #7
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: [RESOLVED] Creating a forum

    he was refering to the .php extension on the page

    vBulletin software uses PHP. There are many phpforum softwares available for you to use.
    My usual boring signature: Something

  8. #8

    Thread Starter
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: [RESOLVED] Creating a forum

    Quote Originally Posted by dclamp
    he was refering to the .php extension on the page

    vBulletin software uses PHP. There are many phpforum softwares available for you to use.
    Ah ok, thanks!
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  9. #9

    Thread Starter
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Creating a forum

    Quote Originally Posted by danasegarane
    This sites offers a free web forum software. Try that one
    You don't happen to know what the install instruction mean by:

    CHMOD
    It refers to CHMOD in the mybb install.html but I unable to locate any file by that name in the files/folders that were downloaded as part of the setup package.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  10. #10
    Learning .Net danasegarane's Avatar
    Join Date
    Aug 2004
    Location
    VBForums
    Posts
    5,853

    Re: [RESOLVED] Creating a forum

    CHMOD

    If you are using the IIS them use the inetmgr to move to the Internet Infomation services. Select your Website,Right Click

    And then Select Properties-->Enable the Write Check box and now run the Installation wizard

    Make sure that IIS folder is not Read only one..
    Please mark you thread resolved using the Thread Tools as shown

  11. #11

    Thread Starter
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: [RESOLVED] Creating a forum

    Quote Originally Posted by danasegarane
    CHMOD

    If you are using the IIS them use the inetmgr to move to the Internet Infomation services. Select your Website,Right Click

    And then Select Properties-->Enable the Write Check box and now run the Installation wizard

    Make sure that IIS folder is not Read only one..
    Can I still use that mybb software? I am running
    WinXP Home which does not come with IIS.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  12. #12
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: [RESOLVED] Creating a forum

    It is setting the file permissions.

    Did they specify what the setting number is? (0777 ?)
    My usual boring signature: Something

  13. #13

    Thread Starter
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: [RESOLVED] Creating a forum

    Quote Originally Posted by dclamp
    It is setting the file permissions.

    Did they specify what the setting number is? (0777 ?)
    666 I think but I'm only new to this. You can download the files from the link danasegarane posted.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  14. #14
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: [RESOLVED] Creating a forum

    Quote Originally Posted by Nightwalker83
    Can I still use that mybb software? I am running
    WinXP Home which does not come with IIS.
    Then — I presume you are using Apache — ignore any chmod instructions.

  15. #15

    Thread Starter
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: [RESOLVED] Creating a forum

    Quote Originally Posted by penagate
    Then — I presume you are using Apache — ignore any chmod instructions.
    Is everything else in the install the same if I use apache?
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  16. #16
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: [RESOLVED] Creating a forum

    I suppose so. (I don't really want to download it just to look at the instructions.)

Posting Permissions

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



Click Here to Expand Forum to Full Width