Any idea how hard it would be to backport this to 6.x? I'd be willing to test.
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | argfilters.zip | 2.9 KB | martin.l |
Any idea how hard it would be to backport this to 6.x? I'd be willing to test.
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | argfilters.zip | 2.9 KB | martin.l |
Comments
Comment #1
tomotomo commentedLooking at the code, it looks like it ought to work in 6.x. So I changed the version from 7.x to 6.x and gave it a shot as the same hook is used in 6.x. I haven't gotten it to work, but it could be limitations of the argument or filter types I'm using.
Comment #2
tomotomo commentedIt looks like the module basically works in 6.x.
Comment #3
itangalo commentedThere's a really interesting issue about arguments in filters over at the Views issue queue. This module will probably be removed (or marked as deprecated) once that patch gets in.
I don't think there will ever be a release for D6 of this module, but if someone is willing to do the backport I will of course add it.
Sorry for the bad news.
Comment #4
itangalo commentedComment #5
Amarjit commentedThanks for the module Itangalo.
This does work in D6 only having to change the core to 6.x in the info file.
Cheers.
Amarjit
Comment #6
itangalo commentedHeh – cool!
I'm all tied up with other stuff right now, but it's great to know. Thanks!
Comment #7
KhaledBlah commentedI can confirm what Amarijt said, it does work, if you only change the "core" string in the info file for the module.
Comment #8
martin.l commentedHere is a Drupal6 D6 version of the module, which worked fine for me.
The only thing I did was to change the version from 7.x to 6.x in the .info file ... no further changes.
I used it on www.whami.com.
Comment #9
itangalo commentedNew branch in place, with 6.x version! (Only .info file changed.)
Thanks for help and patience.