I have been successfully using 'me' to access views that use UID as the argument (great module). However, I would like to use the argument "Node: User posted or commented" too and 'me' aliases doesn't seem to be an option for that argument. I would like to have that option.
Comments
Comment #1
cdale commentedSounds like a good idea. I'll try to get to this soon. Feel free to attempt it yourself and provide a patch if you feel up to it. :) The user uid, and user name handlers in the me module should give you a good base to work from if you do want to give it a go.
Comment #2
brisath commentedThanks for your willingness to do this. It will help me a lot. I'm not much of a Drupal code writer yet, so I'll just have to wait for you or someone else to help with this.
Comment #3
brisath commentedAny work toward adding this feature? Thanks.
Comment #4
cdale commentedSorry for the delay.
I've just committed this feature. It should be available in 6.x-2.x-dev on the next snapshot run. I'll probably make a release not long after.
Comment #5
cdale commentedI actually just changed how this works. It now uses the argument validator to handle me. There is a new validator labeled "me" which should do what you want.
Comment #6
brisath commentedThanks for your attention to this. I'm looking forward to being able to implement it. Where/when will I be able to download the development snapshot?