Quote:
Originally Posted by Delfi_r
Chuck @ pp has identified the problem and found a solution that involves changes on downlads.php. My forum is working fine now and the changes are minimal
I post here all the reasoning:
I did it and all is working now
|
because he is using it (means the other author )has to change the code from downloadsII?
why doesn't PP change there code..(saying it will not fix the issue ) with out explaining
when it worked fine
DownloadsII maybe a little dated with the code
But Have you ever seen the code with in the PP script
it conflicts with Dragon bytes modes with in the members profile alone with downloadsII
pull the PP plugin for the profile and all works..
I posted updated templates at PP for the home page template along with the profile page , and he opted not to use them..
Back in the day when this part of PP wasn't integrated into PP (it was Chucks Plugin )
I posted all kinds of fixes , and he never allied them. then there was a issue from a different member and the fix was something that Chuck and I had already gone over , again was not added till then.
I would be over there banging heads with Chuck but I have not found the extra time to
beta test for Him.
I would like it to work out of the box and if there is a problem that was fixed , I would like it to be added to the next release, and most of the time it's not. so I have to manualy edit something we all pay for to make it work!
There is your conflict on edit.
He is using a variable name the same as we use

PHP Code:
Code:
`link` = " . $link . ",
renaming our variable does not to solve that hacks problem.
If I rename $link to $dblink in our plugins nothing changes.
If I rename line 1713 of
downloads.php file to this then it works
PHP Code:
Code:
`link` = '" . $file['link'] . "',
I did it and all is working now:up:
thanks for passing along the information
If you are over at PP tell him Hippy said Hi