Bubble #5
09-14-2013, 02:58 AM
Hi guys, I wrote a hack a while back, think it was for 3.x. The hack would display a flashing message in a closed thread. It worked great back in the day but I tried to use the code for 4.2.1 and it won't accept some of the old code. I think this is where it's getting stuck at;
<if condition="!$this->thread['open']">
<if condition="!$GLOBALS['FIRSTPOSTID']">
<if condition="THIS_SCRIPT == showthread">
Can someone please post the new version of code that I should be using? :confused:
<if condition="!$this->thread['open']">
<if condition="!$GLOBALS['FIRSTPOSTID']">
<if condition="THIS_SCRIPT == showthread">
Can someone please post the new version of code that I should be using? :confused: