Page 2 of 2

Re: Forum icons Font Awesome

Posted: 01 Mar 2025, 12:13
by Stoker
Looks great Steve! Not only for viewforum, but also forumlist
I might steal it even though I dont like template edits :D

Re: Forum icons Font Awesome

Posted: 01 Mar 2025, 12:17
by Steve
It shows you the available html edits that can be created. Not everything needs to be squeezed into the icon area.

Re: Forum icons Font Awesome

Posted: 01 Mar 2025, 12:19
by Stoker
Okay, I will try upload it to my ext template folder.
Lets see if we can make the board break down ;)

Re: Forum icons Font Awesome

Posted: 01 Mar 2025, 12:25
by Steve
You will need loads of css

Re: Forum icons Font Awesome

Posted: 01 Mar 2025, 12:27
by Stoker
Well, looks like extensions cant replace an entire style html.
But the good thing was that I tried without breaking anything. Its a big achievement for me!

Re: Forum icons Font Awesome

Posted: 01 Mar 2025, 12:28
by Steve
:lol:

Re: Forum icons Font Awesome

Posted: 01 Mar 2025, 12:29
by Fred Rimbert
Stoker wrote: 01 Mar 2025, 06:47 Well, must be a bug. If disabled in specific forums it should not display anywhere.

But not a problem anymore. Your fix worked
So thanks again.
If a subject icon is assigned the link in the last message is no longer active, adding this code resolves the issue:

Code: Select all

dd.lastpost > span > *:not(dfn) {
    position: relative;
    z-index: 2;
}

Re: Forum icons Font Awesome

Posted: 01 Mar 2025, 19:46
by Stoker
for subforums:

Code: Select all

.forum_unread_subforum::after,
.forum_read_subforum::after{
	content: "\f07b";
	font-size: 1.25em;
	color:#0076b1;
	position: absolute;
	top: 0.7em;
	left: 2.5em;
}