Re: Forum icons Font Awesome
Posted: 01 Mar 2025, 12:13
Looks great Steve! Not only for viewforum, but also forumlist
I might steal it even though I dont like template edits
I might steal it even though I dont like template edits

PhpBB extensions from Stoker & Community
PhpBB BBCode Database, Smileys and Extensions
https://phpbb3bbcodes.com/
If a subject icon is assigned the link in the last message is no longer active, adding this code resolves the issue: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.
Code: Select all
dd.lastpost > span > *:not(dfn) {
position: relative;
z-index: 2;
}
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;
}