Drupal 4.6.0 Released 38
ajayg writes "Drupal is IMHO one of the best open sourced Content Management Systems out there. The Drupal community has just released version 4.6.0 of their PHP based CMS which finally provides support for PHP5. The release follows 6 months of development, and includes -- among other changes -- better search function as well as usability improvements for permissions, block configuration, statistics tracking, logs, forum configuration, content administration, etc."
PHP-Nuke (Score:3, Interesting)
... plone (Score:5, Informative)
Compare with Drupal with xxx on CMS Matrix [cmsmatrix.org]
Re:... plone (Score:2)
I thought I'd give Drupal a go - installed it, which wasn't particularly friendly, even when compared to PHP apps like Wordpress... it all seems a little like a souped-up blogging tool, instead of a real CMS.
Re:... plone (Score:2)
Re:PHP-Nuke (Score:5, Informative)
Drupal has a much cleaner core design with a good API and theme engines. It also has impressive metadata capabilities for organising content. And a friendly vibrant community with no big egos involved, and lots of available 3rd party modules.
The only criticism I can think of would be that out of the box it is more of a blog style community portal than a static site CMS. It can do static site type stuff, but you will need to tweak it a little.
It's also pretty fast - up there with the fastest CMS apps. I'd recommend checking it out.
Re:PHP-Nuke (Score:3, Informative)
Re:PHP-Nuke (Score:2)
Nuke's great (Score:1, Interesting)
Drupal is much more stable and secure. If you're running PHP correctly, it's fairly well locked down.
*knock wood*
Haven't had any problems yet.
phpNuke, however, it was like restoring backups every other week.
Just wait. If the Brazilian script kiddies get their hands on your site, you'll know what I mean.
Re:PHP-Nuke (Score:2)
If they haven't, Drupal still has its own built-in forum system. This places it in pretty sparse company, with the only other decent package being Land Down Under, to my knowledge.
Drupal is, as I recall, significantly more secure than LDU. However, where Drupal fails me is in its security *flexibility*; I'm looking for something with very lo
Re:PHP-Nuke (Score:2, Interesting)
There is, for example, the 'opt-in' module, which, despite the name, just gives roles to people who click a checkbox. (Obviously designed for a mailing list, but they're real roles, and work everwhere.)
And there's paypal subscription, granting roles to people who pay money.
And there's 'automember', where frequent posters can automatically get assigned roles.
The real problem is that node permission suck. You can get node_privacy_byrole, but that's
Re:PHP-Nuke (Score:2)
I should build something to fix that. Telegard ACS codes are probably a bit too terse these days, but I could probably come up with something comparable.
Re:PHP-Nuke (Score:1)
Not impressed (Score:2, Interesting)
Just now browsing through the Drupal site, I'm left totally unimpressed by the forums and general features their own site seems to offer, not to mention that the screenshot gallery [drupal.org] appears to have some CSS issues with Firefox.
Re:Not impressed (Score:3, Interesting)
Xoops is a good attempt at taking a *Nuke engine and cleaning it up by using object oriented design. But this still leaves some cruft in there.
On the other hand Drupal has a much leaner design. And it can be completely CSS themed now (Xoops still mostly uses layout table designs). Drupal does have a slightly higher learning curve (e.g. the taxonomy system), but it is more f
Drupal was good, now I use e107. (Score:3, Interesting)
http://e107.org/ [e107.org]
Also, to compare Drupal with other sites and a ranking of popular CMS software, check out http://www.opensourcecms.com [opensourcecms.com]. Its good to know what each CMS software offers, and they had a trial section where you could log in as admin and see what the admin section was like. Thats very impressive.
Re:Drupal was good, now I use e107. (Score:3, Insightful)
The most well designed PHP app (Score:5, Interesting)
I hope many open source PHP applications will reuse the Drupal architecture principles.
Re:The most well designed PHP app (Score:5, Insightful)
As the author of the article in question [drupaldocs.org], I'd be happy to take some constructive criticism.
Quick summary for the link-wary:
Drupal on Citizen Chris (Score:3, Informative)
I've been happy with the results. It has a clean design and good documentation for a free software project.
I've been too lazy/busy to tinker much with it, but the leqrning curve should be simple enough for most administrator types, though not necessarily for the layman.
Re:Drupal on Citizen Chris (Score:2)
Re:http://drupal.org/ (Score:1, Troll)
In other words, blogware.
Re:http://drupal.org/ (Score:2, Informative)
Re:Require PHP5? (Score:2)
Tested under a "slashdotting" my ass (Score:1)
"Caching - The caching mechanism eliminates database queries increasing performance and reducing the server's load. Not only can the caching be tuned in real time, while your site is under load, but it has been successfully tested under a "slashdotting" and performed extremely well."
but when I went earlier, during the relatively MILD
Re:Tested under a "slashdotting" my ass (Score:1)
The statement from Drupal indicates that they reduce server load by not requiring so much database access for cached pages. Perhaps even no database access at all.
Although the MySQL error is not guaranteed to be due to Drupal database access, that would be my first suspicion if I were debugging it. After all, it should be Drupal that's actually emitting the message, right?
And yes, I do know how to interpret error messages: read them track down the source t
Very Clean (Score:2)
The taxonomy ('vocabulary') looks interesting for an app like this. Think I'll play and see how many children I can have.