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.
Hi,
I am trying to set the title of a page using drupal_set_title() in my module. The module executes a custom query and displays a list of nodes. drupal_set_title() works perfectly but does not give me the ability to set the $head_title and $title as 2 seperate variables.
Is it possible to set the $head_title and $title seperately?
I had used the Mail.module in my site for a while. I found that the letters it send in utf-8 coding would have a correct mail body, but the subject and sender's name(site name) would change to bad code.
This bug make me craze, because all my sending letters would be looked like spam and the receivers would put them into junk-mail box!
I really need this module in my utf-8 coding site. Anyone please helping me to fix this problem?
When the visitors register, they need to input their e-mail address, and the system will show "Your password and further instructions have been sent to your e-mail address.". But my system also gives me an error message: "image_exact: the file does not exist". What happened? I try to find the answer here, and find some patchs, but it seems no use. Can someone tell me where I can get the solution or what should I do? Thank you!!