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.
Is there any way to get the menus in the blocks automatically created by Taxonomy dhtml to collapse and expand like menus created using the menu setting?
In svr-B, I have a package that does Directory Listing. This is served thru http://dir.example.com. I want to make it such that users must be logged in thru Drupal in svr-A before they can access a script that adds records to the Directory, http://dir.example.com/add.php
But everytime I am creating a new content page or blog entry which I type with a typical English text, it gets displayed with unreadable, some garbage characters.
I checked the MySQL and the contents are in fact in English it looks like when it is displaying, it somehow breaks all the characters?
I've tested it on my machine as well as other machines and same thing happens.
Any ideas? something to do with character setting possibly? How do I fix this?
I’m not sure if this is a bug as it's only occurring on one of my sites, so am wondering if anyone else has come across it.
I have a custom block that I only want to show on the front page of the site and two others that I want on all pages except the front page and admin pages. Everything seems to go fine until I use the <front> condition.
I have some buttons enabled in a Drupal install, and I'd like them to be split in two rows.
It seems if I add buttons in the admin they all stay in the first row, which can get quite large. Then TinyMCE form gets larger than the content column (and breaks the page layout in IE).
Is there a way –other than adding a call to TinyMCE with parameters in template.php– to manage rows of buttons ?
Thanks !