xf v2.3+

  1. Fiend

    Resource Remove Account Pages Personal Info Fields (LESS)

    Code #3 of 3 Removes Location, DOB, About you, Website fields and remaining separator lines from members Account details page, and clears the DOB visibility settings options from the Account privacy page. Bang this code in the extra.less template, hit save. /*---------1. ACCOUNT DETAILS...
  2. Fiend

    Resource Remove Tooltip DOB & Location (LESS)

    Code #2 of 3 This one specifically clears the Location, DOB, and a couple of placeholder dots from members pop-up Tooltip blurb overlay containers. Copy and add this LESS code to the extra.less template and hit save. .memberTooltip-blurbContainer {...
  3. Fiend

    Resource Remove Profile Page DOB & Location (LESS)

    Code #1 of 3 Maybe you need to declutter the member profile page blurb and the About tab section, or make room for custom user fields, or just want to protect members personal information from the hordes of "Guest"-(unidentified)-bots constantly scouring your XF site. Below is the 1st of 3...
  4. Fiend

    Resource Froala Phantom Mobile Row Bug Fix (CSS)

    Here's an example of the phantom row bug. Adding this snippet to the extra.less template seems to deal with it. .fr-more-toolbar.fr-expanded { display: flex; flex-wrap: wrap; height: max-content !important; }
  5. Fiend

    Resource Font Awesome Icons (CSS/LESS)

    How to Add Font Awesome Icons via CSS in XenForo 2.3+ If you’ve recently updated to XenForo 2.3, you probably noticed your old content: "\f007"; CSS code stopped working. Your icons are either invisible or showing up as blank squares. This is because XF 2.3 now "optimizes" icons—if you don't...
Back
Top Bottom