 |
 |
How would you make an online community like this?
|
 |
|
 |
|
Professional Poster
Join Date: Aug 2006
Location: The decaying ruins of Old New York
Status:
Offline
|
|
So. My friend wants to start up a community website. He wants people to be able to submit articles/posts without needing to log in - we want this to be anonymous. We'll capture IPs in case anyone does anything stupid/illegal and we don't catch it, but we want some kind of blogging/posting software (PHP & MySQL preferred) that allows anonymous, moderated posting.
I've looked at WordPress, but I can't seem to find any plugins that allow moderated anonymous posting (preferably with a captcha of some kind to keep out spambots). Livejournal's software is the same way.
I'm starting to think that phpBB or vBulletin is the way to go. IIRC both these forum apps allow anonymous, moderated posting, as well as allowing user accounts. We were wanting a blog sort of layout, but is there any open-source blog software that allows what we're looking for, or do we need to go with a forum-style design?
Anyone have any experience with this kind of thing?
|
|
|
| |
|
|
|
 |
|
 |
|
Addicted to MacNN
Join Date: Sep 2001
Location: Toronto
Status:
Offline
|
|
For WordPress, could you perhaps just create a universal user account and make the login and password public?
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Nov 2003
Location: The back of the room
Status:
Offline
|
|
Wiki. No experience with one, and not sure if any allow "anonymous" edits, but I wouldn't be surprised.
|
|
|
| |
|
|
|
 |
|
 |
|
Professional Poster
Join Date: Aug 2006
Location: The decaying ruins of Old New York
Status:
Offline
|
|
But can a wiki do a blog layout? As in, the articles in descending chronological order, paged every 20 articles or so...
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Jan 2006
Status:
Offline
|
|
Without registration you'll become spambot target number one. You will spend 10 hours a day looking at IP addresses and pulling your hair out.
|
|
|
| |
|
|
|
 |
|
 |
|
Professional Poster
Join Date: Aug 2006
Location: The decaying ruins of Old New York
Status:
Offline
|
|
Which is why we were looking at a twofold mechanism to prevent that - captchas and moderation...
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Jan 2006
Status:
Offline
|
|
Originally Posted by shifuimam
Which is why we were looking at a twofold mechanism to prevent that - captchas and moderation...
Then human spammers will drive you crazy all day. A popular forum isn't as easy to run as it looks. You need registration so you can block email addresses and domains if a registrant is a spammer. If you block IP ranges you could be blocking normal web users who share the same external IP address or range as spammers.
|
|
|
| |
|
|
|
 |
|
 |
|
Addicted to MacNN
Join Date: Oct 2002
Location: England | San Francisco
Status:
Offline
|
|
you could code this in Ruby on Rails in under an hour 
|
|
we don't have time to stop for gas
|
| |
|
|
|
 |
|
 |
|
Fresh-Faced Recruit
Join Date: Sep 2007
Location: South Florida
Status:
Offline
|
|
I personally recommend Drupal.
It is an excellent open source content management system.
If you want just a forum and have the money to spend.. I would recommend vBulletin.
|
|
Apple IIc, Apple //e, Macintosh Classic II, Power Macintosh 7100/80, 2001 iMac Graphite G3/600, Power Macintosh G4 Cube, 2002 Power Macintosh G4 QuickSilver, Power Macintosh G4 Mirror Door Drive, Mac Mini (original), Mac Mini 2009, PowerBook 150, PowerBook 520c, PowerBook 540, 2x iBook G3/300 Tangerine Clamshells, PowerBook G3 Wallstreet, Newton OMP, 2x Newton 100, Newton 110, Newton 120, Newton 130, Newton 2000, 2x Apple eMate 300, iPod Touch (2nd-gen)
|
| |
|
|
|
 |
|
 |
|
Mac Enthusiast
Join Date: May 2007
Location: Portland, Oregon
Status:
Offline
|
|
Originally Posted by Peter
you could code this in Ruby on Rails in under an hour
Is that pretty easy to pick up? They made it seem like th easiest thing on earth when it came out, but I never looked into it further.
|
|
24" iMac 2.16GHz c2d ~ 3G ram ~ 250G ~ Superdrive ~ Pure Sexiness
15" Powerbook G4 ~ 1.5GHz ~ 1.5G ram ~ 160G ~ Combo
|
| |
|
|
|
 |
|
 |
|
Addicted to MacNN
Join Date: Oct 2002
Location: England | San Francisco
Status:
Offline
|
|
there is a ruby on rails screencast where they walk you through the creation of something very similar to what you want
|
|
we don't have time to stop for gas
|
| |
|
|
|
 |
|
 |
|
Clinically Insane
Join Date: Mar 2001
Location: yes
Status:
Offline
|
|
|
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Mar 2002
Status:
Offline
|
|
Alternatively, you could use something like kusaba, wakaba or some other script that people use for any of the various 2chan clones. Completely anonymous, quite straightforward.
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Mar 2003
Status:
Offline
|
|
Originally Posted by Peter
you could code this in Ruby on Rails in under an hour
You can't even setup the software to run Ruby in under an hour. Also, Ruby has a fairly steep learning curve with it. You have to figure out all of the folder structures (which are weird), you have to get the mod-rewrite stuff working, and then you have to figure out the syntax (which is different than pretty much any other popular language out there today). I'm not saying it is bad, I'm just saying that it has a steep learning curve before it makes things easier for you.
|
|
|
| |
|
|
|
 |
|
 |
|
Clinically Insane
Join Date: Oct 2001
Location: San Diego, CA, USA
Status:
Offline
|
|
Originally Posted by torsoboy
You can't even setup the software to run Ruby in under an hour. Also, Ruby has a fairly steep learning curve with it. You have to figure out all of the folder structures (which are weird), you have to get the mod-rewrite stuff working, and then you have to figure out the syntax (which is different than pretty much any other popular language out there today). I'm not saying it is bad, I'm just saying that it has a steep learning curve before it makes things easier for you.
Are you sure you're thinking about the right language, not Lisp or something?
|
|
Chuck
___
"Instead of either 'multi-talented' or 'multitalented' use 'bisexual'."
|
| |
|
|
|
 |
 |
|
 |
|
|
|
|
|

|
|
 |
Forum Rules
|
 |
 |
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is Off
|
|
|
|
|
|
 |
 |
 |
 |
|
 |
|