Icons on Notable members page

Icons on Notable members page 2022-05-23

No permission to download
XF Compatibility
  1. 2.1.x
  2. 2.2.x
Headline
For XF 2.1 and above
Short Description
FREE Download Premium and Nulled Icons on Notable members page 2022-05-23 version with External download URL from NullPro Community. There are store on a third-party network disk platform. From Icons on Notable members page have 1 Description Attachments, 240 Views.
Would you like to have icons on Notable members page like this?
chrome_2019-02-18_11-56-43.png

Add this to your extra.less template:
CSS:
/* Icons on Notable members page */
[data-template="member_notable"] .p-body-sideNavContent a.blockLink,
&[data-template="member_notable"] h3.block-textHeader a {
    &:before {
        .m-faBase();
        padding-right: 5px;
    }
    &[href*="members/"]:before {
        .m-faContent(@fa-var-ellipsis-h-alt);
    }
    &[href*="key=most_messages"]:before {
        .m-faContent(@fa-var-comments);
    }
    &[href*="key=highest_reaction_score"]:before {
        .m-faContent(@fa-var-thumbs-up);
    }
    &[href*="key=most_points"]:before {
        .m-faContent(@fa-var-dot-circle);
    }
    &[href*="key=xfrm_most_resources"]:before {
        .m-faContent(@fa-var-cog);
    }
    &[href*="key=xfmg_most_media_items"]:before {
        .m-faContent(@fa-var-images);
    }
    &[href*="key=xfmg_most_albums"]:before {
        .m-faContent(@fa-var-image);
    }
    &[href*="key=todays_birthdays"]:before {
        .m-faContent(@fa-var-gift);
    }
    &[href*="key=staff_members"]:before {
        .m-faContent(@fa-var-user-tie);
    }
}
/*****/

To change the icon edit value after @fa-var-.

If you are using route filters edit in the code what you've changed with filters (for example: if you're using route filter for members to users, then edit above code to suit.
Author
jessy
Views
240
First release
Last update
Rating
0.00 star(s) 0 ratings
Link was Broken? Please  Send Message to NP Team with Ticket, You will get it very quickly!
Support Developer If you are satisfied with your test or project have earn money successfully, Maybe you can click more information button to support with buying.
More resources from jessy

Similar resources

[cXF] Coloured Node Icons J
How to change node icon colour to something
0.00 star(s) 0 ratings
Updated
[cXF] Icons in sidenav on Account page J
Would you like to have icons in sidenav on Account page like this?
0.00 star(s) 0 ratings
Updated
[cXF] Icons in Visitor menu J
Would you like to have icons in Visitor menu
0.00 star(s) 0 ratings
Updated
Back
Top