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 have some blocks where I have edited the Page Specific Visibility settings and have added PHP code to where the blocks will display if the content is located in a certain vocabulary. However, when I do this, anonymous and authenticated users cannot view the block. Here's my PHP code:
I was wondering what the proper way to change this string is:
"Your comment has been queued for moderation by site administrators and will be published after approval."
I know that I can hack it in the core, but I was wondering if there was a better way to handle this? Likewise is there a way to update common strings like this in general without hacking the core? Any sort of resource file perhaps?
I've seen some posts that suggest a 4.7 > 5.0 intermediate step before
going 5.0->5.1. Is that still the best way ?
2)
Do I have to upgrade all the modules I call for in 4.7 to 5.0 compatible versions,
before upgrading __those to 5.1, or will the database (that i've backed up) survive
not having the extra modules while I go 5.0-> 5.1
3)
right now I have drupal installed to the public_html directory right under the main
eg mywebsite.com/public_hmtl
I've setup a new site using localization with the Turkish language pack and I'm able to translate everything except for the months in Drupal node and cck date fields. Is there a module that adds this translation capability or is there a configuration setting I'm missing?