4images Forum & Community
4images Modifications / Modifikationen => Mods & Plugins (Requests & Discussions) => Topic started by: Pimas 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!
---------------
-
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!
The fix for this issue you can find in our "Bug Fixes" forum ;)
-
V@no!
Thanks for your reply! Actualy I didn't know where else to look for posts regarding your MOD. I´m sorry to post a bug-fix already done!
I hope you won't be mad with it (me). ;)