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.
Where do I change the "Access Denied" text that shows up if an anonymous user tries to access a page? I just searched the entire Drupal site for the words "Access Denied", and all I found was one post that's 20 minutes old, and from a guy who's having problems with IE users not being able to login. I can't believe this info is not in the Drupal site somewhere. Am I the first one to need this?
I've got a situation where I need to import a ton of articles from an old, custom programmed CMS into drupal Story nodes. I moved a copy of the old systems database from MS SQL into MySQL so I've got all the data I need in tables, and I'm pretty sure about how to create the node and node revision tables, but I'm want to make sure that I'm putting records in all other relevant tables.
I've done a bunch of searching around but haven't been able to find something which lists all tables that need to be updated for each node. Does anyone know of a resource like that?
i installed and setup drupal quickly, and got 200+ users.. before reachng a basic functionality level i wanted to.
hence - i need to post content (video content each user created) as a post - a story, to each account. problem is - i cant reverse lookup their md5 string to find the passwords!
is there a way of doing it? or do i have to write them all saying..
' dear xxx your new password is xxx you can go and change it... ' etc. just seems silly, and may annoy them.
I am trying to use the ShazamGallery module for 4.7. It says to use the image_import module for mass (bulk) upload/import. I can not find this anywhere on the 4.7 modules site. Or the 4.6 area for that matter.
Does it still exist? Or should I just not bother, and try something else (AcidFree or Gallery2)?
When you copy text/images from a webpage and paste it into tinymce, it keeps formatting and everything is cool. However the images are linked externally. Is there any module that will automatically attach all images in the body of a node? If not, can anyone give me some tips on how best to implement this sort of function?