Just as you can use Font Awesome font icons for premium member badges, you can also use them for any permission circle badges, or activity level badges (instead of titles). For purposes of this tip, we will be creating a badge for Activity Level Titles, which can be set via Recipes. First, select the font icon you want from the FontAwesome list of icons, here . Note that while the Solid and Brands icons are free to use, Regular, Light, and Duotone require that you purchase a Pro license.
Thought I'd share a few of the CSS customizations we've made to our site which may be helpful to others, ...with the hope that a few of you would post your favorite customizations too. Please include your site's URL. (Would also welcome comments from Hoop if any of these need adjusting.) Our site: www.rotation.org /*hides # of views and bookmarks on a topic*/ .h-topic-metadata { display: none; } /*makes "Current Visitors" profile pics widget bigger*/...
Want to add breadcrumbs to the mobile view for your site? We've come up with some custom CSS (thanks, @Brian Lenz!) that you can use to show the "closest" two levels of the forum breadcrumbs on mobile devices. You would insert this CSS in the the Custom CSS field in your Display Settings: .breadcrumbs-wrapper.hide-for-small-only { display: inherit !important; } @media only screen and (max-width: 40.0625em) { .h-page-for-FORUM nav.breadcrumbs li.breadcrumb { display: none; }...
With a bit of CSS you can make the new sticky topic display disappear for all screen sizes. To make the new sticky header disappear copy the following into your Display Settings > Custom CSS box /* hide the new sticky header from view for all screen sizes */ .forum-topic-sticky-header.fixed:not(.dont-hide-sticky-header) { display: none !important; }
It would be really convenient to have some "at a glance" shorthand "Permission Notes" in the CP's Forum Topics View showing Who Can View Subject/View Content/Post/Reply --without having to open each one. Invariably we think a permission is set a certain way for something and it's not. Put the shorthand "permission" notes in the wide-open space between the forum's name and the trashcan in a tiny font. ourURL/cp/forum-structure Shorthand examples: View Subj: All; Content: Spec Roles; Reply:...
When you block a person, they can no longer invite you to a private message or post to your profile wall. Replies and comments they make will be collapsed/hidden by default. Finally, you'll never receive email notifications about content they create or likes they designate for your content.
Note: if you proceed, you will no longer be following .