View Single Post
  #33  
Old 06-08-2006, 02:14 AM
snowboarder04 Offline
forum loafer
 
Join Date: Jun 2006
Posts: 1
It seems from the numerous posts that there are a lot of people who are experiencing issues with keeping the full-sized image. I am also one of those people. Pixelpost is a great piece of software and I think this particular addon could do with some methodical updating.

I can understand that posting fixes in a forum can be helpful when laid out in clear, easy-to-follow instructions but there are people who use pixelpost who don't have a clue about editing source code or what a function is in php etc. I personally have had a lot of experience with php and I'm having as much trouble as Innbound is following the editing instructions. For example:
Quote:
If that does not work then write $keepfullsizeimage = TRUE; in the function resizeImage()
Do you mean
Code:
function admin_resizeimage()
on line 105 of admin_autoresize.php? And on which line do we insert
Code:
$keepfullsizeimage = TRUE;
If that's not inserted on the correct line (unspecified) within the function then a php error will be the result.

Can the updates that need to be applied be made to the .zip with a different version number etc. There's really no need to make individual users edit files like they're having to at the moment. By the same mentality users would be writing their own addon by the time they're read to the end of a forum thread.
Either that or is there someone who could take the two minutes to write a brief specific guide of the changes that need to be applied?

I hope no-one takes this as a flaming post, it isn't. It's just some constructive criticism on how bugs on this are being handled and where I think improvements can be made. I want pixelpost to get even better as much as the devs do!
Reply With Quote