Managing Drupal Forum Permissions
Registered users can comment on Drupal forum topics. However, default permissions make it so you’re the only one who can post forum topics. Because the point of having a forum is to elicit discussion from visitors to your site, you will want to allow other people to post forum topics. This is controlled by the permissions settings for the Forum module.
Using the Dashboard menu bar, select People and then click the Permissions tab. When the Permissions overlay opens, you see a number of permission options related to how users interact with your site’s forums. The forum permission topics are
Administer Forums: Grants permission to create, edit, and delete containers and forums.
Forum Topic: Create New Content: User is permitted to create new forum topic.
Forum Topic: Edit Own Content: User can edit only forum topics she has created.
Forum Topic: Edit Any Content: User can edit all forum topics, not just his own.
Forum Topic: Delete Own Content: User can delete only forum topics she created.
Forum Topic: Delete Any Content: Grants permission to delete all forum topics, not just ones created by this user.
If you trust your authenticated users not to abuse the privilege, allow them to create new forum topics, delete their own forum topics, and edit their own forum topics. Doing so makes for a much more vibrant online community that will keep your users coming back for more, time and time again.

Web Design & Development Glossary
AJAX
asynchronous JavaScript and XML. A technique used in web page development.

Web Design & Development Glossary
API
application programming interface. A set of rules programs use to communicate with each other.

Web Design & Development Glossary
color stop
A special element that indicates a color to be added to a gradient.

Web Design & Development Glossary
FTP
File Transfer Protocol. A network protocol useful for transferring files in a client-server relationship.

Web Design & Development Glossary
HTML
HyperText Markup Language. The predominant language for building web pages.

Web Design & Development Glossary
HTTP
HyperText Transfer Protocol. The primary networking language for the Internet.

Web Design & Development Glossary
PHP
PHP Hypertext Processor. A scripting language that works well within HTML.

Web Design & Development Glossary
socket
A technology that allows remote computers to maintain a persistent connection in order to communicate with each other.

Web Design & Development Glossary
sprite
An graphic object on a web page that will be manipulated in real time.

Web Design & Development Glossary
SQL
Structured Query Language. A programming language useful in managing relational databases.

Web Design & Development Glossary
stateless protocol
An Internet procedure that completely breaks the connection between the client and the server after a transaction, meaning that the next transaction will require an entirely new connection.

Web Design & Development Glossary
Telnet
A network protocol useful in interactive, text-oriented communications.

Web Design & Development Glossary
W3C
World Wide Web Consortium. The organization that sets international standards for the World Wide Web.