Is it possible to show a part of an article based on its publication date ?
What I would need before displaying an article is something like:
{subscribed activeonly=1}
If the publication date is within an active subscription (if activeonly is 1) / any subscriptions of the user (if activeonly is 0), then this content is shown.
{else}
Other content
{/susbcribed}
Is it possible to show a part of an article based on its publication date ?
What I would need before displaying an article is something like:
{subscribed activeonly=1}
If the publication date is within an active subscription (if activeonly is 1) / any subscriptions of the user (if activeonly is 0), then this content is shown.
{else}
Other content
{/susbcribed}