<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Topic: CORONA causes mess at FTP: all uploads are in the month order of installing date</title>
		<link>http://www.kriesi.at/support/topic/corona-causes-mess-at-ftp-all-uploads-are-in-the-month-order-of-installing-date</link>
		<description>Support Forum - Topic: CORONA causes mess at FTP: all uploads are in the month order of installing date</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 05:26:46 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/corona-causes-mess-at-ftp-all-uploads-are-in-the-month-order-of-installing-date" rel="self" type="application/rss+xml" />

		<item>
			<title>Monsoon on "CORONA causes mess at FTP: all uploads are in the month order of installing date"</title>
			<link>http://www.kriesi.at/support/topic/corona-causes-mess-at-ftp-all-uploads-are-in-the-month-order-of-installing-date#post-36218</link>
			<pubDate>Fri, 30 Dec 2011 22:18:23 +0000</pubDate>
			<dc:creator>Monsoon</dc:creator>
			<guid isPermaLink="false">36218@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Can I also recommend Custom Upload Dir a cool plug in that will upload your media/photos in folders inside the /Uploads/ folder based on your categories. So instead of having a giant folder with only yearly folders you can have as many folders.&#60;/p&#62;
&#60;p&#62;Very useful when you have hundred of images that become thousands with all the different format sizes. We now have images sorted by cities and restaurants or theaters etc... so its much easier to find photos if you have to dig in that folder manually instead of a giant single one.&#60;/p&#62;
&#60;p&#62;My 2 cents
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "CORONA causes mess at FTP: all uploads are in the month order of installing date"</title>
			<link>http://www.kriesi.at/support/topic/corona-causes-mess-at-ftp-all-uploads-are-in-the-month-order-of-installing-date#post-32500</link>
			<pubDate>Sun, 20 Nov 2011 05:44:24 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">32500@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Good to see it works =)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>VBM on "CORONA causes mess at FTP: all uploads are in the month order of installing date"</title>
			<link>http://www.kriesi.at/support/topic/corona-causes-mess-at-ftp-all-uploads-are-in-the-month-order-of-installing-date#post-32338</link>
			<pubDate>Fri, 18 Nov 2011 16:11:39 +0000</pubDate>
			<dc:creator>VBM</dc:creator>
			<guid isPermaLink="false">32338@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Confirmed, works for me too, thanks again :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "CORONA causes mess at FTP: all uploads are in the month order of installing date"</title>
			<link>http://www.kriesi.at/support/topic/corona-causes-mess-at-ftp-all-uploads-are-in-the-month-order-of-installing-date#post-32312</link>
			<pubDate>Fri, 18 Nov 2011 14:04:34 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">32312@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Works like a charm, thanks a lot, Kriesi! Dankeschöööön :-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>VBM on "CORONA causes mess at FTP: all uploads are in the month order of installing date"</title>
			<link>http://www.kriesi.at/support/topic/corona-causes-mess-at-ftp-all-uploads-are-in-the-month-order-of-installing-date#post-32311</link>
			<pubDate>Fri, 18 Nov 2011 13:56:56 +0000</pubDate>
			<dc:creator>VBM</dc:creator>
			<guid isPermaLink="false">32311@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Great! Thanks Kriesi, 2 of my issues solved with 2 lines of code :) I'll test code and let you know ...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "CORONA causes mess at FTP: all uploads are in the month order of installing date"</title>
			<link>http://www.kriesi.at/support/topic/corona-causes-mess-at-ftp-all-uploads-are-in-the-month-order-of-installing-date#post-32306</link>
			<pubDate>Fri, 18 Nov 2011 13:47:40 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">32306@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey!&#60;/p&#62;
