<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Showkase Support Forum — Mystery reorder of images part 2 - Updating only the images]]></title>
		<link>https://showkase.net/forum/viewtopic.php?id=475</link>
		<atom:link href="https://showkase.net/forum/extern.php?action=feed&amp;tid=475&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Mystery reorder of images part 2 - Updating only the images.]]></description>
		<lastBuildDate>Wed, 29 Mar 2023 19:45:42 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Mystery reorder of images part 2 - Updating only the images]]></title>
			<link>https://showkase.net/forum/viewtopic.php?pid=2267#p2267</link>
			<description><![CDATA[<div class="quotebox"><blockquote><p>I have two buttons!</p></blockquote></div><p>Nice! I&#039;m glad you&#039;ve got the functionality you need.<br />Thanks for the update.</p>]]></description>
			<author><![CDATA[null@example.com (Steven @ Showkase)]]></author>
			<pubDate>Wed, 29 Mar 2023 19:45:42 +0000</pubDate>
			<guid>https://showkase.net/forum/viewtopic.php?pid=2267#p2267</guid>
		</item>
		<item>
			<title><![CDATA[Re: Mystery reorder of images part 2 - Updating only the images]]></title>
			<link>https://showkase.net/forum/viewtopic.php?pid=2266#p2266</link>
			<description><![CDATA[<p>I have two buttons!<br /><span class="postimg"><img src="https://luengogaztelu.com/showkase/Screenshot%202023-03-28%20at%2022.45.53.png" alt="https://luengogaztelu.com/showkase/Screenshot%202023-03-28%20at%2022.45.53.png" /></span></p><p>I&#039;ve not hacked PHP in years, thanks for pointing me in the right direction. It has been thoroughly tested, works like a charm.</p><p>-------</p><p><strong>As a matter of interest. I have discovered that in a showkase gallery with only one &#039;page&#039; the mystery resort does not happen.</strong></p><p>In a showkase gallery with lots of pages, it happens every time. Even though the other pages are not involved, other than being there. How that fits with the multithreading concept I have no idea.<br />-------</p><p>Steve, if you want to test out the new buttons the <em>steve test server</em> and gallery is still up and running access details the same, but due to the fewer pages the sort issue does not replicate.</p><p>I will email you the hacked files, just so you have them. No support expected at all. That was a fun challenge, thanks again for facilitating it.</p>]]></description>
			<author><![CDATA[null@example.com (petax)]]></author>
			<pubDate>Tue, 28 Mar 2023 21:01:02 +0000</pubDate>
			<guid>https://showkase.net/forum/viewtopic.php?pid=2266#p2266</guid>
		</item>
		<item>
			<title><![CDATA[Re: Mystery reorder of images part 2 - Updating only the images]]></title>
			<link>https://showkase.net/forum/viewtopic.php?pid=2265#p2265</link>
			<description><![CDATA[<p>You&#039;re welcome!</p>]]></description>
			<author><![CDATA[null@example.com (Steven @ Showkase)]]></author>
			<pubDate>Tue, 28 Mar 2023 20:53:07 +0000</pubDate>
			<guid>https://showkase.net/forum/viewtopic.php?pid=2265#p2265</guid>
		</item>
		<item>
			<title><![CDATA[Re: Mystery reorder of images part 2 - Updating only the images]]></title>
			<link>https://showkase.net/forum/viewtopic.php?pid=2264#p2264</link>
			<description><![CDATA[<p>Thanks Steve,</p><p>That is excellent, I will give it a try out and let you know how is goes. I appreciate you can&#039;t support it, but I do like getting under the hood!</p><p>Thank you, much appreciated.</p><p>all the best :-)</p>]]></description>
			<author><![CDATA[null@example.com (petax)]]></author>
			<pubDate>Tue, 28 Mar 2023 13:52:35 +0000</pubDate>
			<guid>https://showkase.net/forum/viewtopic.php?pid=2264#p2264</guid>
		</item>
		<item>
			<title><![CDATA[Re: Mystery reorder of images part 2 - Updating only the images]]></title>
			<link>https://showkase.net/forum/viewtopic.php?pid=2263#p2263</link>
			<description><![CDATA[<div class="quotebox"><blockquote><p>After rebuilding my gallery, I have just unzipped them to over write the new versions, and bingo the sort order is restored.</p></blockquote></div><p>Good thinking! That&#039;ll work.<br /></p><div class="quotebox"><blockquote><p>As a matter of interest, your multi-tread explanation does seem to fit. I couldn&#039;t replicate the problem on shared hosting today...</p></blockquote></div><p>Yes, this theory <em>does </em>seem to make sense.<br /></p><div class="quotebox"><blockquote><p>I have no doubt messing about with the showkase directories and content is generally a very bad idea and is frowned upon...</p></blockquote></div><p>Not frowned upon... just not officially supported.<br />Having said that, if you really want a button to regenerate only images and don&#039;t want to create one yourself (I don&#039;t know how many source files would be involved) or wait to see if the developers introduce one, then you could maybe re-purpose the existing &#039;Rebuild&#039; button to process only images by commenting out the lines of code which deal with regenerating the accompanying text files.</p><p>A couple of caveats:<br />(1) You&#039;d no longer be able to use the &#039;Rebuild&#039; button for its original purpose/full functionality.<br />(2) It would work only if no images are added to or removed from the gallery and if all filenames remain exactly the same. (I know you are aware of this. It&#039;s worth mentioning again, though, just in case anyone else is reading this.)</p><p>With this in mind, if you want to try it out, open your site&#039;s <em>admin/commands/advanced.php</em> file in a plain text editor and comment out (or remove) lines 77 to 86 (inclusive) and also lines 88 and 89. You can comment out lines of PHP code by adding <strong>//</strong> at the beginning, as follows:<br /></p><div class="codebox"><pre><code>// $page-&gt;gallery-&gt;saveGallery();
// Board::addMessage(&#039;Gallery xml file rebuilt&#039;);
// $pageSet-&gt;setPagesDataImageCount(
    // $pageIndex,
    // $page-&gt;getImageCount()
// );
// $pageSet-&gt;savePagesData();
// $pageSet-&gt;setPagesPref(&#039;publishing&#039;, &#039;unpublished&#039;);
// $pageSet-&gt;savePagesPrefs();
// Board::addMessage(&#039;Page data cache updated&#039;);</code></pre></div><div class="codebox"><pre><code>// $page-&gt;savePageHtml($pageSet, new Nav($pageFactory, $pageSet), new GalleryIndex($pageSet), new Smarty());
// Board::addMessage(&#039;Page html rebuilt&#039;);</code></pre></div><p>Just re-upload the file after editing it (to its original location, overwriting the existing file). You might like to make a backup of the original file first (although you could always just extract the stock version of the file from the Showkase zip file if you need it).</p><p>This is untested and, being a source code modification, as far as I can take this in my capacity as official support.<br />I hope it points you in the right direction, though.</p>]]></description>
			<author><![CDATA[null@example.com (Steven @ Showkase)]]></author>
			<pubDate>Tue, 28 Mar 2023 05:53:58 +0000</pubDate>
			<guid>https://showkase.net/forum/viewtopic.php?pid=2263#p2263</guid>
		</item>
		<item>
			<title><![CDATA[Re: Mystery reorder of images part 2 - Updating only the images]]></title>
			<link>https://showkase.net/forum/viewtopic.php?pid=2262#p2262</link>
			<description><![CDATA[<p>Hi Steve,</p><p>Thanks for confirming that I am not going insane, and for your kind attention.</p><p>I&#039;ve will delete the server in due course, feel free to keep my galleries for as long as you need them. </p><p>I would really like to push for a regenerate images only option on rebuild, for more advanced users such as myself. As the image names don&#039;t change in any of the directories (Large, Small and Images root), there is no need to update the XML (etc) files.</p><p>As a stop gap work around, I have just zipped up the following files in my test gallery.<br />config.xml<br />index.html<br />images.txt<br />page.xml<br />preferences.txt</p><p>After rebuilding my gallery, I have just unzipped them to over write the new versions, and bingo the sort order is restored.</p><p>This is useful to me, but I expect few people will have my issue. I just had a gallery with no watermarks on it, and wanted to only upload the changed pictures, rather than reimport the gallery and start from scratch. Given the amount of time spent on this, I may as well have, lol!!</p><p>I have no doubt messing about with the showkase directories and content is generally a very bad idea and is frowned upon, but this gets the job done for me. I don&#039;t expect to be doing it very often.</p><p>----</p><p>As a matter of interest, your multi-tread explanation does seem to fit. I couldn&#039;t replicate the problem on shared hosting today, I guess that it was not busy or alternatively it was too busy, perhaps affecting the speed that images were processed (pure speculation).</p><p>cheers for now</p>]]></description>
			<author><![CDATA[null@example.com (petax)]]></author>
			<pubDate>Mon, 27 Mar 2023 13:42:06 +0000</pubDate>
			<guid>https://showkase.net/forum/viewtopic.php?pid=2262#p2262</guid>
		</item>
		<item>
			<title><![CDATA[Re: Mystery reorder of images part 2 - Updating only the images]]></title>
			<link>https://showkase.net/forum/viewtopic.php?pid=2261#p2261</link>
			<description><![CDATA[<p>Email received. Thank you!</p><p>Thank you very much for all the effort you&#039;ve gone to in documenting this issue.</p><p>After some extensive testing, I&#039;ve been able to reproduce the problem and I&#039;ve now seen this happen with not only galleries built with Lightroom but also with JuiceboxBuilder and Showkase itself.</p><p>It seems to be more noticeable in large galleries (e.g. 100 images or more) and happens more often than not when &#039;Site -&gt; Customize Viewers -&gt; Juicebox-Pro 1.5.1 -&gt; Edit -&gt; Pro Viewer Options -&gt; Multi-size Images (Pro) -&gt; Medium image resize&#039; is selected (in conjunction with a change to &#039;Max width&#039; and/or &#039;Max height&#039;).</p><p>Being that the image order after each &#039;Rebuild&#039; seems random and that it seems to be more noticeable in large galleries (where there are a lot of images to process), it still looks like a result of multi-threading to me (with a lot of images being processed concurrently and not always finishing in the same order) but at least I&#039;ve now got enough information to log a bug report with the developers (which I&#039;ve just done).</p><p>Even if multi-threading is at the root of the problem, it would almost certainly be faster than sequential processing of images so it&#039;s likely to remain. Maybe the answer would be to re-order the images (perhaps to a default setting, e.g. filename order) after each rebuild which would be preferable to a random order. I&#039;ll leave it in the hands of the developers.</p>]]></description>
			<author><![CDATA[null@example.com (Steven @ Showkase)]]></author>
			<pubDate>Sun, 26 Mar 2023 22:00:56 +0000</pubDate>
			<guid>https://showkase.net/forum/viewtopic.php?pid=2261#p2261</guid>
		</item>
		<item>
			<title><![CDATA[Re: Mystery reorder of images part 2 - Updating only the images]]></title>
			<link>https://showkase.net/forum/viewtopic.php?pid=2260#p2260</link>
			<description><![CDATA[<p>Hi Steve</p><p>I have sent you an email with everything you need. Access to a staging server custom built just for you, with a clone of the showkase install. You have full access in every respect. If you can&#039;t replicate the bug on that, I will be astonished, as I have just tested it and the reorder happens exactly as reported. You are free to do whatever you want.</p><p>Also a download link to the zip of the gallery if you want to test it on your own server as well. I would appreciate it if you delete it all when you have finished.</p><p>Remember this has happened on my old apache server and this one which is Lightspeed (not sure what the difference is).</p><p>I haven&#039;t launched the gallery to the public as yet, still a work in progress.</p><p>I look forward to hearing from you, please confirm that you received the email.</p><p>Thanks</p>]]></description>
			<author><![CDATA[null@example.com (petax)]]></author>
			<pubDate>Sun, 26 Mar 2023 13:51:16 +0000</pubDate>
			<guid>https://showkase.net/forum/viewtopic.php?pid=2260#p2260</guid>
		</item>
		<item>
			<title><![CDATA[Re: Mystery reorder of images part 2 - Updating only the images]]></title>
			<link>https://showkase.net/forum/viewtopic.php?pid=2259#p2259</link>
			<description><![CDATA[<p>What ho Steve,</p><p>Thanks for your reply, firstly this is a curiosity not a deal breaker. I am surprised given that we are both using the same build that it is not replicable at your end. I have one comment on this:</p><div class="quotebox"><blockquote><p>An initial &#039;Pages -&gt; Edit Page -&gt; Advanced -&gt; Rebuild&#039; rebuilt the gallery and changed the image order (to filename order) but retained image titles and captions.<br />All subsequent &#039;Pages -&gt; Edit Page -&gt; Advanced -&gt; Rebuild&#039; actions did not change anything at all.</p></blockquote></div><p>To fully replicate the issue, <strong>you need to upload a gallery from Lightroom,</strong> import it. Then having made <em>no changes to anything </em>at all, rebuild the gallery using &#039;Pages -&gt; Edit Page -&gt; Advanced -&gt; Rebuild&#039;. I do not use the sort feature in showcase, the screen shots were to show you the order, I have not actioned any &#039;sort by&#039; options.</p><p>I sort my images in Lightroom, the thumbnails in ShowKase are too small to work with. (Same goes on the images page. I wish the previews were bigger there, easier to work with.)</p><p>It must be to do with the Lightroom plugin, I will have a look see if there are any options for sort. I don&#039;t recall any.</p><p>I would be happy to make a zip file for you to test out, do you want me to email you the link, I don&#039;t see any PM option on here.</p><p>I&#039;ll give you the directory structure, including the Lightroom upload for you to import, so you can do the whole thing.</p><p>I&#039;d go as far as to give you login on my staging server if you like.</p><p>I&#039;ll make that zip file.</p>]]></description>
			<author><![CDATA[null@example.com (petax)]]></author>
			<pubDate>Sun, 26 Mar 2023 03:03:17 +0000</pubDate>
			<guid>https://showkase.net/forum/viewtopic.php?pid=2259#p2259</guid>
		</item>
		<item>
			<title><![CDATA[Re: Mystery reorder of images part 2 - Updating only the images]]></title>
			<link>https://showkase.net/forum/viewtopic.php?pid=2258#p2258</link>
			<description><![CDATA[<p>I&#039;ve been trying to reproduce the problem you&#039;ve described (rebuilding the gallery results in a random image order) but I&#039;ve been unable to (on an Apache server).</p><p>I imported a Juicebox-Pro gallery with a custom image order and Showkase successfully imported the gallery and retained the custom image order and image titles and captions.</p><p>An initial &#039;Pages -&gt; Edit Page -&gt; Advanced -&gt; Rebuild&#039; rebuilt the gallery and changed the image order (to filename order) but retained image titles and captions.<br />All subsequent &#039;Pages -&gt; Edit Page -&gt; Advanced -&gt; Rebuild&#039; actions did not change anything at all.</p><p>I see your screenshots and don&#039;t doubt what you are experiencing but I don&#039;t know what&#039;s causing it.<br />I guess we&#039;re both using the same version of Showkase (v1.7.6) and you mentioned that you&#039;ve seen the problem on an Apache server (which I was also using for testing) so other variables are the PHP installation/settings and the import gallery.</p><p>The import gallery shouldn&#039;t make a difference but if you like, you could send me the gallery (zip the gallery, upload the zip file somewhere and provide a link) and I&#039;ll try rebuilding it several times to see what happens. We should then perhaps be able to eliminate this from the equation (which would leave just PHP installation/settings as the main difference between your setup and mine).</p><p>My initial thought (regarding multi-threading) could still be possible but it&#039;s really difficult to troubleshoot an issue I can&#039;t reproduce.<br />I hope you can work around it.</p><div class="quotebox"><blockquote><p>It would really great if you could produce a &#039;script&#039; that just regenerates the images.</p></blockquote></div><p>Thank you for posting your request in the <a href="https://showkase.net/forum/viewtopic.php?id=2">Feature Requests</a> thread. I&#039;m not the author of Showkase but the your request will definitely be seen by the developers over there.</p>]]></description>
			<author><![CDATA[null@example.com (Steven @ Showkase)]]></author>
			<pubDate>Sat, 25 Mar 2023 21:41:44 +0000</pubDate>
			<guid>https://showkase.net/forum/viewtopic.php?pid=2258#p2258</guid>
		</item>
		<item>
			<title><![CDATA[Re: Mystery reorder of images part 2 - Updating only the images]]></title>
			<link>https://showkase.net/forum/viewtopic.php?pid=2257#p2257</link>
			<description><![CDATA[<p>Hi Steve,</p><p>Just out of curiosity, the first time I had the problem <br />(<a href="https://showkase.net/forum/viewtopic.php?id=473">https://showkase.net/forum/viewtopic.php?id=473</a>)<br />with the Mystery Reorder of images it was on an apache server. </p><p>This current one is on a Lightspeed server.</p><p>It would really great if you could produce a &#039;script&#039; that just regenerates the images.</p>]]></description>
			<author><![CDATA[null@example.com (petax)]]></author>
			<pubDate>Sat, 25 Mar 2023 14:36:49 +0000</pubDate>
			<guid>https://showkase.net/forum/viewtopic.php?pid=2257#p2257</guid>
		</item>
		<item>
			<title><![CDATA[Re: Mystery reorder of images part 2 - Updating only the images]]></title>
			<link>https://showkase.net/forum/viewtopic.php?pid=2252#p2252</link>
			<description><![CDATA[<p>Thanks for the detailed description and screenshots.<br />So, in a nutshell, the issue is &#039;Pages -&gt; Edit Page -&gt; Advanced -&gt; Rebuild&#039; changes the images order (to a different order each time).</p><p>Here&#039;s my best guess at what&#039;s going on...</p><p>It certainly seems odd that a random image order would be obtained each time the gallery is rebuilt.<br />There&#039;s definitely no forced randomization going on (as far as I know) so my best guess is that the new image generation may be a multi-threaded process on the web server and Showkase adds each image to the gallery when its image generation is completed.<br />Multi-threading would certainly get the job done faster than a one-by-one sequential process and you can always sort the images afterwards on the Sort tab.<br />I don&#039;t know for sure if that&#039;s what&#039;s going on but it would be a possible explanation.</p><p>Incidentally, I&#039;m pretty sure rebuilding a gallery was intended as a repair process (e.g. to reconstruct a corrupt XML file) rather than part of a gallery&#039;s import procedure.</p><p>You seem to have a good grasp of how Showkase works, though, so I hope you can find the workflow that works best for you.</p>]]></description>
			<author><![CDATA[null@example.com (Steven @ Showkase)]]></author>
			<pubDate>Fri, 24 Mar 2023 21:04:02 +0000</pubDate>
			<guid>https://showkase.net/forum/viewtopic.php?pid=2252#p2252</guid>
		</item>
		<item>
			<title><![CDATA[Re: Mystery reorder of images part 2 - Updating only the images]]></title>
			<link>https://showkase.net/forum/viewtopic.php?pid=2250#p2250</link>
			<description><![CDATA[<p>Well...</p><p>I updated the showKase with a freshly unzipped copy.</p><p>I rebuilt the gallery &#039;test for steve&#039; and I am afraid that the order of the images changed again. </p><p><strong>Here is the original order as uploaded by Lightroom, and imported by Showkase </strong><br /><em>(sorry the screen shots a bit large, but I have to go to a meeting, I will fix that later if I have time.)</em><br /><span class="postimg"><img src="https://luengogaztelu.com/showkase/Screenshot%202023-03-24%20at%2012.46.42.png" alt="https://luengogaztelu.com/showkase/Screenshot%202023-03-24%20at%2012.46.42.png" /></span></p><br /><p><strong>Here are three screen shots of image orders after three rebuilds, I notice that the thumbnails have changed ?!</strong></p><p><span class="postimg"><img src="https://luengogaztelu.com/showkase/Screenshot%202023-03-24%20at%2012.24.08.png" alt="https://luengogaztelu.com/showkase/Screenshot%202023-03-24%20at%2012.24.08.png" /></span><br /><span class="postimg"><img src="https://luengogaztelu.com/showkase/Screenshot%202023-03-24%20at%2012.24.30.png" alt="https://luengogaztelu.com/showkase/Screenshot%202023-03-24%20at%2012.24.30.png" /></span><br /><span class="postimg"><img src="https://luengogaztelu.com/showkase/Screenshot%202023-03-24%20at%2012.24.50.png" alt="https://luengogaztelu.com/showkase/Screenshot%202023-03-24%20at%2012.24.50.png" /></span></p>]]></description>
			<author><![CDATA[null@example.com (petax)]]></author>
			<pubDate>Fri, 24 Mar 2023 11:52:56 +0000</pubDate>
			<guid>https://showkase.net/forum/viewtopic.php?pid=2250#p2250</guid>
		</item>
		<item>
			<title><![CDATA[Re: Mystery reorder of images part 2 - Updating only the images]]></title>
			<link>https://showkase.net/forum/viewtopic.php?pid=2248#p2248</link>
			<description><![CDATA[<p>Hi Steve,<br />Thanks for your reply.</p><p>The simple answer is that I replaced (successfully) the large images, in the large images folder in the existing gallery.</p><p>Then I rebuilt the gallery using the rebuild gallery option in that gallery (see screen shot).</p><p>For clarity on my last post, for ease of use I used Lightroom to upload the gallery to a &#039;staging&#039; upload directory outside the showkase root directory, as you recommended in previous advice. Then transferred by hand <em>just</em> the images from there to the large directory. I needed to rebuild the gallery to generate the small and medium images, as discussed Lightroom does not do that.</p><p>I used ftp to put the images in the &#039;large&#039; directory/folder. Very simple operation. This was a correlation, but not the causation, <strong>it is a red herring as it makes no difference, see below.</strong></p><p>------</p><p>Okay: <br /></p><ul><li><p><strong>As an experiment, I have uploaded the a test gallery from light room so it is a new page., and I can go through it step by step with you</strong>.</p></li><li><p>I have imported it following the instructions from the my &#039;gallery_uploads&#039; directory (which as I have said is. not in the root directory of showkase)</p></li><li><p>I added my captions etc</p></li><li><p>I have published the gallery</p></li><li><p>The images are in the same order as they were in Lightroom</p></li><li><p>I have rebuilt the page/gallery having made no changes what so ever to anything in showkase, nor on the server</p></li><li><p>The order of the images has changed</p></li><li><p>I have rebuilt <strong>AGAIN</strong> the gallery having made no changes what so ever to anything</p></li><li><p>The order of the images has changed <em>again</em></p></li><li><p>I have rebuilt <strong>once more</strong> the gallery having made no changes what so ever to anything</p></li><li><p>The order of the images has changed <em>again</em></p></li><li><p>it appears to be randomising the images on each rebuild. </p></li><li><p>I have checked in <em>customise viewer</em> and <em>Pro Viewer Options</em> to make sure that randomise images is not checked, and it is not, and never has been, I like to choose my own order of images to tell a story. ;-) </p></li><li><p><strong>The page content is carried over, this is what I wanted to preserve, as have the captions etc, <em>but the image order has changed</em></strong> thank for your advice on captions but I miss spoke. <em>I will being using captions on images as you suggested in due course thank you. You didn&#039;t waste your time.</em></p></li></ul><p><em>For the record, I love showkase, I love the fact that it is XML driven, to the extent that I have got a new hosting account which is much faster, just so I can really enjoy it without the restrictions of the crappy snail slow host I was using before. </em><br /><strong>I draw this to your attention as it is a odd bug. I hope that I have explained clearly what I have done, and how you should be able to replicate it.</strong></p><p>I have reinstalled showkase as you advised, and I am working on a staging server at this moment. As far as I can tell it is an uncorrupted install. But after I have posted, I am going to reinstall it one more time and redo my tests to see if it makes any difference. If it does I will post below.<br /><strong><br />Thanks as always for your kind help and support.</strong></p>]]></description>
			<author><![CDATA[null@example.com (petax)]]></author>
			<pubDate>Fri, 24 Mar 2023 10:38:28 +0000</pubDate>
			<guid>https://showkase.net/forum/viewtopic.php?pid=2248#p2248</guid>
		</item>
		<item>
			<title><![CDATA[Re: Mystery reorder of images part 2 - Updating only the images]]></title>
			<link>https://showkase.net/forum/viewtopic.php?pid=2247#p2247</link>
			<description><![CDATA[<p>Hmm.. I don&#039;t know what the image order was previously and I don&#039;t know what it is now (alphabetical, date order, random) so it&#039;s hard for me to know what might be happening.</p><p>I&#039;m a little unclear as to all the steps you&#039;ve taken to get your new images into your existing gallery.<br />Is there any chance you could list everything you did in order so that I can better understand the situation?<br />e.g.<br />(1) Re-uploaded &#039;large&#039; images to an already imported gallery&#039;s source folder.<br />(2) Re-imported gallery to obtain a new imported gallery (with new images).<br />(3) Copied all image size files from the new imported gallery to the original imported gallery&#039;s &#039;images&#039; directory.<br />(4) Deleted the new imported gallery (which was only created to generate new images in all sizes) via Showkase&#039;s interface (on the &#039;Pages&#039; tab).</p><p>I&#039;m not sure if this is exactly what you&#039;ve done.<br />If it is, then I can&#039;t explain why the image order would have changed. The gallery&#039;s XML file which holds all the image data (including image order) would not have been modified.</p><p>With regard to image titles and captions, you could maybe embed them within your images as IPTC metadata so that the titles and captions are part of the images themselves and they travel with the images. Wherever the images go, their titles and captions go, too. Showkase can extract IPTC metadata (a limited subset but enough for titles and captions) for use as titles and captions. You can instruct Showkase to extract the IPTC title and/or IPTC description for all images at once.</p><p>Please see &#039;Editing Individual Captions&#039; in the <a href="http://www.showkase.net/support/guide/#pages">Pages</a> section of the Showkase User Guide for details on how to extract the image&#039;s IPTC title and description.<br /></p><div class="quotebox"><blockquote><p><em>There are some special codes that can be entered into titles, captions and descriptions:<br />{iptctitle} causes Showkase to look for embedded iptc metadata in the image and insert the contents of the title field if present.<br />{iptcdescription} is translated into the iptc description field if present.</em></p></blockquote></div><p>If entering IPTC data via Adobe Photoshop, {iptctitle} corresponds to the IPTC &#039;Document Title&#039; field and {iptcdescription} corresponds to the IPTC &#039;Description&#039; field. I expect these labels will be the same for Lightroom (but I&#039;m not 100% sure).</p>]]></description>
			<author><![CDATA[null@example.com (Steven @ Showkase)]]></author>
			<pubDate>Thu, 23 Mar 2023 21:12:51 +0000</pubDate>
			<guid>https://showkase.net/forum/viewtopic.php?pid=2247#p2247</guid>
		</item>
	</channel>
</rss>
