Do you mean one like this one? Basically you need to know php and mysql (or other database) pretty well.
The main thing is planning, you must know how it will work before you start coding.
Just sort out how forums, threads and posts will be stored in the database. You will need a table for each of these, use auto increment fields to link the tables together.