&#60;p&#62;I have looked into the issue and think it has to do with the fact that the themes featured media uploader uses a separate single post that stores the image attachments. since wordpress seems to upload the images into the folder that corresponds with the date of the post creation, and that hidden post is created on theme installation it seems that all image are going into that folder.&#60;/p&#62;
&#60;p&#62;Please try the followng:&#60;/p&#62;
&#60;p&#62;open the folder framework/php/ and search for the file class-htmlhelper. at line 418 a post id is selected. you can change that selection by altering the following lines from&#60;/p&#62;
&#60;pre&#62;
$postId = avia_media::get_custom_post($element['name']);
&#60;/pre&#62;
&#60;p&#62;to&#60;br /&#62;
&#60;pre&#62;
global $post_ID;
$postId = $post_ID;
&#60;/pre&#62;
&#60;p&#62;That will attach the image to the actual post, and should place the image in the correct date folder.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>VBM on "CORONA causes mess at FTP: all uploads are in the month order of installing date"</title>
			<link>http://www.kriesi.at/support/topic/corona-causes-mess-at-ftp-all-uploads-are-in-the-month-order-of-installing-date#post-32206</link>
			<pubDate>Thu, 17 Nov 2011 20:48:31 +0000</pubDate>
			<dc:creator>VBM</dc:creator>
			<guid isPermaLink="false">32206@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;@Monsoon&#60;br /&#62;
... featured image uploads are in the month of installing date, in your fresh install it's November ... wait for December :)&#60;br /&#62;
I've install Corona in October, and I'll post about 1-2 posts per day, so after half a year my 2011 &#38;gt; 10 folder should have about 2000 images :) not to mention that I plan to have my website for years
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Monsoon on "CORONA causes mess at FTP: all uploads are in the month order of installing date"</title>
			<link>http://www.kriesi.at/support/topic/corona-causes-mess-at-ftp-all-uploads-are-in-the-month-order-of-installing-date#post-32205</link>
			<pubDate>Thu, 17 Nov 2011 20:32:38 +0000</pubDate>
			<dc:creator>Monsoon</dc:creator>
			<guid isPermaLink="false">32205@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I did a fresh install and uploaded an image and it goes correctly into 2011/11 so I have no idea why yours would upload it to another folder.&#60;br /&#62;
