Forum Moderators: phranque
Is there a script out there for text only (heck, even like the old UseNet forums) out there that I could try for the site?
Is it the user presentation, or the administrative (editing)interface that he's concerned about?
In either case, I'd think that most blog software can be rendered suitable.
It's just a matter of altering the CSS and (possibly, as well) template(s) within the blogging package.
I don't think there's a need to seek-out a special package for this.
To increase the load speed of the php files, you can add compression. In Apache you have to add the following two lines to the VirtualHost section of the website:
AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css
DeflateCompressionLevel 9
After these modifications load times won't be a problem anymore.