Quote:
Originally Posted by Dr. Bantham
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!
|
Ahh.. there was another onclick event. Yea, that would definately bugger things up. Glad you figured it out, and thanks for posting the fix. I'm sure it will benefit someone else!