Restrict Content by Author User ID
The Content Access module allows you to manage permissions for content types by role and author.
The Content Access module allows you to manage permissions for content types by role and author.
print date (jS M y, timestamp) will produce 28th Oct 09
print date(jS F y, timestamp) will produce 30th January 2011
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.