Plone 4.1.4
I can hide author information through Setup → Security → uncheck “Allow anyone to view ‘about’ information”.
How could I hide author information(byline) for authenticated users?
Best Regards.
Hugo
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.
Hide the viewlet altogether. Add
/@@manage-viewletsto the URL to access the viewlet management view, locate theplone.belowcontenttitle.documentbylineentry and click the “Hide” link.Alternatively, you could include a
viewlets.xmlfile in your policy product’s GenericSetup profile with:That’ll mark the viewlet as hidden for a given skin name.
For folder views, you’ll have to customize these individually; the
folder_summary_view.pttemplate (the “Summary” display) for example, has a<div class="documentByLine">section you would have to adjust (it only displays authors for News Items).