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.
(For unknown reasons I was unable to submit this as an issue for the Drupal project...)
In misc/drupal.css, the following style defininition...
li a.active {
color: #000;
}
...should be:
li a.active, li a:link.active, li a:visited.active {
color: #000;
}
Without the added pseudoclass definitions, the active menu item will not display in the intended color in IE browsers, thus making it harder for users to see 'where' they are in the book or taxonomy menu.
I can't find the post now but recently someone was showing off the use of Ajax for a site that lets you change the theme with drag and drop. While I hope to see this type of functionality enter Drupal soon, there is a simpler route that could maybe be easier to implement. Either through themeing or a module, is it possible to create an "admin view" where every block, primary link, node and any other variables get an "edit" link next to them for quick access to edit the variable?
This message concerns integration of ECto and DRupal. The specific aim is to upload images into the inage directory, within the path system directory, 'files'
ecto.kung-foo.tv/docs wrote:
If you are using MovableType or TypePad, you can optionally enter a directory in the "Upload into subdirectory" field. This should be relative to your weblog directory
I have been unable to find any drupal discussions related to THEME design that addresses the idea of a THEME with two right hand (or left hand) columns, where the main content would be in a third (larger) column pushed left.