Chit chat, open discussions and beer
Anything that is not support related
Post
by Stoker » 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
Post
by Steve » 01 Mar 2025, 12:17
It shows you the available html edits that can be created. Not everything needs to be squeezed into the icon area.
Post
by Stoker » 01 Mar 2025, 12:19
Okay, I will try upload it to my ext template folder.
Lets see if we can make the board break down
Post
by Steve » 01 Mar 2025, 12:25
You will need loads of css
Post
by Stoker » 01 Mar 2025, 12:27
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!
Post
by Steve » 01 Mar 2025, 12:28
Post
by Fred Rimbert » 01 Mar 2025, 12:29
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;
}
Post
by Stoker » 01 Mar 2025, 19:46
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;
}