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.
This is a sandbox project Apachesolr Node exclude for D7 sites. Provides simple system for manually excluding nodes from the Apache Solr modules indexing process.
Extends the Block Class module to incorporate styles (or themes) rather than css classes. Adds style-based tpl suggestions. Allows HTML in your block titles.
Overview
Styles...
Are one or more classes with a given Style/Display Name
Are defined by admins
Are used by content managers
Allow separation of css classes from semantic or logical style names
Generate style-based block template suggestions for themers
Are assigned to blocks either singularly or in multiple (based on settings)
When you assign a style to a block...
It's tpl receives the classes of that style as $block_classes (See Block Class for more info.)
The theme engine checks for a block template for that specific style
Additional features...
Allows the ability to set a global text format for custom block titles; this allows you to now have HTML in your custom block titles. Yes, you can now have block titles that contain HTML markup!
HTML5 drag & drop + HTML5 file upload with XHR2. Allows the user to drag & drop files into a Image/File Field and uploads it immediately behind the scenes.