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

danielb’s picture

You probably could port it to 5 if you wanted.

doc2@drupalfr.org’s picture

+1 =) Would be just great. But one question though: Will it work even if there already is a content access module enabled (d5)?

danielb’s picture

Will it work even if there already is a content access module enabled (d5)?

Yes 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.

doc2@drupalfr.org’s picture

Title: Any way to implement this in 5.x?? » Looking for Node Access User Reference BACKPORT to 5.x
Category: support » task

Well, this is great news!!... but I can't do that personaly. Renaming the topic and tagging it as a Task.

danielb’s picture

I 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!

danielb’s picture

PS 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.

sbandyopadhyay’s picture

Title: Looking for Node Access User Reference BACKPORT to 5.x » Issues with Node Access User Reference backporting to 5.x
Version: 6.x-1.4 » 5.x-1.0
Category: task » bug
Priority: Normal » Critical
Status: Active » Needs review

Thanks for the backport!! While testing it, found a few glitches in the *.info file:

core = 6.x
This isn't necessary. Doesn't hurt, but isn't necessary.

dependencies[] = userreference
The "[]" needs to go, or else the module can't be activated. It should just read:
dependencies = userreference

Also, this line might be added in right underneath dependencies:
package = CCK

danielb’s picture

Alright sounds like I didn't overwrite the files correctly. Fixing in new release.

danielb’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.