Displaying action buttons and links for anonymous users
Edit style sheets to display action buttons and links for anonymous users.
By default, some action buttons or links in anonymous view, such as Login to Start a Wiki, Login to Start a Forum or Login to Flag as Inappropriate do not display for anonymous users. If we want anonymous users to see these buttons and links, edit the style sheets to display the action buttons. After changing the styles in the style sheet, the following actions display in portlets for users who access the portlets anonymously:
- Wikis – Log in to Start a Wiki
- Forums – Log in to Start a Forum
- Forums – Log in to Start a Topic
- Blogs – Log in to Flag as Inappropriate
- Open the style sheet connectionsportlet.css or connectionsportletRTL.css from the lcaccelerator\css folder where the Connections portlets are installed.
- For any component to display action buttons for anonymous users, change the attribute display from none to inline. The choices are:
.activitiesAnonymous{ display:none; } .wikisAnonymous{ display:none; } .blogsAnonymous{ display:none; } .dogearAnonymous{ display:none; } .forumsAnonymous{ display:none; } .profilesAnonymous{ display:none; } .copAnonymous{ display:none;
Parent topic:
Recommended configuration