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'm now fully hooked on drupal, but like everyone out there i want to customize certain little things.
However, whenever i edit a modules' code [even the slightest change] in notepad or dreamweaver and upload the editted module the changes respond as i expect and work fine.
BUT if i then go and submit it any page of any kind [ie. change settings, submit content, etc], i get taken to a blank white screen!? The changes are made and no errors are called, but just this blank screen.
If i then upload the original file everything is fine again.
I have encountered that using drupal_get_destination() constructs the URL w/ 'destination' in query, btu that URL is not user friendly. I mean that no URL alias is used there.
e.g.
NORMAL PATH IS user/1/favorite
FRINENDLY PATH IS user/root/favorite
BUT I GET user/1/favorite IN 'destination'.
I now have several hundred book reviews in my system thanks to a little perl script I wrote to import them from my slashcode database.
Anyway I now have a taxonomy system which includes authors and publishers, and book reviews which include authors and publishers - but they arent linked together in any way.
I dont know of any way to automatically associate taxonomy terms with articles (except for aggregator2 Autotaxonomy which looks at a "category" field in rss files).
This question most likely has a simple answer...Where do i enable a field so that the bloggers of my site can tag their blog entries with various tags for technorati and keyword tagging?
I am sad to see that the "mail" module will not be upgraded for 4.7. The great thing about that module was that you could send emails to specified roles. Unless I'm missing something, the suggested replacement, the "send" module doesn't have this functionality nor does the "newsletter" module.
Am I missing something? Is there a way to send email to all users in a role using an existing third party module?