No edit summary |
(Marked this version for translation) |
||
Line 4: | Line 4: | ||
SMF is a very versatile forum software. It has many features, including the following: | SMF is a very versatile forum software. It has many features, including the following: | ||
<!--T:2--> | |||
{{TOCright}} | {{TOCright}} | ||
===General=== | ===General=== | ||
*Uses PHP, and a database system: MySQL, PostgreSQL or SQLite. | *Uses PHP, and a database system: MySQL, PostgreSQL or SQLite. | ||
Line 21: | Line 21: | ||
**Search within your personal messages. | **Search within your personal messages. | ||
<!--T:16--> | ===Security=== <!--T:16--> | ||
*All actions seamlessly require a session based authorization code. | *All actions seamlessly require a session based authorization code. | ||
*Administrative actions require the user's password (and do not rely solely on cookies.) | *Administrative actions require the user's password (and do not rely solely on cookies.) | ||
Line 28: | Line 27: | ||
*The number of login attempts from a certain IP can be limited and time locked. | *The number of login attempts from a certain IP can be limited and time locked. | ||
<!--T:21--> | ===Forum Settings=== <!--T:21--> | ||
*Ability to display page creation time and query count per page. | *Ability to display page creation time and query count per page. | ||
*Put a board into maintenance mode, allowing only admins to login. | *Put a board into maintenance mode, allowing only admins to login. | ||
Line 35: | Line 33: | ||
*Ability to break up long words. | *Ability to break up long words. | ||
<!--T:26--> | ===Boards and Categories=== <!--T:26--> | ||
*Group boards into collapsible categories. | *Group boards into collapsible categories. | ||
*Set categories as non-collapsible. | *Set categories as non-collapsible. | ||
Line 46: | Line 43: | ||
*Ability to indicate new posts to child boards but nothing new in parent. | *Ability to indicate new posts to child boards but nothing new in parent. | ||
<!--T:35--> | ===Member Registration=== <!--T:35--> | ||
*Require registration before forum entrance. | *Require registration before forum entrance. | ||
*Require a user to agree to terms before they register. | *Require a user to agree to terms before they register. | ||
Line 55: | Line 51: | ||
*Register new members from the admin center. | *Register new members from the admin center. | ||
<!--T:42--> | ===Member Navigation and Authentication=== <!--T:42--> | ||
*Several security checks during navigation. | *Several security checks during navigation. | ||
*Password reminder option, by email with confirmation. (doesn't automatically reset your password.) | *Password reminder option, by email with confirmation. (doesn't automatically reset your password.) | ||
Line 63: | Line 58: | ||
*Adjustable expiration time for authentication cookies. | *Adjustable expiration time for authentication cookies. | ||
<!--T:48--> | ===Member Tracking and Tracing=== <!--T:48--> | ||
*Sortable and searchable public memberlist (accessible by a permission.) | *Sortable and searchable public memberlist (accessible by a permission.) | ||
*Powerful sortable and searchable admin memberlist. | *Powerful sortable and searchable admin memberlist. | ||
Line 71: | Line 65: | ||
*See who's doing what (accessible by permission.) | *See who's doing what (accessible by permission.) | ||
<!--T:54--> | ===Statistics=== <!--T:54--> | ||
*Several board statistics (accessible by permission.) | *Several board statistics (accessible by permission.) | ||
*Tracking of member's online time in seconds. | *Tracking of member's online time in seconds. | ||
Line 78: | Line 71: | ||
*Individual member statistics accessible from their profile. | *Individual member statistics accessible from their profile. | ||
<!--T:59--> | ===News and Announcements=== <!--T:59--> | ||
*Ability to create announcement boards (members receive a notification of topics automatically.) | *Ability to create announcement boards (members receive a notification of topics automatically.) | ||
*Member option to disable receiving announcements. | *Member option to disable receiving announcements. | ||
Line 85: | Line 77: | ||
*Show a news ticker or news fader. | *Show a news ticker or news fader. | ||
<!--T:64--> | ===Communication=== <!--T:64--> | ||
*'''Ability to choose sendmail or SMTP (with or without authentication.)''' | *'''Ability to choose sendmail or SMTP (with or without authentication.)''' | ||
*Ability to send a topic to a friend. | *Ability to send a topic to a friend. | ||
*Ability to view a "printer friendly" version of topics. | *Ability to view a "printer friendly" version of topics. | ||
<!--T:68--> | ===Membergroups=== <!--T:68--> | ||
*Create membergroups to group members on permissions, access rights, and/or appearance. | *Create membergroups to group members on permissions, access rights, and/or appearance. | ||
*'''Assign several membergroups to a single member, with one membergroup as the primary group.''' | *'''Assign several membergroups to a single member, with one membergroup as the primary group.''' | ||
Line 100: | Line 90: | ||
*Determine which membergroups are allowed to access a board. | *Determine which membergroups are allowed to access a board. | ||
<!--T:75--> | ===Banning=== <!--T:75--> | ||
*Ban members based on their username, email address, IP address or hostname. | *Ban members based on their username, email address, IP address or hostname. | ||
*'''Support of wildcards for email address, IP address, and hostname.''' | *'''Support of wildcards for email address, IP address, and hostname.''' | ||
Line 109: | Line 98: | ||
*'''Include an expiration time for bans.''' | *'''Include an expiration time for bans.''' | ||
<!--T:82--> | ===External integration=== <!--T:82--> | ||
*Integrate parts of forum software into existing website using SSI or PHP. | *Integrate parts of forum software into existing website using SSI or PHP. | ||
*Recent topics or posts. | *Recent topics or posts. | ||
Line 116: | Line 104: | ||
*Recent polls. | *Recent polls. | ||
===Export forum data using XML/RSS=== <!--T:87--> | |||
===Export forum data using XML/RSS=== | |||
*Latest members. | *Latest members. | ||
*News. | *News. | ||
*Recent posts. | *Recent posts. | ||
<!--T:91--> | ===Wireless access=== <!--T:91--> | ||
*'''Support for WAP, WAP2 and I-mode protocols.''' | *'''Support for WAP, WAP2 and I-mode protocols.''' | ||
*Browse through boards/topics/messages with reduced page size. | *Browse through boards/topics/messages with reduced page size. | ||
Line 131: | Line 117: | ||
*Ability to post new messages (not with WAP 1.) | *Ability to post new messages (not with WAP 1.) | ||
<!--T:98--> | ===Theming and Templating=== <!--T:98--> | ||
*Ability to allow or disallow your users to select their own theme. | *Ability to allow or disallow your users to select their own theme. | ||
*Ability to reset all of your members to a certain theme. | *Ability to reset all of your members to a certain theme. | ||
Line 142: | Line 127: | ||
*SSI can have and show layers and the like from the template system. | *SSI can have and show layers and the like from the template system. | ||
<!--T:107--> | ===Posting Features=== <!--T:107--> | ||
*'''Spell Check.''' | *'''Spell Check.''' | ||
*Quick Reply | *Quick Reply | ||
Line 153: | Line 137: | ||
*'''Insert Quote feature on posting screen to quickly quote previous replies.''' | *'''Insert Quote feature on posting screen to quickly quote previous replies.''' | ||
<!--T:116--> | ===Polls=== <!--T:116--> | ||
*'''Can be added or removed to existing topics.''' | *'''Can be added or removed to existing topics.''' | ||
*Ability to set expiration date. | *Ability to set expiration date. | ||
Line 162: | Line 145: | ||
*Polls can have up to 256 options. | *Polls can have up to 256 options. | ||
<!--T:123--> | ===Attachments=== <!--T:123--> | ||
*Allowed on a per member group or board basis. | *Allowed on a per member group or board basis. | ||
*'''The filename is hashed to increase the security (so you can upload .php files, etc.)''' | *'''The filename is hashed to increase the security (so you can upload .php files, etc.)''' | ||
Line 170: | Line 152: | ||
*Images can be embedded into posts. | *Images can be embedded into posts. | ||
<!--T:129--> | ===Calendar Support=== <!--T:129--> | ||
*Shows Birthdays, Events and Holidays. | *Shows Birthdays, Events and Holidays. | ||
*Display calendar information on board index. | *Display calendar information on board index. | ||
Line 179: | Line 160: | ||
*Events can span multiple days. | *Events can span multiple days. | ||
<!--T:136--> | ===Moderation Tools=== <!--T:136--> | ||
*Ability to lock and unlock a topic. | *Ability to lock and unlock a topic. | ||
*Topics which are locked by an administrator can not unlocked by anyone else. | *Topics which are locked by an administrator can not unlocked by anyone else. | ||
Line 195: | Line 175: | ||
**Double click to edit topic subjects on message index. | **Double click to edit topic subjects on message index. | ||
===User Profiles and User Options=== <!--T:150--> | |||
===User Profiles and User Options=== | |||
*Ability to hide your email address from the public. | *Ability to hide your email address from the public. | ||
*Select their favorite theme among the activated forum themes. | *Select their favorite theme among the activated forum themes. | ||
Line 209: | Line 188: | ||
*Personal text, avatar, signature, and all the niceties of forums can be used and are kept up to date in all your posts. | *Personal text, avatar, signature, and all the niceties of forums can be used and are kept up to date in all your posts. | ||
<!--T:162--> | ===User Resources=== <!--T:162--> | ||
*Icons for topics you've posted to. | *Icons for topics you've posted to. | ||
*'''Show new replies to your posts.''' | *'''Show new replies to your posts.''' | ||
Line 219: | Line 197: | ||
*Topics that span multiple pages have the page numbers listed as well as an "all" link. | *Topics that span multiple pages have the page numbers listed as well as an "all" link. | ||
<!--T:170--> | ===Other features=== <!--T:170--> | ||
*Several forum statistics | *Several forum statistics | ||
*List of users online. | *List of users online. |
Revision as of 18:44, 12 July 2011
Languages | English · Deutsch · Ελληνικά · español · français · italiano · Nederlands · norsk · português · русский · srpski (latinica) · svenska |
---|
SMF is a very versatile forum software. It has many features, including the following:
General
- Uses PHP, and a database system: MySQL, PostgreSQL or SQLite.
- Comprehensive template system.
- Advanced permission and user management.
- Supports multiple languages at once.
- Open and well-documented source code.
- Tracking of new and old unread topics, not just from your last visit.
- Designed for optimal performance and scalability.
- Multi-media output: XHTML, XML, RSS, WAP
- Multi-language support from a large community.
- Package manager that automatically installs or uninstalls mods (also known as packages.)
- Search:
- Search the entire forum, a category/board or within a topic.
- Search within your personal messages.
Security
- All actions seamlessly require a session based authorization code.
- Administrative actions require the user's password (and do not rely solely on cookies.)
- Major actions are time and IP locked, preventing 'hammering'.
- The number of login attempts from a certain IP can be limited and time locked.
Forum Settings
- Ability to display page creation time and query count per page.
- Put a board into maintenance mode, allowing only admins to login.
- Word censoring, either full word or partial.
- Ability to break up long words.
Boards and Categories
- Group boards into collapsible categories.
- Set categories as non-collapsible.
- Reorder boards within categories, or reorder categories.
- Create child boards under other boards. (sub boards)
- Assign moderators to boards.
- Allow certain membergroups to access a board, including guests only.
- Configure permissions for each membergroup on the board level.
- Ability to indicate new posts to child boards but nothing new in parent.
Member Registration
- Require registration before forum entrance.
- Require a user to agree to terms before they register.
- Disable member registration completely (allowing only moderators to register people).
- Require email authentication by sending an authentication link.
- Require a moderator to approve registration.
- Register new members from the admin center.
- Several security checks during navigation.
- Password reminder option, by email with confirmation. (doesn't automatically reset your password.)
- Both cookie and session based authentication (works without cookies.)
- Cookies can be set local to a path, global to all subdomains, or normally.
- Adjustable expiration time for authentication cookies.
Member Tracking and Tracing
- Sortable and searchable public memberlist (accessible by a permission.)
- Powerful sortable and searchable admin memberlist.
- Show all (error) messages and IPs made by a member. (track user)
- Show all (error) messages from an IP address or range. (track IP)
- See who's doing what (accessible by permission.)
Statistics
- Several board statistics (accessible by permission.)
- Tracking of member's online time in seconds.
- Tracking of topics, messages, new members, and hits per day.
- Individual member statistics accessible from their profile.
News and Announcements
- Ability to create announcement boards (members receive a notification of topics automatically.)
- Member option to disable receiving announcements.
- Email or private message your members by membergroup.
- Show a news ticker or news fader.
Communication
- Ability to choose sendmail or SMTP (with or without authentication.)
- Ability to send a topic to a friend.
- Ability to view a "printer friendly" version of topics.
Membergroups
- Create membergroups to group members on permissions, access rights, and/or appearance.
- Assign several membergroups to a single member, with one membergroup as the primary group.
- Define membergroups that are auto-assigned based on the amount of posts a user has.
- Determine the maximum number of personal messages a membergroup is allowed to have by group.
- Assign graphical symbol(s) to a membergroup - by primary group.
- Determine which membergroups are allowed to access a board.
Banning
- Ban members based on their username, email address, IP address or hostname.
- Support of wildcards for email address, IP address, and hostname.
- Include a ban reason (viewable for the banned user).
- Include a ban note (only viewable by the admins).
- Chose between full ban, 'no post' ban, or registration ban.
- Include an expiration time for bans.
External integration
- Integrate parts of forum software into existing website using SSI or PHP.
- Recent topics or posts.
- Recent news posts in a board.
- Recent polls.
Export forum data using XML/RSS
- Latest members.
- News.
- Recent posts.
Wireless access
- Support for WAP, WAP2 and I-mode protocols.
- Browse through boards/topics/messages with reduced page size.
- Ability to login and logout (not with WAP 1.)
- Ability to see new topics/boards with new replies.
- Ability to jump to first unread reply.
- Ability to post new messages (not with WAP 1.)
Theming and Templating
- Ability to allow or disallow your users to select their own theme.
- Ability to reset all of your members to a certain theme.
- Ability to install a new theme via your administration center.
- Default templates are XHTML 1.0 Transitional and CSS 2.0 compliant.
- Admin can add smileys and smiley sets.
- Members can choose which smiley set they wish to use (or none.)
- Themes can be installed by way of the "latest and greatest themes" panel.
- SSI can have and show layers and the like from the template system.
Posting Features
- Spell Check.
- Quick Reply
- Members can disable it or collapse it.
- Can be used with "Quote".
- Also contains "Spell Check".
- Vast number of "bulletin board codes" to use (including rtl, acronym, and others.)
- Optional editing grace period before a post is shown as modified.
- Insert Quote feature on posting screen to quickly quote previous replies.
Polls
- Can be added or removed to existing topics.
- Ability to set expiration date.
- Ability to hide results till expiration of poll.
- Ability to hide results until after people have voted.
- Ability to determine how many votes a user may cast.
- Polls can have up to 256 options.
Attachments
- Allowed on a per member group or board basis.
- The filename is hashed to increase the security (so you can upload .php files, etc.)
- Optional restriction on what filetypes may be uploaded.
- Ability to restrict such that only registered members can view them (disables hotlinking, mostly.)
- Images can be embedded into posts.
Calendar Support
- Shows Birthdays, Events and Holidays.
- Display calendar information on board index.
- Link an existing topic to the calendar.
- Allow only certain members/groups post events.
- Event poster can edit event.
- Events can span multiple days.
Moderation Tools
- Ability to lock and unlock a topic.
- Topics which are locked by an administrator can not unlocked by anyone else.
- Ability to allow members to use moderation on just topics they posted.
- Report to moderator" link.
- Delete or modify posts.
- Ability to Merge/Split topics.
- Move or delete topics.
- Sticky or unsticky topics.
- Recycle bin/board for all deleted topics and posts.
- Moderation log which shows moderation activity and disallows log removal outside of 1 day.
- AJAX editing:
- Edit a post without page reloads.
- Double click to edit topic subjects on message index.
User Profiles and User Options
- Ability to hide your email address from the public.
- Select their favorite theme among the activated forum themes.
- Select their smiley set from the ones available.
- Email notification
- New topics per board.
- Single topics.
- Private messages.
- Login with 'invisible' mode.
- Options to hide other members' avatars and signatures.
- Ability to download and resize uploaded avatars.
- Personal text, avatar, signature, and all the niceties of forums can be used and are kept up to date in all your posts.
User Resources
- Icons for topics you've posted to.
- Show new replies to your posts.
- Collapsible 'Additional Options' on post screen.
- Ability to view most recent messages.
- List all topics that have new replies since your last visit.
- See who is browsing the same boards or topics as you.
- Topics that span multiple pages have the page numbers listed as well as an "all" link.
Other features
- Several forum statistics
- List of users online.
- The menu bar.
- News.
- Search.
- Login/logout.
- Today's events/birthdays/holidays.