I'm using core contact.module to create a side-wide feedback page. There is a settings page where I can configure a message which will be displayed at the top of contact form. I would like to have it in several languages but I have found that it is impossible because contact.module won't translate it:
I've migrated to Drupal 4.7 and found that login issue I saw in 4.6 still exists. It is the following:
After my account is created, when I log in for the first time, it doesn't look like anything happened (login screen is still displayed), but if I log in again (or simply refresh the page), then it's fine. It looks like a cache issue.
Did anybody came across with such an issue ? If so, can I do something to get rid of it ?
Since we upgraded to 4.72 at http://www.blufftontoday.com/, we've had a stream of complaints from users about a change in the way the edit functionality interacts with the comment mechanism. We have configured comments as a linear/chronological display. If someone edits his/her own comment (often to fix spelling or a URL), the post jumps to the bottom of the display. This screws up the conversation, and everybody swears it never happened before the upgrade.
hook_menu accepts an array of menu items then tries to build a structure by decoding the path element. If the menu items were passed as a structure then the structure of the menu would become independent of the path element. You could have node/2134 as a child of node/3452.