A site I am working allows anonymous users access only to the teaser of articles. Paid members can view full articles. I do not find on drupal.org a Drupal 5 module for this. I thus will try to whip one up myself. Am I correct that such a feature doesn't exist? Thanks.
I think premium.module was intended for that sort of use case. On Sunday 18 November 2007, Fred Jones wrote:
A site I am working allows anonymous users access only to the teaser of articles. Paid members can view full articles. I do not find on drupal.org a Drupal 5 module for this. I thus will try to whip one up myself.
Am I correct that such a feature doesn't exist?
Thanks.
-- Larry Garfield AIM: LOLG42 larry@garfieldtech.com ICQ: 6817012 "If nature has made any one thing less susceptible than all others of exclusive property, it is the action of the thinking power called an idea, which an individual may exclusively possess as long as he keeps it to himself; but the moment it is divulged, it forces itself into the possession of every one, and the receiver cannot dispossess himself of it." -- Thomas Jefferson
On Sun, 18 Nov 2007 19:09:59 +0100, Fred Jones <fredthejonester@gmail.com> wrote:
A site I am working allows anonymous users access only to the teaser of articles. Paid members can view full articles. I do not find on drupal.org a Drupal 5 module for this. I thus will try to whip one up myself.
Am I correct that such a feature doesn't exist?
Thanks.
This one works nicely: http://drupal.org/project/premium Richard.
A site I am working allows anonymous users access only to the teaser of articles. Paid members can view full articles. I do not find on drupal.org a Drupal 5 module for this. I thus will try to whip one up myself.
This one works nicely: http://drupal.org/project/premium
Right, I had seen that one. I noticed that there are no "Official releases" for v5. Didn't notice til now that there is a DEV version for v5. OK, I will try it out. Thanks!
----- Original Message ----- From: "Fred Jones" <fredthejonester@gmail.com> To: <support@drupal.org> Sent: Sunday, November 18, 2007 11:39 PM Subject: [support] Teaser-Only Access
A site I am working allows anonymous users access only to the teaser of articles. Paid members can view full articles. I do not find on drupal.org a Drupal 5 module for this. I thus will try to whip one up myself.
Am I correct that such a feature doesn't exist?
Thanks. -- [ Drupal support list | http://lists.drupal.org/ ]
You could a field to your content type called teaser and use cck field permissions to replve this issue. Shayamal ----- Original Message ----- From: "Fred Jones" <fredthejonester@gmail.com> To: <support@drupal.org> Sent: Sunday, November 18, 2007 11:39 PM Subject: [support] Teaser-Only Access
A site I am working allows anonymous users access only to the teaser of articles. Paid members can view full articles. I do not find on drupal.org a Drupal 5 module for this. I thus will try to whip one up myself.
Am I correct that such a feature doesn't exist?
Thanks. -- [ Drupal support list | http://lists.drupal.org/ ]
Rajaram Shyamala ha scritto:
You could a field to your content type called teaser and use cck field permissions to replve this issue.
Ok, but for the homepage ? He must to modify the template, too (I think) if he use cck field. Or not ? M. -- Michel 'ZioBudda' Morelli michel@ziobudda.net Consulenza sistemistica in ambito OpenSource. Sviluppo applicazioni web dinamiche (LAMP+Ajax) Telefono: 0200619074 Telefono Cell: +39-3939890025 -- Fax: +39-0291390660 http://www.ziobudda.net ICQ: 58351764 http://www.ziobuddalabs.it Skype: zio_budda http://www.ajaxblog.it MSN: michel@ziobuddalabs.it JABBER: michel@gmail.com
How is your content on the home page, is it a list of teasers?? Shyamala ----- Original Message ----- From: "Davide Michel 'ZioBudda' Morelli" <michel@ziobudda.net> To: <support@drupal.org> Sent: Monday, November 19, 2007 5:15 AM Subject: Re: [support] Teaser-Only Access
Rajaram Shyamala ha scritto:
You could a field to your content type called teaser and use cck field permissions to replve this issue.
Ok, but for the homepage ? He must to modify the template, too (I think) if he use cck field. Or not ?
M.
-- Michel 'ZioBudda' Morelli michel@ziobudda.net Consulenza sistemistica in ambito OpenSource. Sviluppo applicazioni web dinamiche (LAMP+Ajax) Telefono: 0200619074 Telefono Cell: +39-3939890025 -- Fax: +39-0291390660
http://www.ziobudda.net ICQ: 58351764 http://www.ziobuddalabs.it Skype: zio_budda http://www.ajaxblog.it MSN: michel@ziobuddalabs.it JABBER: michel@gmail.com
-- [ Drupal support list | http://lists.drupal.org/ ]
participants (5)
-
Davide Michel 'ZioBudda' Morelli -
Fred Jones -
Larry Garfield -
Rajaram Shyamala -
Richard Bennett