here is a patch that should provide a "Day of Month" argument as described by the third paragraph of the arguments documentation: http://drupal.org/node/54455

it applies to 5.x-1.6 version of the module

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Brian@brianpuccio.net’s picture

Status: Needs review » Reviewed & tested by the community

I've tested this modification in two Drupal installs as a workaround for my problem and it performs as it should. I see no issues with this patch as it stands, especially since it follows the form of the other arguments, such as year and month.

Please commit.

Thanks, guardian, for posting.

guardian’s picture

good to know,
thx for the follow up

mgorven’s picture

FileSize
2.02 KB

I have just coded up this feature for Views 2 on Drupal 6. It seems to work for me, but would be nice if someone else could test it.

For some reason the day displayed in the title was off by one, and I had to add one to correct it. I'm not sure why this is the case since I based it on the created_month field and I would expect the day and month arguments to behave the same.

pkej’s picture

I wonder if this patch creates the following warnings on my site:

warning: Invalid argument supplied for foreach() in /home/1/v/vogol/www/includes/menu.inc on line 376.
warning: Invalid argument supplied for foreach() in /home/1/v/vogol/www/includes/menu.inc on line 376.

Except from that it works as advertized.

merlinofchaos’s picture

The Views 2 patch should probably be posted as a separate issue (referring back to this one if necessary) in order to prevent the original patch here from getting (more) lost. =)

mgorven’s picture

I have posted the Views 2 patch here: http://drupal.org/node/298500

esmerel’s picture

Status: Reviewed & tested by the community » Closed (won't fix)

At this time, only security fixes will be made to the 5.x version of Views.