Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

General Discussion

How can I create a basic forum and what to learn next?

I created a website and I want to add a basic forum nothing to fancy. I have a pretty good knowledge of HTML and CSS. Im ready to learn something different in order to make my websites better and more interactive. Also what language(s) is(are) used to create forums?

3 Answers

Hi Arturo,

To make your website more interactive, you can learn Javascript and Jquery. If you want to create a forum or a website with users authentification and database, you will need to learn a server-side language like PHP, Ruby or Python (someone correct me if I'm wrong).

But if you want to install a forum as soon as possible, there are some free that you can install in your website.

Hope it helps a bit !

You can install a phpbased forum and integrate it into your existing webpage. I used one that's pretty popular called phpbb. You can find it at www.phpbb.com it's free and pretty easy to install. Then you can edit the header and footer files and even customize the color palette of it. I used it for a Lakers fan page I made www.lakers24seven.com/forum the more you play and edit you will even learn php. The best way to learn to be honest is to tinker with stuff mess it up and figure it out. So basically you wanna learn php for this, here is a video I found to get you started if you wanna do it yourself.

https://m.youtube.com/watch?v=ajK9lhlkjhs

Good luck, keep learning.

Thanks, I ended up using phpbb it was really simple to use. It was just a pain installing automod on it lol. but all is well with this now.

No problem, glad to help.

Here check this out. There is a way to modify the header and footer to what you want your forum to look like. A lot of people ask this question when they get there forum up and info is hard to find, but I found it when I was trying to customize my site. You should take the php course next in treehouse to really understand how to modify that phpbb software.

https://www.phpbb.com/community/viewtopic.php?f=74&t=639205