/admin/config/content/formats
admin/config/system/mailsystem
and select (i.e. change "Site-wide default MailSystemInterface class" to mimemail).advagg_css_compress
and advagg_js_compress
submodules too for compression and minification.field_collection: Groups fields, this means multiple fields can also be repeated together to form a data object (use this when data won't be used seperately, otherwise built a seperate content type and link with node reference). There are problems with theming this at the moment... wrapper code outputted. Revise usage (even though it is nice to use)
references_dialog: This modules allows creation of other content types within a different type (speed up workflow) with entity reference module, etc. Doesn't currently work with dropdown. See: https://www.drupal.org/node/2019505
viewfield: Views reference field.
ajax_throbber: Add loading overlay for things like views, webform pages, etc.
references: Adds node reference field (NOTE: This doesn't appear to work on multi-lingual sites. Entity reference + Translated Entity Reference does and does the same thing. Be sure to base the language on the parent when following Translated Entity Reference instructions to select of the same language content as the current node)
OR
entity_reference
multiple_selects: Adds drag and drop interface plus re-ordering for multiple fields (such as node referencing)
svgimg: Allows addition of svg images to image field
link: Adds link field (can also add url module for external links)
redirect: Standard module for SEO in Drupal (i.e. creating redirects to pages that no longer exist)
eck
module to create entities via the backend (i.e. content that doesn't need it's own page, etc)cache_form
table). This can flush themreplicate_ui
To have precision widths usings the Panels flexible layout, click "Show layout designer" > Canvas > Canvas settings and uncheck "Scale fluid widths for IE6". Also remove padding between items if needed.
Make a page that is to be produced in the same format multiple times: Use a specific content type
Make a page that is to be produced in the same format once:
Use a general content type with a paragraphs
field to custumise layout on a per node basis.