Drupal 6 Please
Flying Drupalist - August 30, 2008 - 17:13
| Project: | Component |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Description
Can this be updated for drupal 6 please? I'm looking for just such a module.

#1
The views form function doesn't work yet and panels is still pending panels figuring out what it's doing, but most of it seems to work. :-)
#2
The module's hook_menu() isn't compatible with D6.
#3
Here's a minimal port to D6. (sans the Views stuff, which I might work on some other time.)
(Note that I'm doing a node_access('view') access check. I'm not sure the D5 version has it.)
#4
The hook_menu() in the 6.x branch should be converted to D6. I remember doing so. Are you sure?
#5
Oh, my!
You made your changes to HEAD. But the '6.x-dev' package is pointing to DRUPAL-6--1, which is still D5 code. I was looking at this '6.x-dev', that's why I didn't see your D6 code.
#6
... Oh crap. I see what the problem is. I keep forgetting after I branch in CVS that it does not switch to that branch. *sigh* I'll fix this in CVS shortly. Sorry about the mixup.
#7
OK, I think I got CVS sorted out now. Give the tarball a few hours to rebuild. Sorry for the mixup.
#8
Automatically closed -- issue fixed for two weeks with no activity.