5
« on: January 12, 2006, 08:06:07 PM »
Thanks to V@no, I removed the code I posted to avoid mistakes in coding. But for better understanding, I left a small explanation about how I fixed the problem without looking into BUG FIXES Forum, as I should.
----------------
A two days ago i'd installed this MOD posted by V@no. As long as I was reading the replys of it, the mess was sutch, that V@no stoped supporting it sugesting someone to release a 2nd version.
Well, I haven't done so, but got the solution to all those bugs.
It seams that in steps 9 and 10 the code has a routine of {if...} within another {if...} routine. This is the BIG problem.
Some how the PHP ignores these instructions. But if you open a {if something1} and close it {endif somethig1}, and then open a {if something2} and close it {endif somthing2} the BUG is gone!
---------------