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.
Visit http://www.thehindsightfactor.com and you will notice that the first node on the page (as of 17 Feb 07) titled 'The Tragedy of FOX News Comedy' is showing a link underneath for 'add new comment'. If you scroll down, you will notice that other nodes that have comments list how many - e.g. '1 new comment, 3 new comments, etc. Now, if you click on the node, you will notice that in fact there are about 25+ comments on this first node.
I have a Google custom search engine (CSE) on my site accompanied with an "Add to Google" button that enables the visitor to add the search engine to their Google Homepage. Unfortunately, when the user attempts to search from their Google Homepage using this CSE it correctly redirects them to my site but does not execute the search. Instead it just displays "page not found".
So for a bunch of nodes defined with CCK, I'd like to be able to show a teaser of the author's profile at the bottom of the page. My thinking is that I should do this with Contemplate and find someway to append the select parts of the user's profile to the bottom of the page. I'd like to avoid just doing a select on the database and plopping the info into contemplate. Is there a more elegant way to do this? Seems like a simple enough thing but I can't seem to find a good solution. I've thought about views and nodefamily/nodeprofile, but didn't get very far with that.