Posted by BradM on December 3, 2007 at 3:56am
Jump to:
| Project: | Hall of Fame |
| Version: | 6.x-1.0-beta1 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | syscrusher |
| Status: | active |
Issue Summary
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
#1
I've implemented this in the Drupal 6 beta, and am looking at a backport to Drupal 5.
Scott
#2
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
#3
This works as expected. Marking as fixed.
#4
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.
#5
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.