I would like to change the code so it inserts a full size image and not a clickable thumbnail 9since I have a resize feature, no need for thumbnail insertion)
Anyway, I am messing with
result = '[url='+ dispath + ']

[/url]';
and changing it to
result = '

';
obviously inserts just a thumbnail but what do I need to swap for thumbp to get the path to the full size image? I tried path but it doesn't work, it just gives the same as the display path.
I want to do this in the gallery popup and the quick upload.