Questions tagged [forum]
The forum tag has no summary.
4 questions
1 vote
1 answer
73 views
Should I give users the ability to 'unreport' on a forum
(I really hope this is the appropriate place for a question like this. Nevertheless, I hope some of you can give me your opinions, regardless). I am building a forum with Laravel. Progress has been ...
1 vote
3 answers
2k views
Can government use a GNU GPL licensed sofware (phpBB) without posting the source code?
I'm now doing my internship in a government company (in India) and I've been assigned a project to create an online forum for the company.. I'm about to use phpBB forum software to create it, which ...
0 votes
1 answer
939 views
What's the best method for ignoring the BBCode between <code> tags in a full-post BBCode parser?
To clarify on the title a bit more, this is for a plugin for my forum. I'm doing this: div.html( parser( div.html() ) ) When sending the html string to the parser, of course I get something like: "[...
-2 votes
1 answer
339 views
Adding a forum to an existing site
I've got a site with ~500 registered members, 300 of which are what you'd call "active". Site data is kept in a MySQL dbase. I'd like to add a myBB forum to the site, but this question applies to any ...