I'm trying to set up a site using imagefield,imagecache,etc.
Two related problems:
* despite having imagemagick installed on the server, and confirmed by the ImageAPI module, the Image toolkit module says "No image toolkits found"
* imagecache isn't working - I have both a "thumbnail" and "preview" size defined, but neither one is being created
I've done some searching on the topic, but am not quite getting a clear answer. It seems that I might have to copy some include files from somewhere in the module's files to an include directory (presumably drupal's, but maybe not?) somewhere. I can't seem to find the right files or where to put them.
Thanks!
I'm using
Drupal 5.7
ImageField-5.x-1.1
ImageAPI 5.x-1.1
ImageCache 5.x-2.0
Hi!
I'm trying to upgrade a site from 4.x to 5.7 - but I don't know how to determine which version it is. I'd like to get it to 4.7.x before converting it to 5.7, knowing that during the 4.x upgrades they still made database structure changes within the versions.
Is there a relatively easy way to determine the version so I can apply the appropriate upgrades?
Thanks.
I ended up creating a module to solve my last problem.
Everything is working well, except I can't figure out how to do one thing.
I would like the page title (in the HTML head) to be decided by the dynamic content of the page. I can't figure out how to do this, as it seems that this is fixed in stone by the title value set in the items array in the hook_menu function at the time the module is activated. However, I know this dynamic titling is possible, because other modules (specifically the forum module) do it.
Any help would be greatly appreciated.
Starting with a URL of the form:
www.example.com/xyzzy/var1/var2
(where "xyzzy" refers to "node/x" through cleanURLs)
I'd like to be able to use the values of var1 & var2 in the PHP code for the node.
Can this be done?
(I'd rather not have to create an "xyzzy" module.)
I'm using the Calendar module to pull iCal calendars onto a unified calendar. However, it seems to be "double correcting" for GMT. For instance, one server (drupal site which I manage) I pull a calendar off of is at GMT-4. So a local event at 6 pm is listed in the iCal file at 10 pm (2200). However, on the unified calendar it is showing as 2 pm. Another calendar is on a GMT-5 server (non-drupal site which I don't manage), and it shows on the unified calendar as 5 hours earlier than it should!
Any ideas how I can correct this?