Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: Image Gallery/Picture Post 3

Quote Reply
Re: Image Gallery/Picture Post 3 In reply to
>> Will your mod do all the things needed while modifying by user???
>> Let it as it is => only changing the other fields, delete, add or
>> add and replace!??? If so please send me details for buying it.

Right now as I indicated, it doesn't do anything but upload the files. It's up to you to figure out what to do with them. I really don't have any interest - vested or otherwise - to make this mod work for version 1.1x. Remember -- I'm doing most of this because _I_ need it for my business (which is why I still support the current versions of all my code -- I'm using them!).

While upgrading to NG might seem like a big deal, you won't be sorry. Everything works better. Purely and simply. Down the road, building things, will be much, much easier. You add error reporting to any script by doing something such as :

print $IN->header();
print Links::SiteHTML::display ('error', { error => $results->{'errors'} });

You can change the error display by simply changing what 'error' template you pass, and what message/hash you pass in error =>

You can even pipe that throug the "languages" utility to make it appear in the current language:

print Links::SiteHTML::display ('error', { error => Links::language ('JUMP_INVALIDID', $id) });

If you _need_ this for 1.1x, I can see what exists in the current code, and how this will tie in. What my code does is upload the file. It takes it from the local machine, to the server, checks it a bit, determines if it's binary or ascii, does post-processing on the binary file (thumbnail) and then terminates. It's up to whatever called this routine to take over from there. I don't work cheap, because I have to cover my time, and I don't see this mod being terribly useful in light of the NG mod on the way. I (and my business) also have no use for a 1.1x mod that uploads files -- that is the _biggest_ factor in deciding how I prioritize projects.


>> Another question to Alex!
>> What is with the normal uploading-feature as in 1.13?
>> Is it buildin in link2 or do you lost this cause Pugdog wants to start
>> making money with his mod?

What I do, and what Alex does really don't affect each other. I don't work for GT, and I don't conspire with them :) I do give them lots of ideas and suggestions, which I hope are helpful -- many of which have been used in one form or another in each new release.

I'm only charging for the NG mods, because they are "corporate assets" and as such, they are owned by the corporation I work for, not me, personally. Because it takes up my "time" and were developed on what could be construed as "company time" there is a price tag.

But, this doesn't affect what GT does, and what I'm doing is "around" what I anticipate GT will be adding in to the NG scripts.


PUGDOGŪ
PUGDOGŪ Enterprises, Inc.
FAQ: http://pugdog.com/FAQ


Subject Author Views Date
Thread Image Gallery/Picture Post 3 pugdog 5669 Jan 7, 2001, 1:30 AM
Post Re: Image Gallery/Picture Post 3
pugdog 5554 Jan 7, 2001, 1:33 AM
Thread Re: Image Gallery/Picture Post 3
pugdog 5534 Jan 7, 2001, 8:55 PM
Thread Re: Image Gallery/Picture Post 3
padders 5500 Jan 8, 2001, 8:13 AM
Thread Re: Image Gallery/Picture Post 3
padders 5486 Jan 8, 2001, 1:10 PM
Post Re: Image Gallery/Picture Post 3
pugdog 5470 Jan 8, 2001, 1:14 PM
Thread Re: Image Gallery/Picture Post 3
pugdog 5478 Jan 8, 2001, 1:29 PM
Thread Re: Image Gallery/Picture Post 3
padders 5478 Jan 8, 2001, 1:33 PM
Thread Re: Image Gallery/Picture Post 3
Robert 5485 Jan 9, 2001, 8:56 AM
Post Re: Image Gallery/Picture Post 3
padders 5441 Jan 9, 2001, 9:44 AM
Thread Re: Image Gallery/Picture Post 3
pugdog 5476 Jan 9, 2001, 10:53 AM
Thread Re: Image Gallery/Picture Post 3
Robert 5452 Jan 9, 2001, 12:25 PM
Post Re: Image Gallery/Picture Post 3
pugdog 5443 Jan 9, 2001, 2:12 PM