I have already built a site from scratch. It has banning, PM, comments, etc. The PMs and comments are done using markdown (like SO).
There are pros and cons for writing my own or using another software. But some cons keeping me from using another forum software is
- Multiple Logins: One for the site, one for separate forums.
- Need to Customization code: I'll need to change the toolbar in the forum software so I can access pages on the regular site.
- Look consistency: It may look drastically different from my site even after applying lots of css changes.
- Banning and User consistency. Users may be ban on site or on forums but not the other. users may select a different or multiple usernames on the forum instead of being forced to use the same username on both site and forum.
Should I write my own forum code or should I use something already written? What are some reasons for or against writing my own and using forum software?