Quote:
Originally Posted by magnus
Wait, the full thread opens, with replies and everything? That's.. odd. I don't even see how that's possible. Either way, I'd need to see it, in action, on the forum in question before I could even begin to fathom a fix.
|
What was happening was that the previous mod's mouse click reaction was taking presedence over your mod, as it was effective for the entire table cell. I removed the following snippet from
threadbit template and everything works fine:
Code:
onclick="window.location.href='<if condition="$show['gotonewpost']">showthread.php?$session[sessionurl]goto=newpost&t=$thread[threadid]<else />showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]</if>';"
This was the offending code from the previous mod. I now get the benefit of your mod while only sacrificing the regional cell click sensitivity for the previous mod. The cell color still changes as I still wished it to. Brilliant mod!