By bdtushar on
HI
I m admin of a site made by drupal.
I want that user can see a special notice only once.
That means I will create a node and this will be visible to only authenticated user and only for one time.
Thank u
HI
I m admin of a site made by drupal.
I want that user can see a special notice only once.
That means I will create a node and this will be visible to only authenticated user and only for one time.
Thank u
Comments
There are modules for
There are modules for limiting the number of pages created or edited. Not for limiting views as far as I know. You probably have to use Rules module and create a rule to be triggered when a user views a page. The action to be triggered could probably be done in more than one way. Eg the message could be a special content type viewable by pre-view authorised user and post-view authorised user. You would then create new role called post-view authorised user (for example) and give that role no permission to see your one-off page. Complicated (don't ask me for a step-by-step, I have not done it!). But I am sure it is possible with Rules. There may be a simpler way but I cannot think of it.
Digit Professionals specialising in Drupal, WordPress & CiviCRM support for publishers in non-profit and related sectors
Thank u Hope this will help
Thank u
Hope this will help me. I will try to solve this. I agree with u. The rules can be used.