Pligg review

After the mis-happenings with newscloud platform, I have decided to take a look into Pligg. It is based purely on digg and has customisable interface and supports multiple skins. I was really impressed. Although there are not too much modules, the system is quite capable, interface is nice. After looking into code, I was confirmed that it is very nicely built – there is proper separation between designs, seo and templates.

Still, there are couple of points that could be better:

1. Title formating rules are fixed – one needs to look in 10+ files to change it.

2. Configuration editing is hard to understand when there is no difference between clickable and unclickable area (except the mouse-over).

3. The url rewrite does not work without manual changing .htaccess in some cases.

4. Default template is not valid + it tends to use php inserts, what is kinda not nice.

Anyway, I was really impressed and I like that software.

UPDATE

After a while, we noticed a lot more issues with PLIGG.
1) Php inserts kinda suck. Lots of things were made as php inserts apparently and changing code was not nice task for programmers, worst cases are when they generate smarty content from inside php insert in smarty.
2) Pligg is database ineffective! You have to fix lot of things to make pligg stop querying same data over and over when page loads. There are up to 30 or so unnecessary queries on page load. So it wont scale nicely.

Although Pligg is still a possible consideration, I would recommend in investing on its rewrite.

Related posts:

  1. Boonex – bad programming example Boonex is an assembly of social site php scripts including chats, forum and the site itself. As we work on several social sites this year,...
  2. Asus RT-N16 router review: nice performance, poor with handling bad network lines Recently I had to buy a new router for my apartment. My old router Speedtouch was rebooting constantly when third wireless device connected to it....
  3. SLOW PCfighter review- another registry cleaner Slow PC Fighter is a registry cleaner from same family as Spam Fighter or Virus Fighter. Registry cleaners allow fixing errors and inconsistencies in PC’s...
  4. How I am hiring programmers for long-term work I am responsible for hiring process both in my own company and in the company I am working with now. And the biggest headache is...
  5. Codeigniter vs PHPCake I am trying to keep current with state of the art design practices, although I have not coded anything major for 2 years already. I...


One response to “Pligg review”

  1. H.W. Wilson

    You are right but Pligg has both good and bad thing. I was running it and I find issues with broken code in admin panel. Language file had issues after I upgraded to pligg 9.5. Scalability is issue. I eventually thank one company called Moonrank USA (http://www.moonrnak.com) who made a better rewrite of the code.

Leave a Reply