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.
Wysiwyg Linebreaks allows users of wysiwyg editors to save and open markup from their website with linebreaks instead of <p> and <br /> tags.
You can choose between two different methods:
Force linebreaks: Your content will always preserve whitespace/linebreaks around blocks of text, rather than paragraph and break tags.
Convert linebreaks: Your legacy content will appear correctly in your WYSIWYG editor, then the content will be saved with the markup added by the editor).
The 'force' option is useful for sites where you would like to edit content both with and without wysiwyg editors (so you don't have to manually enter paragraph and linebreak tags everywhere).
Basically, you can edit content that was originally created without a wysiwyg editor (for instance, simply using Drupal's Filtered HTML format, a user may hit enter twice to create a new paragraph—no <p> tag wraps the block of text in this case), without having to deal with the headache of reformatting everything inside the wysiwyg editor.
Athletic is a sports styled Fusion sub-theme that is not specific to one particular sport like many other sports related themes, and since it's built on Fusion we've also added support for Skinr so you can easily change the look and feel to match the colors of your team.
Theme features include:
Very clean, professional design
2 column layout with both right and left sidebars supported
By default, the Drupal menu system only allows you to add menu items that are links. With this module, you can add menu items that are simply containers, and not links.
These containers are just standard menu items, so they work with any module or theme that works with core's menu module. But these containers have these special traits:
Containers have no URL path associated with them. So they are not links, just regular text.
Containers are menu items that are always expanded. Since you can’t go to the container’s “page”, the only way to see its children links are for the container to be always expanded.
The HTML wrapper around the container’s title is controlled with theme_menu_item_container(). See the README.txt for more info.