User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the PHP section within the Web Development category of DaniWeb, a massive community of 391,593 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,666 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our PHP advertiser: Lunarpages PHP Web Hosting
Views: 3542 | Replies: 8
Reply
Join Date: Sep 2005
Location: Glasgow
Posts: 3
Reputation: webmacker is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
webmacker webmacker is offline Offline
Newbie Poster

help with setting up a forum site

  #1  
Sep 23rd, 2005
Can anyone help me set up a forum site from either a drupal script or any other script from the net. My backsite knowledge is limited so any help would be greatly appreciated. I have registered a domain name and my ISP has mySQL and PHP etc. so I don't need to set that up only tie it in with a site and so on.
Look forward to hearing from you.
Kind regards
keith
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Aug 2005
Location: Oklahoma
Posts: 902
Reputation: chrisbliss18 is an unknown quantity at this point 
Rep Power: 4
Solved Threads: 21
chrisbliss18's Avatar
chrisbliss18 chrisbliss18 is offline Offline
Posting Shark

Re: help with setting up a forum site

  #2  
Sep 23rd, 2005
phpBB is an open-source forum package that is very good. It's also free. I recommend that you go to that site and follow the instructions on setting up a forum.
Did we help you? Did we miss the point entirely? Update your thread and let us know.
Don't like the answers you are getting?
Did you try searching?
Clean up and optimize Windows 2000/XP
Reply With Quote  
Join Date: Jan 2005
Location: Sheffield, UK
Posts: 294
Reputation: zippee is an unknown quantity at this point 
Rep Power: 4
Solved Threads: 6
zippee's Avatar
zippee zippee is offline Offline
Posting Whiz in Training

Re: help with setting up a forum site

  #3  
Sep 23rd, 2005
If you find phpBB is too complex for you, you may try miniBB (http://www.minibb.net/), as we used on our website.
Ecommerce-Web-Store.com Building Your e-Business.
Reply With Quote  
Join Date: Sep 2005
Location: Albany, NY
Posts: 43
Reputation: ayksolutions is an unknown quantity at this point 
Rep Power: 3
Solved Threads: 1
ayksolutions's Avatar
ayksolutions ayksolutions is offline Offline
Light Poster

Re: help with setting up a forum site

  #4  
Sep 26th, 2005
phpbb is pretty simple to set up, simply because the website provides such great support. I have used phpbb on many occassions and have currently set up a board on our hosting website. If you are really bold and adventurous, there are a ton of MODs available that you can use to enhance your forumboard.


Good luck
AYKsolutions.com
Hosting & Web Design
Professional. Painless. Polite.
Visit our FAQ.
Reply With Quote  
Join Date: Sep 2005
Location: Glasgow
Posts: 3
Reputation: webmacker is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
webmacker webmacker is offline Offline
Newbie Poster

Re: help with setting up a forum site

  #5  
Sep 28th, 2005
Thank you Chrisbliss18 I will go to phpbb and give it a whirl.
Thanks again
regards
Keith
Reply With Quote  
Join Date: Sep 2005
Location: Glasgow
Posts: 3
Reputation: webmacker is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
webmacker webmacker is offline Offline
Newbie Poster

Re: help with setting up a forum site

  #6  
Sep 28th, 2005
Thank you also to Zippee and ayksolutions for help. It looks like phpbb or minibb seems to be the way to go.
Thank you all again.
I will come back with how I get on.
Kind regards
Keith
Reply With Quote  
Join Date: Jul 2005
Location: Chennai India
Posts: 65
Reputation: chrisranjana is an unknown quantity at this point 
Rep Power: 4
Solved Threads: 2
chrisranjana chrisranjana is offline Offline
Junior Poster in Training

phpbb and mods

  #7  
Sep 28th, 2005
Also phpbb has quite a number of mods

http://www.phpbb.com/mods/

which you can try out.
Reply With Quote  
Join Date: Sep 2005
Location: Albany, NY
Posts: 43
Reputation: ayksolutions is an unknown quantity at this point 
Rep Power: 3
Solved Threads: 1
ayksolutions's Avatar
ayksolutions ayksolutions is offline Offline
Light Poster

Re: help with setting up a forum site

  #8  
Sep 28th, 2005
No problem, glad to be of help.

Aside from phpbb.com, I would recommend the following sites for finding new modifications:

phpbbhacks.com
forums.area51.com
phpbbstyles.com

If you do have any questions regarding setting it up, feel free to contact me, I would be more than happy to help you out.
AYKsolutions.com
Hosting & Web Design
Professional. Painless. Polite.
Visit our FAQ.
Reply With Quote  
Join Date: Sep 2005
Posts: 639
Reputation: digital-ether has a spectacular aura about digital-ether has a spectacular aura about 
Rep Power: 5
Solved Threads: 38
Moderator
digital-ether's Avatar
digital-ether digital-ether is offline Offline
Practically a Master Poster

Solution Re: help with setting up a forum site

  #9  
Sep 28th, 2005
Originally Posted by webmacker
Can anyone help me set up a forum site from either a drupal script or any other script from the net. My backsite knowledge is limited so any help would be greatly appreciated. I have registered a domain name and my ISP has mySQL and PHP etc. so I don't need to set that up only tie it in with a site and so on.
Look forward to hearing from you.
Kind regards
keith

If you will need other features on your website, aside from a forum, such as photo galleries, blogs, etc. its best to first build your site using a content management system, such as drupal, or xoops, mambo, joomla etc. then integrate a forum such as phpBB, SimpleMachines Forum, vBulletin (commercial), ivisionBoard, etc.

You can view alot of CMSs and compare them at cms-matrix.org
You can test demos of cms's at http://www.opensourcecms.com/

Many of the forum software is integrated into these CMS, either as complete components, or modules or you can have a standalone (seperate) install of the forum, and install a port on your CMS that will allow them to work together.

The CMS will solve the management of your content, and also serve as a base to integrate other features like galleries, classifieds, wikis, blogs etc.
Its also an easy platform for development (as its usually designed for this), as opposed to developing additional features for a forum, which is designed only to be a forum.

For example:

I use Mambo or Joomla most the time. phpBB is fully integrated. I just install a seperate phpBB board, and install the port (connector script) in mambo.
When I want to add a gallery, I just install the famous gallery, or coppermine gallery, on a seperate folder of my site, and then install the port on my Mambo or Joomla CMS that connects the gallery.

This allows the users to just register on the cms, and be logged into the forum, and gallery, and any other addon all at once.

If you go to each gallery, or forum's website, and search the keyword for the cms you use in their forum, you will most likely find they have a port to your cms that you can use, and instructions.
You can also just search something like "mambo phpbb port" or similar on google.

Its a bit harder than just installing the forum, or gallery, etc. but its worth it.
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

DaniWeb PHP Marketplace
Thread Tools Display Modes

Similar Threads
Other Threads in the PHP Forum

All times are GMT -4. The time now is 11:30 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC