[Campsite Support] Subscriptions / subscribers

View: New views
2 Messages — Rating Filter:   Alert me  

[Campsite Support] Subscriptions / subscribers

by phorum :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Author: mark2kooki
Link:  http://code.campware.org/phorum/read.php?8,7683,7683#msg-7683
--------------------------------------------------------------------------------

Hi all

cant get any part of the subscriber / subscriptions to work

sections or articles that are only to be viewed by subscribers show up for everyone

it will let me add subscribers etc but it means nothing

any help gratefully received

cheers



--
Sent from Campware Forums
http://code.campware.org/phorum

Parent Message unknown Re: [Campsite Support] Subscriptions / subscribers

by Mugur Rus-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Please use the "content_accessible" property of the article:

{{ if $campsite->article->content_accessible }}
  display the article content {{ $campsite->article->... }}
{{ else }}
  Please subscribe to view the article
{{ /if }}

On Wed, Oct 14, 2009 at 12:39 PM, <phorum@...> wrote:
Author: mark2kooki
Link:  http://code.campware.org/phorum/read.php?8,7683,7683#msg-7683
--------------------------------------------------------------------------------

Hi all

cant get any part of the subscriber / subscriptions to work

sections or articles that are only to be viewed by subscribers show up for everyone

it will let me add subscribers etc but it means nothing

any help gratefully received

cheers



--
Sent from Campware Forums
http://code.campware.org/phorum