- Edited
tolgaaaltas This is must be included in extension by default like a tags.
tolgaaaltas This is must be included in extension by default like a tags.
tolgaaaltas Sorry ? Can you elaborate on what you mean ?
datitisev Talking about optional FontAwesome support like a tags. We could add FA code optional form area in extension settings page. Sorry i can't explain with words. Here is the pic:
Basicly, i think this extension needs FA support.
Strkey Make sure you're posting in English (or providing a translation) as per our Community Guidelines. We can't help you if we can't understand you.
jordanjay29 True sorry, i wrote it in the wrong place. You actually fast, nice
Strkey Sometimes.
tolgaaaltas Hey, my version of fof/links doens't appear this options! how can a add this?
slitaz This is not included in this extension. But can make with CSS:
#header-primary > ul > li.item-link1 > a:before {
font-family: 'Font Awesome 5 Free';
font-weight: 600;
font-size: 14px;
content: '\f26c';
margin-right: 4px;
vertical-align: -1px;
}
Source: Flarum Türkiye
Credit: NightKing
tolgaaaltas Thanks man! I'm waiting for this
slitaz Just updated. Choose one icon form FontAwesome and change the "content" parameter to FontAwesome's unicode value.
tolgaaaltas But need to insert any html code for this? on "content"? Because I just have Title and Url
slitaz You don't need any HTML code for this. This is adds icon before link. "content" is this line:
content: '\f26c';
You can find it value on FontAwesome:
tolgaaaltas Maybe you can think "I'm newba", but this don't work to me. See this screenshots:
https://prnt.sc/p5fi7k
http://prntscr.com/p5firt
Where is my mistake?
slitaz Admin area > Appearance > Custom Styles > Add CSS code here.
When on the a page with the URL including /d/5-, and the page I'm navigating to has /p/5-, it will just keep telling me /p/5- is /d/5- and refusing to change the page.
May come dropdown feature to fof/links extension for next releases?
fakruzaruret Nice idea.
If there are too many link titles, it will affect the position of the search box.
Can you give links a drop-down list style like this ↓ ? This can integrate many links into one title.