Author Topic: [MOD] Members Personal Category 100% working!  (Read 4548 times)

0 Members and 1 Guest are viewing this topic.

Offline Pimas

  • Pre-Newbie
  • Posts: 5
    • View Profile
[MOD] Members Personal Category 100% working!
« 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!
---------------

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: [MOD] Members Personal Category 100% working!
« Reply #1 on: January 13, 2006, 12:15:24 AM »
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 ;)
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Pimas

  • Pre-Newbie
  • Posts: 5
    • View Profile
Re: [MOD] Members Personal Category 100% working!
« Reply #2 on: January 13, 2006, 12:22:39 AM »
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). ;)