Chit chat, open discussions and beer
Anything that is not support related
Stoker Offline
Site Admin
Posts: 4,561 Joined: 12 May 2008, 21:26
Local time: 07 Sep 2025 05:51
Last active: - Favourite EXT: Forum Goal
Location: Denmark
Contact:
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
~ The greatest achievement in life is to inspire ~
Regards Stoker
Steve Offline
Donator
Posts: 1,589 Joined: 04 Mar 2010, 23:10
Local time: 07 Sep 2025 04:51
Last active: - Favourite BBCode: {
Favourite EXT: {
Location: { .
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.
stokers bugs: {.23%t>
my bugs: .
Stoker Offline
Site Admin
Posts: 4,561 Joined: 12 May 2008, 21:26
Local time: 07 Sep 2025 05:51
Last active: - Favourite EXT: Forum Goal
Location: Denmark
Contact:
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
~ The greatest achievement in life is to inspire ~
Regards Stoker
Steve Offline
Donator
Posts: 1,589 Joined: 04 Mar 2010, 23:10
Local time: 07 Sep 2025 04:51
Last active: - Favourite BBCode: {
Favourite EXT: {
Location: { .
Post
by Steve » 01 Mar 2025, 12:25
You will need loads of css
stokers bugs: {.23%t>
my bugs: .
Stoker Offline
Site Admin
Posts: 4,561 Joined: 12 May 2008, 21:26
Local time: 07 Sep 2025 05:51
Last active: - Favourite EXT: Forum Goal
Location: Denmark
Contact:
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!
~ The greatest achievement in life is to inspire ~
Regards Stoker
Steve Offline
Donator
Posts: 1,589 Joined: 04 Mar 2010, 23:10
Local time: 07 Sep 2025 04:51
Last active: - Favourite BBCode: {
Favourite EXT: {
Location: { .
Post
by Steve » 01 Mar 2025, 12:28
stokers bugs: {.23%t>
my bugs: .
Fred Rimbert Offline
Supporter
Posts: 50 Joined: 01 Mar 2025, 05:55
Local time: 07 Sep 2025 05:51
Last active: - Location: France, Pays de la Loire
Contact:
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;
}
Stoker Offline
Site Admin
Posts: 4,561 Joined: 12 May 2008, 21:26
Local time: 07 Sep 2025 05:51
Last active: - Favourite EXT: Forum Goal
Location: Denmark
Contact:
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;
}
~ The greatest achievement in life is to inspire ~
Regards Stoker