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.
I am running Ubuntu with Apache 2.0 and PHP Version 4.3.10-15 and Drupal version 4.6.3. My php configuration shows php installed as "Server API Apache 2.0 Handler". I am able to run cron.php from my browser fine and the search index is updated. However, if I try to run any of these,
Hi, how do I get a form to show and to work in a content page, story etc. Thanks,
I am putting code into the text box and only the code is showing on publish.
There are no filters on.
JR
This is probably terribly simple, but...
I want to use the new Google Analytics service, but it offers a bit of javascript code to go before the /head tag in html... How would I translate that to php for my chameleon theme?
I tried to submit the code using the code tag here, but it still got kicked out for suspicious input... So here's a screenshot instead. http://slackdaddy.org//jpg/code.jpg
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?