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.
My idea is to have it like del.icio.us pages. The taxonomy page will show you the most recent nodes tagged with that category, and an optional block will have the common taxonomies of that taxonomy.
I am using the forward module which includes a URL link at the bottom of a node that is 'email this page'.
I would like to separate out the 'email this page' link and place it elsewhere on the site whilst still having the link with the others in the $links at the bottom of the node. Where can I do this? How can I show just the email this page link without the others appearing also.
I notice that the 2 themes i'm using have the site name inside an h1 tag, and then use the block titles in h2 and the page content title in an h2 tag as well. Is there a reason why these have been designed like this? I have read that really there should be only one h1 tag on the page and that should be the content title (in terms of seo benefit)
I was wondering if anyone has a customized the xxxx module (?) to achieve the following:
1. "Blog it"-button/link, appearing below all nodes (like "add comment") not only in the aggregator-block. It should copy the text into a new post just like the Blog-it button does from the block. If "perfect" it should ask which node type to "blog it as": Blog, Forum post, Book page, etc, but that can be a later variant, most important is to be able to blog any posts easily at all.