Very High Activity

Ratings and Reviews

  Analyzed 6 days ago based on code collected 6 days ago.
Community Rating
4.09091
   

Average Rating:   4.1/5.0
Number of Ratings:   22
Number of Reviews:   1

My Review of Simple Machines Forum

You have not rated or reviewed this project. Click below to rate/review.  
0
 
New Review

Most Helpful Reviews

...d Jensen says:
Avatar
 
Do not use SMF for high traffic forums  
1
   
written over 2 years ago

Although SMF provides a lot of really good features for posting as a user and for administering the forum, I cannot recommend using this software.

First, SMF suffers the same problem as phpBB when is come to "mods." A "mod" for your SMF forum is not a plugin or a module, it is a "modification." A patch is applied to a section of the code to make a "mod" operable. This can lead to multiple conflicts and a forum that cannot be upgraded to the most recent version.

The code is not organized in a professional manner. It is all over the place. There is no MVC architecture, it does no haas any object oriented design principles, code cohesion is weak, and code coupling is tight. If you've read Code Complete, then you know that you want strong cohesion and loose coupling.

Finally, with about 350 posts per day, 30 registrations per day, and 11,000 pageviews, I have experience frequent table locks especially on the ban tables, which I had to clear out completely in order to restore the forum to an operational state.

If you need a small forum for a small group of people, then this might be OK. If you plan on operating a site and growing it, STAY AWAY FROM SMF.

Did this review help you?

Most Recent Reviews

...d Jensen says:
Avatar
 
Do not use SMF for high traffic forums  
1
   
written over 2 years ago

Although SMF provides a lot of really good features for posting as a user and for administering the forum, I cannot recommend using this software.

First, SMF suffers the same problem as phpBB when is come to "mods." A "mod" for your SMF forum is not a plugin or a module, it is a "modification." A patch is applied to a section of the code to make a "mod" operable. This can lead to multiple conflicts and a forum that cannot be upgraded to the most recent version.

The code is not organized in a professional manner. It is all over the place. There is no MVC architecture, it does no haas any object oriented design principles, code cohesion is weak, and code coupling is tight. If you've read Code Complete, then you know that you want strong cohesion and loose coupling.

Finally, with about 350 posts per day, 30 registrations per day, and 11,000 pageviews, I have experience frequent table locks especially on the ban tables, which I had to clear out completely in order to restore the forum to an operational state.

If you need a small forum for a small group of people, then this might be OK. If you plan on operating a site and growing it, STAY AWAY FROM SMF.

Did this review help you?

 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.