It's not as bad either. There are 2 formats that we've run to: 1) [ioID][folderGUID]/filename.ext 2) src="../ioLoadImage.asp?FolderGuid=[folderGUID]/filename.ext"
I made a small xml that maps old folder guid to new folder guid so it's just a matter of doing a string replace and saving the element. (and releasing the page if there was any change). Again, you only do it for text placeholders that have a value set to reduce execution time. On Wednesday, May 8, 2013 12:31:46 PM UTC-5, Jian Huang wrote: > > Hi Ryu, > > I see. What about images used in text placeholders? Link correction in > those are less fun. > > -Jian > > On Wednesday, May 8, 2013 12:30:04 PM UTC-4, Ryu wrote: >> >> Hi Jian, >> >> It would work that way if they had everything under one dir and we just >> had added subfolders. >> >> The difference is that they had multiple separate folders which where >> merged into a single asset folder with subdirectories. So in this scenario >> we had to update every image placeholder to use the respective subfolder >> guid. >> >> It wasn't as bad as you may think. I pulled all pages but on every page I >> only had to modify those that had a value set (default values don't count >> as a value set). >> >> It ended up being just short of 30 minutes for around 3.5k page instances. >> >> >> On Tuesday, May 7, 2013 1:04:39 AM UTC-5, Ryu wrote: >>> >>> Hi all, >>> >>> Current project is setup with an asset manager folder with a bunch >>> of sub-folders: >>> >>> images/ >>> backgrounds/ >>> buttons/ >>> >>> Etc. The RQL queries in the documentation under the ELEMENTS or ELT >>> section provide information to save to text / standard field values. >>> This works nicely if there are no subfolders as you can just set the >>> value to the new file and be done. >>> >>> Each element has two attributes : folderguid and subfolderguid. I don't >>> see a way to modify these through queries in the documentation. >>> >>> Has anyone run into this issue before? >>> >>> >>> Thanks for your time. >>> >>> R. >>> >> -- You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/reddot-cms-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
