Needs review
Project:
UC Node Access
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 May 2009 at 19:53 UTC
Updated:
24 Sep 2012 at 18:01 UTC
Jump to comment: Most recent file
Comments
Comment #1
ckidowsubscribing
Comment #2
ultimikeSubscribing.
Comment #3
go7 commentedI subscribed to this issue a long time ago. Could somebody please let me know what the "Subscribing" comment means?
Also I would really need this feature, is it possible to integrate the UC Node Access with Views, or any other possibility for customers to see links to the purchased nodes?
Comment #4
ckidow"Subscribing" means that this is important for me so I post a comment (shortly "subscribing") and after that, this thread will be listed under user/%/track... but you can also post a "hello world" and this thread will be listed under your tracking tab. But "subscribing" is just that what it stands for...
Comment #5
go7 commentedThanks a lot for that info CKIDOW. I was wondering about that for quite some time, but nobody ever explained it, nor was I able to find the answer.
Comment #6
longwaveA patch is attached that adds Views support to this module as follows:
It also adds a new default uc_node_access view which, when enabled, adds a page at /nodeaccess listing the nodes that the current user has purchased along with the expiry date (or "never" for indefinite access).
This work was sponsored by PlanesTV.
Comment #7
torgospizzaAwesome, thanks longwave! We could use this patch as well.
Comment #8
retiredpro commentedtried patching against the dev version from 2012-Jan-18. for some reason it created 3 files for me but placed them in the uc_node_access module directory rather than uc_node_access/views
i manually created a views folder and moved the following 3 files into it and it worked.
uc_node_access.views.inc
uc_node_access.views_default.inc
uc_node_access_handler_field_date.inc
was it because i patched it incorrectly? i tried the command patch -p1 < uc_node_access_views.patch. it then asked me for the file to patch for which i specified uc_node_access.module
the patch allows me displays the expiration date views field that i needed. thanks!