Have you tried the plugin I linked?&#60;/p&#62;
&#60;p&#62;Looks to me that your server thinks its one month behind the proper date
&#60;/p&#62;</description>
		</item>
		<item>
			<title>VBM on "CORONA causes mess at FTP: all uploads are in the month order of installing date"</title>
			<link>http://www.kriesi.at/support/topic/corona-causes-mess-at-ftp-all-uploads-are-in-the-month-order-of-installing-date#post-32201</link>
			<pubDate>Thu, 17 Nov 2011 18:24:22 +0000</pubDate>
			<dc:creator>VBM</dc:creator>
			<guid isPermaLink="false">32201@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Another featured media problem ... :(&#60;br /&#62;
It's not multisite problem, I use WP 3.2.1 single wp, no multi site, and it is the same, images goes to 2011 -&#38;gt; 10, without titles or alt tag, upload-date is OK.&#60;br /&#62;
The theme is completely unusable for me, at the moment?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "CORONA causes mess at FTP: all uploads are in the month order of installing date"</title>
			<link>http://www.kriesi.at/support/topic/corona-causes-mess-at-ftp-all-uploads-are-in-the-month-order-of-installing-date#post-32193</link>
			<pubDate>Thu, 17 Nov 2011 16:34:31 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">32193@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;ok, just made a test. It seems that this is really an issue of CORONA:&#60;/p&#62;
&#60;p&#62;When I upload an image by using MEDIA -&#38;gt; UPLOAD, this works fine and goes in the right month folder:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://i42.tinypic.com/x1ceif.jpg&#34; rel=&#34;nofollow&#34;&#62;http://i42.tinypic.com/x1ceif.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Uploaded 17th November, and goes into the right folder 2011 -&#38;gt; 11.&#60;/p&#62;
&#60;p&#62;- - - - &#60;/p&#62;
&#60;p&#62;But an image will NOT go to the right month folder, if I upload it by using the settings WITHIN A PAGE, at the bottom, where it is &#34;featured media&#34;:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://i40.tinypic.com/2qk8mjc.jpg&#34; rel=&#34;nofollow&#34;&#62;http://i40.tinypic.com/2qk8mjc.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I upload it through &#34;featured media&#34; settings at the bottom of a page and  when I then after the upload take a look at the media library, I see this:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://i39.tinypic.com/11uck8j.jpg&#34; rel=&#34;nofollow&#34;&#62;http://i39.tinypic.com/11uck8j.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Uploaded 17th November, but goes to the folder 2011 -&#38;gt; 10
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "CORONA causes mess at FTP: all uploads are in the month order of installing date"</title>
			<link>http://www.kriesi.at/support/topic/corona-causes-mess-at-ftp-all-uploads-are-in-the-month-order-of-installing-date#post-32190</link>
			<pubDate>Thu, 17 Nov 2011 16:24:23 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">32190@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;In SETTINGS -&#38;gt; MEDIA I have only image sizes settings, there's nothing concerning a path:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://i42.tinypic.com/10o17de.jpg&#34; rel=&#34;nofollow&#34;&#62;http://i42.tinypic.com/10o17de.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Other themes and other blogs within my multisite installation really do put their images in right folders. It's only CORONA that does it not.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Monsoon on "CORONA causes mess at FTP: all uploads are in the month order of installing date"</title>
			<link>http://www.kriesi.at/support/topic/corona-causes-mess-at-ftp-all-uploads-are-in-the-month-order-of-installing-date#post-32188</link>
			<pubDate>Thu, 17 Nov 2011 16:11:23 +0000</pubDate>
			<dc:creator>Monsoon</dc:creator>
			<guid isPermaLink="false">32188@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Go to SETTINGS &#38;gt; MEDIA&#60;/p&#62;
&#60;p&#62;What settings do you have there for uploads? You may need to set the path manually...but I guess this is where you need to tweak settigns for uploads. Normally I guess the themes put everything in a month by month folder unless you want all in a single folder. There are also some plugins that can put uploads in folders named by categories like &#60;a href=&#34;http://wordpress.org/extend/plugins/custom-upload-dir/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/custom-upload-dir/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "CORONA causes mess at FTP: all uploads are in the month order of installing date"</title>
			<link>http://www.kriesi.at/support/topic/corona-causes-mess-at-ftp-all-uploads-are-in-the-month-order-of-installing-date#post-32184</link>
			<pubDate>Thu, 17 Nov 2011 15:29:41 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">32184@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Here a screenshot of the media library, that shows the different dates:&#60;/p&#62;
&#60;p&#62;upload date is 17th November, Wordpress folder at FTP is 2011 -&#38;gt; 10:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://i41.tinypic.com/oh9ut.jpg&#34; rel=&#34;nofollow&#34;&#62;http://i41.tinypic.com/oh9ut.jpg&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "CORONA causes mess at FTP: all uploads are in the month order of installing date"</title>
			<link>http://www.kriesi.at/support/topic/corona-causes-mess-at-ftp-all-uploads-are-in-the-month-order-of-installing-date#post-32176</link>
			<pubDate>Thu, 17 Nov 2011 14:28:51 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">32176@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;as others mentioned it in this forum, too, I have the same problem, that CORONA causes really a mess at FTP.&#60;/p&#62;
&#60;p&#62;I use WP 3.2.1 as a multisite installation. So I have at FTP a folder &#34;blogs.dir&#34; with subfolders for each blog (ID) etc., where all uploads go.&#60;/p&#62;
&#60;p&#62;I have installed CORONA in October and uploaded images (featured images for pages, for example) in October and in November.&#60;/p&#62;
&#60;p&#62;Wordpress creates in blogs.dir ... a folder for my blog-ID etc. and even for November, too - &#60;strong&#62;but uploaded files in November are all going in October folder at FTP.&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;This causes really a mess, because I have a huge number of images to upload now and in future.&#60;/p&#62;
&#60;p&#62;What ever I've uploaded to CORONA theme, even today (17th November!), it's in the &#60;strong&#62;2011/10/&#60;/strong&#62; folder (FTP) instead of &#60;strong&#62;2011/11&#60;/strong&#62; now :-(&#60;/p&#62;
&#60;p&#62;blogs.dir -&#38;gt; 20 (= it's Corona's blog ID) -&#38;gt; files -&#38;gt; 2011 -&#38;gt; 10&#60;/p&#62;
&#60;p&#62;No single image is in &#34;11&#34; folder for November at all :-(&#60;/p&#62;
&#60;p&#62;I run in this multisite installation other blogs with other themes, and each other theme puts the image files correctly in the month's folder, when it has been uploaded.&#60;/p&#62;
&#60;p&#62;Any fix?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
