An extension isn't the problem in this case, but rather your changes to Prosilver (Dark Edition) 1.1.5. The cause lies in this file:I don't know why I can't click the post links anymore but I tried disabling all extensions but that didn't help
styles/prosilver_dark/theme/content.css
Original:
Code:
dl.row-item dt {background-repeat: no-repeat;background-position: 5px 95%;/* Position of topic icon */background-size: 17px;}
Code:
dl.row-item dt {background-repeat: no-repeat;background-position: 5px 18px;/* Position of topic icon */background-size: 17px; position: relative;}
position: relative;
, which "somehow" moves the last column to another layer, which means links no longer function as such, neither on hover nor on click. Strangely, the effect only occurs in the last column. But I don't know why; a CSS Jedi will have to answer that. 
This bastard of a CSS error cost me an hour and a half. ^^
Statistics: Posted by LukeWCS — Sat Apr 12, 2025 1:57 pm