[cXF] Icons on Notable Members page

[cXF] Icons on Notable Members page

BassMan

Well-known member
BassMan submitted a new resource:

[cXF] Icons on Notable Members page - DIY guide for icons on Notable members page.

For XF 2.1 and above

Would you like to have icons on Notable members page like this?

View attachment 196347



Add this to your extra.less template:
Less:
/* 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 {...

Read more about this resource...
 
Try replacing .m-faBase(); with font-family: FontAwesome;.

Then replace .m-faContent(@fa-var-ellipsis-h-alt); with content: "\f0e6"; (it's an example; add the FA unicode for each icon).

Haven't tested, though.
 
Thank you. I think it's missing these, for me anyway. They come up icon not found (broken).

most likes
top posters of the month (addon)
registered members
staff members (I'm using FA5 free, f505)
 
Top Bottom