Hi there!
i came around this 'problem' and as i found no solution in the forums i'm asking you all now:
i have this publication listing some text right hand side and i wanted to have a image left hand side.
so i defined a image-type field, edited the template and basically it's working.
i can edit/create a new entry, click the "..." and select a image from photoshare,
the url that's in the field after selection looks like:
[php] index.php?module=photoshare&func=viewimage&iid=4[/php]
but when someone views this entry it only shows the thumbnail of the image...?
-> view source and the image-tag looks like this:
[php]

php]
so where does this &thumbnail=1 part come from...? how can i stop pagesetter/smarty from adding this????
or can i use a smarty-tag to remove this part from the variable???
thanks for any ideas, i'm clueless!
ps. the extra "amp" entries in the code above are not present in the real code, this was added by the board! so the url is only with one ampersand,... and is working, this is not the problem ;)
[Edited on 16/2/2004 by martinick]