Quote:
Originally Posted by Gamelobby
Does this work for 4.1.3.?
I got this..
Warning: Invalid argument supplied for foreach() in [path]/includes/functions.php on line 3416
Are we supposed to change/add something to the red part.?
Thanks
|
No it doesn't work as is in vBulletin 4... Mostly the <if> statements are different in VB4...
Instead of
Code:
<if condition="xxx"> </if>
change them to:
Code:
<vb:if condition="xxx"> </vb:if>
And no the part in read is supposed to be two single quotes with nothing in-between them representing an empty string.