Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I installed 4.7.0 on my host's machine and got the basics up and running pretty quickly.
I was hoping to use the Acidfree module, which requires Filemanager installed, which I down/uploaded and set up. Now, when I use Acidfree to upload images, I get a series of filesystem errors:
I'm creating a large site that focuses on state laws. The two primary forms of content will be articles and news stories for each of the fifty United States. I'm having a trouble figuring out how to organize all this content. I have two taxonomies set up: a Location taxonomy with terms for each state and a Topics taxonomy that, obviously contains terms related to the topic of content.
I am wondering how to go about creating the code to crop (not resize) thumbnail images to a specific size? I have looked around in image.inc and can see that there is a function called image_crop() there. But how do I gain access to that function?
When i export my database through PHPMYADMIN the database saved replaces characters like ' with garbage like ’
I need to be able to export my database without corrupting it! I need help any ideas suggestions ANYTHING would be greatly appreciated. I have been trying to resolve this for days, and nobody even people i thought were experts can figure it out!
is there a way to add one story to just one page ?
I have my main stories adding to my sidebar and I can view them correctly, however i have another page (a downloads page) that i wanted to be able to add docs, zip etc to for users to download, obviously i dont want those appearing in the sidebar stories and vice-versa I dont want the main stories appearing on the downloads page.
the whole site is custom templated, so really what I need to know is how do i reference a particular story and more importantly how do i get the rest of the site to ignore it ?