Quote:
Originally Posted by Mark.B
I know how to fix the arcade issue...if it's Ibproarcade. There's a list of variables in the arcade functions file, add $timegreeting to the list.
In /arcade/functions/functions.php find the line that starts:
Code:
global $header, $vbphrase, $vboptions
And add
Immediately before the final ";" at the end.
Note the space and comma in the above code.
Not tested, but I reckon that will make it work in the arcade. Every hack I've ever had that doesn't show up in the arcade has been fixed by doing something similar.
|
There's an easier way to do it. Just make the variable replacement in this mod as a vbphrase[something]. No file edits that way.