![]() |
Trying to update a mod
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;
Code:
<if condition="!$this->thread['open']"> Can someone please post the new version of code that I should be using? :confused: |
Did you cahnge the conditionals to <vb:if bla bla & </vb:if>
|
Yes but the error said something about the '!$' characters....
Do I just remove them or is the entire code different? Code:
<vb:if condition="!$this->thread['open']"> Where else might they be for something like this? :confused: |
Maybe try this:
Code:
<vb:if condition="$thread[open] == 0"> |
All times are GMT. The time now is 09:56 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|