Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

[ NEW PLUGIN ] AJAXImageUpload v 1

Quote Reply
[ NEW PLUGIN ] AJAXImageUpload v 1
Hi,

After many many hours of working on this, I'm pleased to announce the release of my latest plugin - AJAXImageUpload

http://www.ultranerds.com/...JAXImageUpload_L282/

Price: $50 US

A full list of features / screenshots can be found on the above URL.

Although this is primarily for "Image" uploading, it will also work for other things, like .txt, .doc, .pdf, etc ... with just a few minor tweaks to it.

If you have any questions, please don't hesitate to contact me via email, or post your question here.

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!

Last edited by:

Andy: Sep 22, 2010, 2:26 AM
Quote Reply
Re: [Andy] [ NEW PLUGIN ] AJAXImageUpload v 1 In reply to
Nice!

This may sound a little stupid but if I had a use for this I'd definately buy it. Very professional. Cool
Quote Reply
Re: [MJB] [ NEW PLUGIN ] AJAXImageUpload v 1 In reply to
MJB wrote:
Nice!

This may sound a little stupid but if I had a use for this I'd definately buy it. Very professional. Cool

LOL yeah - not much point buying it if you don't have a use for it <G>

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] [ NEW PLUGIN ] AJAXImageUpload v 1 In reply to
Hi,

Seems there was a little glitch with the uploaded version (modify wasn't loading the already uploaded images).

Version 1.1 is now uploaded, and is downloadable from the "Members Area"

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] [ NEW PLUGIN ] AJAXImageUpload v 1 In reply to
Hi Andy,

Will this remove corresponding images for a link automatically when a link is deleted?

Thanks!
Quote Reply
Re: [socrates] [ NEW PLUGIN ] AJAXImageUpload v 1 In reply to
Hi,

It will work exactly the same way as before :) Its simply the way that the files get uploaded that changes

(if someone starts uploading files, and never actually "adds" them ... the system will remove them when they get over a few hours old - as its obivouse they are not going to complete the "add" or "modify" at that point)

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] [ NEW PLUGIN ] AJAXImageUpload v 1 In reply to
  
Hi Andy,

AJAXImageUpload plugin works in both add.cgi/modify.cgi.

And review.cgi? Works too?

Best regards,

JoseM

Last edited by:

JoseML: Jun 30, 2011, 5:00 PM
Quote Reply
Re: [JoseML] [ NEW PLUGIN ] AJAXImageUpload v 1 In reply to
Hi,

It currently works only in modify.cgi/add.cgi, but I may well add it into the review feature too in the near future if there is a demand for it Smile

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] [ NEW PLUGIN ] AJAXImageUpload v 1 In reply to
Hi Andy,

I test your script and I have small problems.

I have the error: Unknown Tag: 'temp_id'

An idea?

On my link pages, I use <%filecol_url('image1', $ID)%>.
Will I have to modify something?

Thanks!

Mick
Quote Reply
Re: [MJ_] [ NEW PLUGIN ] AJAXImageUpload v 1 In reply to
Hi,

What template are you getting that error on? If its on the add/modify page, are you sure you have this code:

Code:
<%-- AJAX upload stuff --%>
<%include include_ajax_upload.html%>
<%-- *END* AJAX upload stuff --%>

That should generate temp_id (I don't believe that is used anywhere else)

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] [ NEW PLUGIN ] AJAXImageUpload v 1 In reply to
Hi Andy,

I have the problem only with the page to modify.

I also obtain the warning message (Existing images for this listing...) whereas my image field (column) is NULL.

I test with an installation where links are already recorded.

An idea?

Thanks!

Mick
Quote Reply
Re: [MJ_] [ NEW PLUGIN ] AJAXImageUpload v 1 In reply to
Hi,

Please send over GLinks admin logins, and FTP - and I'll take a look for you. Also some example listings I can have a look at

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] [ NEW PLUGIN ] AJAXImageUpload v 1 In reply to
Hi,

Weird, looks like it was missing a hook when installing. I've fixed this up on your copy, and uploaded version 1.1 to the Members Area (which has this fix). I'm assuming it happened when I moved over to the .co.uk (as some of the files got corrupt along the way, so I had to upload the backups I had on my PC)

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] [ NEW PLUGIN ] AJAXImageUpload v 1 In reply to
Hi Andy,

Your plugin gives a new dimension to G.Links ! Smile

Thanks again for this great plugin !

Mick

Quote Reply
Re: [MJ_] [ NEW PLUGIN ] AJAXImageUpload v 1 In reply to
Glad to hear it Angelic

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!