I have a content type and slider view block to it and I want just when add this content by administer show in slider and when another user add this content do not show this content in slider
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In the same view create a new block and change its display to appear like you want and make some access control on it;
The first block ( in the same view ) only admin can see it and the second block grant access to normal user .
In the block region make one over the other .
Good luck