I was searching the forums, code snippets etc, but was not able to find a solution. So, I'm asking for help, how to include Google Analytics code (or what ever code needed) between the HEAD-tags of the template?
Well, of course I could edit templates iself, but this is a Multi-Site installation and I need the code site by site basis. Here's the example from Google Analytics help-page:
Hi
I figured out how to change the breadcrumb from "Home" to a term I wanted by replacing it in the menu.inc file. This allows it to work for pages where someone is browsing via the taxonomy.
However, I do not know where I go to change it on a single node page, where it says "Home" pointing to the main page. I'd like to be able to say the name of the site such as "Joe's Web" or something rather then the rather used "Home".
Can anyone point me to the right file to change where it is defaulting to "Home" as the central breadcrumb back to the main page?
I'd like to be able to place a hit counter on one of the pages on my site.
What I'm after is one counter on one page which shows a rough idea of how many unique visitors the whole site has had. Ideally I should be able to include the counter in a line of text - like:
"We'd like to thank the 1234 people who have visited our site."
When I click on a Drupal members name and then one of the fields in their profile, I get a nice page with all the members listed with the same interests in a nice mailing label style.
When I do this on my site, I get all the profile fields printed out. How can I limit the number of fields shown when I click on a selected profile field.
On www.hyundaisportsclub.com you can see that I have added code to my template that will show some of the latest content to be added on the site / upcoming events etc at the top of the page.
I want to know how I can hide this when people are viewing the forums as it gets a bit messy otherwise. :)
I have tried using flexiblock however that does not seem to execute the code the way it should.