Plone + TinyMCE = problem with the relative paths of images
Since I installed Plone I was suffering to stupid issue - images uploaded by TinyMCE product were not correctly displayed on collection views - if collection view had been placed in different folder than picture. Problem is related with relative path to the image.
Quick and bit dirty solution:
Go to your Plone Control Panel and check TinyMCE options - Resource Types. Turn on first option:
Link using UIDs
Since now TinyMCE is linking images using UIDs - it looks dirty but at least works.
