Repositioning node comments
A strange quirk in Drupal 6 hard-codes comment rendering into the node module. This makes it quite difficult to reposition comments, for instance...
If you try deleting a symbolic link like this: rm -f test/ You get this: rm: cannot remove `test/': Not a directory Same deal if you try to use 'rmdir' to delete it. Here's what works: Remove the trailing slash from 'test/' and you're all gravy.
A strange quirk in Drupal 6 hard-codes comment rendering into the node module. This makes it quite difficult to reposition comments, for instance...
A/B and Multivariate Testing is a staple of the product development lifecycle. Whatever your goal, testing should be a frequently used tool in your...
I'm a big fan of having an automated deployment process. It's really the web development analog to the "one step build process", as described in the...