Help for setting up a forum on Intranet

  • Thread starter Homer Simpson
  • Start date
  • Tags
    Forum
In summary, forum software can be purchased and installed on a computer inside your LAN for free. It can be used by only certain people on the LAN and it is easy to password protect it.
  • #1
Homer Simpson
184
1
Hi all,

At work we are looking into the idea of setting up a forum much like this one on our intranet to share information amongst our co-workers. I have no idea how much is involved or where to begin.

-Is there software that can be purchased?
-Can it be done on intranet for only certain people on the LAN?
-Is it hard to get a forum that has similar thread organization and search tools as this one?
-Have you heard of any other industry doing this?

Thanks very much.
 
Computer science news on Phys.org
  • #2
To have it for your intranet only i guess you would have to run it on the intranet's server.

Most of the forums are very simple to install as the often come with an installation script, that asks for information such as db host, pass, etc. It is usually for setting up the database and the initial configurations, like allowing guest posts, etc.

This site uses vbulleting but there are many free, opensource ones like PunBB.
 
  • #3
You'll need a server machine inside your LAN. There are many ways you can do this for free, most (all even) the software is free.
Number one you'll need some machine to run as server, any machine will do, the faster the better of course. You'll need Web Server software such as:
Apache (free) http://httpd.apache.org/
Microsoft Internet Information Service (IIS). A free copy comes in your windows CD, not installed by default, you can install it by going to control Add/Remove Programs, WIndows Components and selecting IIS. The versions of IIS that come with non server Windows Operating Systems are usually limited in the number of connections to, i think, about 10, which might be too little.

Unless a computer in your LAN is running Windows 2003 Server i would go with Apache, otherwise i would go with IIS.
Some forum software:
http://www.phpbb.com/downloads.php (free)
http://www.vbulletin.com/ (free to try)
Both of these forums run on PHP, and MYSQL. PHP is server-side language, so in order to run these forums your Web Server (whichever you pick) will need to be configured to run PHP. PHP is free:
http://www.php.net/
Finally, you'll also need MYSQL, a free database server so that your forums can store all of the posts and all the user information. Check whether your forum installation comes with a copy of MySQL, otherwise go to:
http://dev.mysql.com/downloads/

You should know that there are alternatives to PHP, like ASP/ASP.NET and JSP. If you find forum software that runs in JSP, PHP or CGI, then install the correct server extension. Windows likes ASP/ASP.NET obviously, and if you have the .NET framework, which you likely do if you ever updated Windows recently, then your IIS can easily run ASP/ASP.NET.
But, from what I've seen, the PHP forums are the most popular, and for good reasons, they're the best I've seen by far.

It's also very easy to password protect the forum if needed.
 
Last edited:
  • #4
Thanks a lot for the details
 

1. How do I set up a forum on our company's Intranet?

Setting up a forum on your company's Intranet can be done by first obtaining the necessary permissions and access to the Intranet platform. Once you have access, you can then create the forum by following the platform's instructions and using any available templates or layouts to customize the forum's appearance.

2. Can I restrict access to the forum on our Intranet?

Yes, most Intranet platforms have the option to restrict access to certain users or groups within the company. This can be done by setting up permissions and access levels for the forum, as well as requiring users to login with their company credentials to access the forum.

3. How do I add new members to the forum on our Intranet?

Adding new members to the forum on your company's Intranet can be done by assigning them the appropriate permissions and access levels. You can also send invitations to join the forum to specific users or groups within the company.

4. Is it possible to customize the features and layout of the forum on our Intranet?

Yes, most Intranet platforms have customizable features and layouts for their forums. You can typically add or remove features, change the color scheme and design, and rearrange the layout to best fit your company's needs and preferences.

5. Can multiple forums be set up on our company's Intranet?

Yes, it is possible to set up multiple forums on your company's Intranet. This can be useful for creating separate forums for different departments or teams within the company, or for different topics and discussions. Each forum can have its own customization and access settings.

Similar threads

  • STEM Educators and Teaching
Replies
3
Views
2K
  • Computing and Technology
Replies
15
Views
4K
Replies
2
Views
90
  • Quantum Interpretations and Foundations
Replies
30
Views
2K
  • Special and General Relativity
Replies
15
Views
1K
Replies
10
Views
2K
Replies
1
Views
814
  • New Member Introductions
Replies
1
Views
579
Replies
4
Views
1K
Back
Top