Taxonomy module hacked?

Looks like somebody put some evil stuff in my taxonomy.module - How could that even happen though?

There's an email and some garbage text that is messing it all up. Of course, my backup copy is GONE and I'm trying to fix it. Any ideas how I could just get a duplicate copy of this version of the module:

taxonomy.module,v 1.192.2.2 2005/04/14 19:43:04

I hate the new statistics. How can I have 4.5's version?

I have five Drupal sites and I finally upgraded my main site to 4.7. The reason I hesitated was when I upgraded the others, I noticed the statistics pages had changed drastically since 4.5. After looking through the modules, I haven't found one that bases its daily count on node_counter, vice the logs. Is there such a creature?

Thanks.

Drupal 4.5 to 4.7

Is it still best to upgrade from 4.5 to 4.7 by way of 4.6 ?

To flesh things out, I am upgrading a Fedora Legacy 7.3 box to Fedora Core 5 (will Drupal 4.6 and 4.5 even run on that ?), which also means upgrading MySQL and PHP versions (as well as everything else).

My current plan is to use the update option in the FC5 installer, and hope that migrates PHP, MySQL and Apache without too much mess. Which just leaves me with Drupal to (re?)install and get it to update the DB (will it do this) ?

I have backups in any case :-)

Drupal Developer needed in New York

Colin Cowie Lifestyle seeks a motivated self starter who is a Drupal Development master to build out a new company site using Drupal v4. The right person will be able to work hand in hand with a designer to bring a new site to life.

Required: Expert knowledge of Drupal inside and out, Expert PHPTEMPLATE Engine knowledge, HTML , XHTML , JAVASCRIPT.

A Big Plus: Linux Administration, Apache, mySql, and PHP

Breadcrumb Home Incompatibilities in Home Link and Front Page module modification

If you have a problem in your breadcrumb home link showing /front_page or anything else you like to modify use, modify the code below:

<?php
  $breadcrumb = drupal_get_breadcrumb();
 if (!empty($breadcrumb[1])) {
//Define your own home link
  $breadcrumb[0] = '<a href="/">Home</a>';
  }
  else {
  $breadcrumb[0] = '';
  }
  drupal_set_breadcrumb($breadcrumb);
?>

This code modifies to remove the Home link if it does not have a child. If you don't want feature this just use the code below:

picture pages on nhpr.org...Heeeelp!

This is the page
below is my coding
I would like to run pictures side by side starting at the top.
It keeps leaving that space - What am I doing wrong?
Cheryl

Pages

Subscribe with RSS Subscribe to RSS - Drupal 4.5.x or older