I'd like to share the solution to a problem I had with the Image module (Using drupal 4.7.1)
After you install the Image module it seems you have to copy the file image.imagemagick.inc from the "modules/image" directory to "includes/". This allows the Image module to work, but you may not have the thumbnails generated. You get this error after previewing or submiting a new image:
* Unable to create thumbnail image
* Unable to create preview image
In one of my 4.6 driven sites I used the contributed module 'contact_directory'.
After I update to 4.7 I'm not able to use the core module 'contact', because both modules uses a
table called 'contact'. Of course with other field definitions.
Maybe it's a good idea to use unique prefixes in table names of contributed modules similar to namespaces.
After testing Drupal with various modules, I'm getting more and more expressed how smoothly these modules are integrated ! Actually, I have evaluated Typo3 and Joomla, they have all their strenghts, but they miss what Drupal brings with:
Seemless integration of modules !
Ok...enough praising about features. Question about the CCK Module:
I created my own node type (like story node type). When I create content of that type, the field description is always displayed...like
i uploaded some pictures onto my drupal site and on my computer (localhost) i can see them.
Then i tried to look at the site with another computer through the server and the pictures could not be seen, because the path is to localhost and not to the Server.
I am looking for the place where i can change the path for images, but can't find it.
Hi,
I am using drupal 4.7 and am trying to create some image galleries. I have used and hacked drupal for a while, but this installation in question is just straight out of the box. gd is working on my server and I can upload images. However, when i go into a gallery to view the thumbnails there is no title and other information on the thumbnails. Posting info is available on the images themselves but not on the thumbs if I am looking at the gallery
If anyone knows what this problem is about pls. let me know
thanks
- jochen