Default Input Format?
Navigate to 'Input Formats'.
Home > Administer > Site configuration > Input formats
Then configure between:
- Filtered HTML
- Full HTML
- PHP code
By using the 'configure' options these may be alloacted to different roles.
Navigate to 'Input Formats'.
Home > Administer > Site configuration > Input formats
Then configure between:
By using the 'configure' options these may be alloacted to different roles.
This can be activated within the Drupal Core - Optional. Go to Home › Administer › Site building › Modules and check "Update status".
This can be achieved using the following two modules:
print l($node->field_image1[0]['view'], $node->field_pdf1[0]['filepath'], array('html' => TRUE));
?>
Check out: http://drupal.org/node/485312
To remove the taxonomy terms being being displayed from nodes simply update the theme's node.tpl.php.
Just remove the <?php if ($terms): ?>
section so that $terms is not rendered?
You can make copies of the relevant twig files and place within your theme to override the defaults.
For example:
Check out: http://drupal.org/node/827884
Number #3.
Basically use the template file to deduplicate the breadcrumb array or you could search and remove any item.
These are some things to check prior to going live with Drupal sites: