Hey there! Is there any way to realize this feature in drupal 5.x??
I have built a task management with cck and views. A basic point is, that each user only sees the tasks, that are referenced to him/her...
So: any possibility to do this in 5.x?
Thanks in advance,
Freddy
Comments
Comment #1
danielb commentedYou probably could port it to 5 if you wanted.
Comment #2
doc2@drupalfr.org commented+1 =) Would be just great. But one question though: Will it work even if there already is a content access module enabled (d5)?
Comment #3
danielb commentedYes it will, but you may need to do a bit of testing with the config/settings of the module to put them in the right priority.
Comment #4
doc2@drupalfr.org commentedWell, this is great news!!... but I can't do that personaly. Renaming the topic and tagging it as a Task.
Comment #5
danielb commentedI have backported this module to drupal 5 - I have not tested that the access works as expected, but everything seems to save correctly, so use with a lot of testing and caution before going live with it!
Comment #6
danielb commentedPS this module doesn't currently support priority - so if using in conjunction with another node access module you may encounter problems - let me know if this is an issue.
Comment #7
sbandyopadhyay commentedThanks for the backport!! While testing it, found a few glitches in the *.info file:
core = 6.xThis isn't necessary. Doesn't hurt, but isn't necessary.
dependencies[] = userreferenceThe "
[]" needs to go, or else the module can't be activated. It should just read:dependencies = userreferenceAlso, this line might be added in right underneath dependencies:
package = CCKComment #8
danielb commentedAlright sounds like I didn't overwrite the files correctly. Fixing in new release.
Comment #9
danielb commented