Active
Project:
Monthly Archive
Version:
5.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Apr 2008 at 14:08 UTC
Updated:
28 Jul 2008 at 01:55 UTC
Thank you for creating this great module.
What would be your recommendation for removing the count after the month. Right now the Arcive will read "April 2008 (3)", and I need to remove the (3).
Thanks in advance for your help!
Adam
Comments
Comment #1
primalmedia commentedComment #2
dean.p commentedHi, the way I did it was to just edit these two lines in the month.module file
Replace
and
Save the file and upload it replacing your existing month.module file. I think best practice is to store modules in "sites/all/modules", but any you edit or customise yourself, put in "sites/default/modules".
Later,
Sack.