I believe the module gets its info regarding site online time based on the first article published. It would be great if this could be a separate field in the admin setup, so it can be entered manually.

Comments

syscrusher’s picture

Version: 5.x-1.1 » 6.x-1.0-beta1
Assigned: Unassigned » syscrusher
Status: Active » Patch (to be ported)

I've implemented this in the Drupal 6 beta, and am looking at a backport to Drupal 5.

Scott

syscrusher’s picture

Status: Patch (to be ported) » Needs review

This patch is now ported to the Drupal 5 version and has been released as 5.x-1.3. Please test and let me know if it works satisfactorily.

Kind regards,

Scott

blackenedblue.com’s picture

Status: Needs review » Fixed

This works as expected. Marking as fixed.

blackenedblue.com’s picture

Status: Fixed » Active

I'm reopening this.

When this new setting is changed we are still presented with the text: "This site's first publication was"

I'd like to see this be a separate statistic
ie: "Site creation date" leaving "This site's first publication was" also as a setting as it is now.

syscrusher’s picture

It's been a while since I updated, due to changing responsibilities at work, but I have a new HOF version in the works. This feature is included. You can now select between the "site creation date" (manually entered from admin screen), the "first publication date" (computed from the oldest node), both, or neither. The computation of how long the site has been online prefers the manually-entered site creation date but will fall back to the computed duration since the first published node if the manual date is disabled. If you have disabled both dates, then the site longevity is not displayed.