Well, no real story behind this. The motivation just came from the need to combine downloading dl.tv episodes and drag'n dropping them from Finder to Disco ;-) ). So I wrote a little script that would download me a file right into the current folder in the front most Finder window.
Read more about "Download right into the Finder" ...Archive for scripts
-
Download right into the Finder
-
Get around IGN's download popups
First of all, I'm a wget junkie. I think I haven't used the download manager in Firefox for quite some time now simply because with wget everything is simply "better". Ok, the major advantage is that it allows to resume downloads ;-) So since I'm now a quite pleased IGN reader, I also wanted to use wget there to download all these nice videos.
Read more about "Get around IGN's download popups" ... -
What Drupal version do you have installed?
How do you determine what version of Drupal you've installed? Especially with older versions this might become a little bit problematic since the VERSION constant in the system.module was only introduced with Drupal 4.7.x.
A classic method is to simply look at the changelog of your installation ... if you still have it around. If not, you will have to start with some tricks.
Read more about "What Drupal version do you have installed?" ...
iedude asked what to do in this case on the Drupal board and I started digging around a little bit.