nicodak submitted a new resource:
Font Awesome Manager - FRENCH translation - A french translation of the Font Awesome Manager add-on from Kirby
Read more about this resource...
Hi everyone,
I've been looking through the forums for an answer and cannot find one- currently i'm using this CSS in extra.less to add icons:
.m-faBase();
.m-faContent(@fa-var-xxxx);
Unfortunately this only adds the "solid" weighted icon. How do I modify the code to suit other icon weights...
Description:
Show all post share icons in a post instead of tooltip.
Features:
show post share icons in a post instead of tooltip
it will show social icons that you have enabled in admin panel in Setup > Options > Sharing
if link share button is enabled in Options, the extra Link icon will...
When creating an XF add-on it's pretty easy to use a FA icon for the add-on's listing in the XF ACP; an actual image file can be used as well. When adding an entry to the RM though the only option is to use an actual image file.
It'd be nice if we could specify to use a FA icon for the RM...
in order for the icons to show up on android and apple phones ipads etc
do we need to check mark this option or will it work either way..
PS: I do have the 192px and 512px and favicon 32px uploaded.. just fyi
Please is there a reason to or NOT to check mark this option if someone can...
With this simple add-on you can add specific image to each user group:
Icons will be displayed in posts:
In member tooltip:
In member profile:
You can customize the add-on with some options:
Add-on includes Russian translation.
Set of 57 basic file-type icons, to use with [ITD] Attachment Icons II
Instructions:
download the resource and upload the contents of upload folder to your root path and install from ACP>Add-ons, or
Download the resource and select the same from XF default Install/upgrade from archive...
Now you can use custom file-type icons instead of XF default attachment font awesome icons.
Currently supporting 20 file-type attachments:
APK
AVI
DOC
DOCX
FILE
JS
MP3
MP4
MPG
PDF
PHP
RAR
RTF
TORRENT
TXT
WAV
XLS
XLSX
XML
ZIP
DEMO
Instructions:
download the resource and upload the contents...
Would you like to have icons in the sidebar block titles like this?
Here's a simple DIY tutorial on how to achieve this.
Below you'll find the code for most common sidebar blocks.
Open your extra.less template and add this code:
[data-widget-section="staffMembers"]...
Description
Add icons for for message user info elements (user extras).
*works flawlessly with our [cXF] Horizontal message user info add-on
Features
icons for message user info elements (user extras)
option to change icons size in style properties
icons have tooltip with default phrases...
Would you like to have icons in Visitor menu like this?
Add this to your extra.less template:
/* Icons in Visitor menu */
.menu-content.js-visitorMenuBody .menu-linkRow {
padding: 6px 5px 6px 12px;
}
.menu-content.js-visitorMenuBody a.menu-linkRow {
&:before {
.m-faBase()...
Would you like to have icons in sidenav on Account page like this?
Add this to your extra.less template:
/* Icons in sidenav on Account page */
[data-template="account_alerts"], &[data-template="account_reactions"], &[data-template="account_bookmarks"],
&[data-template="account_details"]...
Would you like to have icons on Notable members page like this?
Add this to your extra.less template:
/* Icons on Notable members page */
[data-template="member_notable"] .p-body-sideNavContent a.blockLink,
&[data-template="member_notable"] h3.block-textHeader a {
&:before {...
Would you like to have thread status icons on the left side before thread title?
Add this to your extra.less template:
/* Move thread status icons */
@media (min-width: @xf-responsiveMedium) {
[data-template="forum_view"], &[data-template="whats_new"], &[data-template="whats_new_posts"]...
Would you like to customize your prefixes?
Here's a simple DIY tutorial as an example. Of course, you can extend it for your own needs as you wish.
So, read this tutorial to achieve something like this:
1. Create your custom prefix
In admin CP go to Forums > Thread prefixes and click on...
By default, XF 2 uses a icon for the attachments, in black color. How can i remove that icon for the attachment of .zip files?
And is there any way to use custom icons there?