Forum icons Font Awesome

Chit chat, open discussions and beer
Anything that is not support related

Re: Forum icons Font Awesome

Post 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

Post 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

Post 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

Post by Steve »

You will need loads of css

Re: Forum icons Font Awesome

Post 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

Post by Steve »

:lol:

Re: Forum icons Font Awesome

Post 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

Post 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;
}