I'm working with a buddy of mine on a pretty large web portal project for the computer based demoscene, a site that I call SceneSpot (http://www.scenespot.org). It's done in perl and mySQL with apache. We have a cookie system and a membership system in place (where they can have a login, change preferences, etc). I would like to implement some sort of forums into the system. Honestly, I dont' know exactly where to begin.
Considering that I want to integrate the forums with each news brief, or other items within the site, I can't really adapt one of those open source forum systems that's already out there. I am envisioning some sort of system that uses the same login information, and allows users to reply on the spot -- just like they do at Slashdot, or here for that matter.
I went browsing CPAN, and I didn't realy come up with much luck. Perhaps I'm going about things the wrong way. I could use a few pointers in the right direction. Considering the amount of integration I want, would a pm do any service for me here?
As an additional note...are there any loopholes or potential problems that I might have to code for that I might be overlooking? So far, I realize that I will likely have to create a way to parse HTML commands out so that people don't screw up my page's HTML. I can't think of any other potential problems of having a forum.
--Coplan
Edit kudra,
2002-02-20
Corrected typo in title
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.