G'day,
In the WYSIWYG editor, a link to an image variety seems to be in this form:
src="./?a=12345:v2$"
It doesn't seem to make any difference if you leave the dollar sign off:
src="./?a=12345:v2"
I'd quite like to leave off the dollar sign because I'm automatically inserting these links using PHP DOM and the Matrix SOAP service. If I attempt to use a dollar sign in a link then it's encoded and I end up with:
src="./?a=12345:v2%24"
... which doesn't work at all.
Does anyone know the significance of the $ and whether it's necessary in some way?
Also, it would seem that referring to image varieties by the sequence number that they happened to be created in (v1, v2, v3, etc) leads to the possibility of broken links later if you remove and re-add some of the image varieties - even if you keep the names the same. Does anyone have any suggestions about this?
Thanks,
Warwick