I am just wondering if you have plans to create a Drupal 7 version of this module. I think it would be awesome to have in Drupal 7.
| Comment | File | Size | Author |
|---|---|---|---|
| #16 | view_own_drupal7patch_1028560_16.patch | 14.76 KB | frjo |
I am just wondering if you have plans to create a Drupal 7 version of this module. I think it would be awesome to have in Drupal 7.
| Comment | File | Size | Author |
|---|---|---|---|
| #16 | view_own_drupal7patch_1028560_16.patch | 14.76 KB | frjo |
Comments
Comment #1
lpalgarvio commented+1
Comment #2
waxb commented+1
Comment #3
sw3b commentedSubscribe
Comment #4
thomas4019 commented+1
Comment #5
FrequenceBanane commentedsubscribe
Comment #6
nhytros commentedI'm working to porting view_own to Drupal7.
Need to porting this function
can someone help me to port this function?
Comment #7
JohnnyX commentedSubscribe
Comment #8
marblegravy commentedYou can try Workbench Moderation for similar functionality. -> http://drupal.org/project/workbench_moderation
(that is, Workbench Moderation will let you see a list of your own content only or create content that only the authors can see while they're working on the draft version...) for access restriction, try Workbench Access -> http://drupal.org/project/workbench_access
both very good, mature modules.
Comment #9
jordojuice commented@nhytros, hook_perm() has changed to hook_permission() in D7. Here are the docs http://api.drupal.org/api/drupal/modules--system--system.api.php/functio...
This particular implementation could be changed to.
Something to that affect. I wrote that on an iPad so bare with me, because writing code on an iPad is very difficult! I'd be glad to help more with the port when I have time, which is quite often thankfully.
Comment #10
basicmagic.net commentedsubscribe
Comment #11
muhh commentedI really need exactly this functionality, so i will upgrade this to Drupal 7.
Since i didn´t have a look yet, is there anything else todo except for #9?
Comment #12
karolacello commentedany news?
Comment #13
johnvThis module has not been maintained for 2 years. And apparently no-one else thinks it is important enaough to port this module.
Try http://drupal.org/project/nodetype_access instead. Does that fit the needs?
Comment #14
JohnnyX commentedIs it possible to build a "view own" (and "view any")? permission for nodes?
I don't need it any more, but "view own" permissions should be useful...
Comment #15
JohnnyX commentedD7 Module:
http://drupal.org/project/node_view_permissions
Comment #16
frjo commentedHere is a patch to upgrade the view own module to Drupal 7. Had a need for it in a project and this is the code that we run there. It's only tested for that specific use case but I believe there are now major bugs.
Comment #17
smartsystems160 commentedNode view permissions perfectly replaces this module for drupal 7