[XB] Covers

[XB] Covers 2.0.1 Patch Level 1

No permission to download
Thank you @willl!
Unfortunately, I don't have enough knowledge for that, I hope someone see your message and can help us. I'm waiting for so long for this update to create my new project, I'm a little frustrated.
 
Before 2.3 was released, I had not renewed my license. It took too long for the update. Now I have renewed my license and I still cannot use it because this add-on does not work anymore. The standard XF offers plenty of options but the real nice ones are made by the community. For now we have to wait and see if it still works in the next update and if there will be an update at all. For this to be cancelled without any communication is really bad. Inform the community and see if someone else will adopt this. Nice going.
 
To have some menu icons, add this to your extra.less template. I used @BassMan template edit for reference.

1734452024227.webp

CSS:
/* Icons in Cover more options menu */
.menu--right .menu-content .blockLink {
    &:before {
        padding-right: 5px;
    }
    &[href*="/image"]:before {
        .m-faContent(@fa-var-pen);
    }
    &[href*="/style"]:before {
        .m-faContent(@fa-var-brush);
    }
    &[href*="#"]:before {
        .m-faContent(@fa-var-crosshairs);
    }   
    &[href*="/preset"]:before {
        .m-faContent(@fa-var-image);
    }   
    &[href*="/delete"]:before {
        .m-faContent(@fa-var-dumpster);
    }
    &[href*="/approve"]:before {
        .m-faContent(@fa-var-thumbs-down);
    }   
}
/* end Icons in Cover more options menu */
 
Back
Top Bottom