<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: Radiant Tiny-Paper Extension gets improved UI</title>
	<atom:link href="http://blog.aissac.ro/2009/04/08/radiant-tiny-paper-extension-gets-improved-ui/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.aissac.ro/2009/04/08/radiant-tiny-paper-extension-gets-improved-ui/</link>
	<description>Company blog</description>
	<pubDate>Thu, 09 Sep 2010 10:44:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: joepmath</title>
		<link>http://blog.aissac.ro/2009/04/08/radiant-tiny-paper-extension-gets-improved-ui/comment-page-1/#comment-9570</link>
		<dc:creator>joepmath</dc:creator>
		<pubDate>Fri, 03 Sep 2010 14:57:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aissac.ro/?p=342#comment-9570</guid>
		<description>In: vendor/extensions/tiny_paper/app/views/admin/tiny_paper/_images_sizes.html.haml

I changed '@thumbnails.each' to '@thumbnails.call.each'. That solves the problem.
We use Radiant-0.9.1.</description>
		<content:encoded><![CDATA[<p>In: vendor/extensions/tiny_paper/app/views/admin/tiny_paper/_images_sizes.html.haml</p>
<p>I changed &#8216;@thumbnails.each&#8217; to &#8216;@thumbnails.call.each&#8217;. That solves the problem.<br />
We use Radiant-0.9.1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AJ</title>
		<link>http://blog.aissac.ro/2009/04/08/radiant-tiny-paper-extension-gets-improved-ui/comment-page-1/#comment-8624</link>
		<dc:creator>AJ</dc:creator>
		<pubDate>Tue, 04 May 2010 02:34:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aissac.ro/?p=342#comment-8624</guid>
		<description>I seem to have "fixed" this in radiant 0.8.2, but I cannot see the thumbnail sizes.

I changed
@thumbnails = Asset.asset_definitions[:asset][:styles]

to
@thumbnails = Asset.thumbnail_definitions


but all my dimensions show up as 0x0


At least I can select an image.</description>
		<content:encoded><![CDATA[<p>I seem to have &#8220;fixed&#8221; this in radiant 0.8.2, but I cannot see the thumbnail sizes.</p>
<p>I changed<br />
@thumbnails = Asset.asset_definitions[:asset][:styles]</p>
<p>to<br />
@thumbnails = Asset.thumbnail_definitions</p>
<p>but all my dimensions show up as 0&#215;0</p>
<p>At least I can select an image.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cristi</title>
		<link>http://blog.aissac.ro/2009/04/08/radiant-tiny-paper-extension-gets-improved-ui/comment-page-1/#comment-8577</link>
		<dc:creator>cristi</dc:creator>
		<pubDate>Sat, 01 May 2010 14:16:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aissac.ro/?p=342#comment-8577</guid>
		<description>the extension hasn't been updated to radiant 0.9 RC2, and we don't plan an update until 0.9 (which won't be long). But it should work with 0.9 RC1. Be sure to check the right branch. And also, get a version of paperclipped compatible with 0.9.</description>
		<content:encoded><![CDATA[<p>the extension hasn&#8217;t been updated to radiant 0.9 RC2, and we don&#8217;t plan an update until 0.9 (which won&#8217;t be long). But it should work with 0.9 RC1. Be sure to check the right branch. And also, get a version of paperclipped compatible with 0.9.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xain</title>
		<link>http://blog.aissac.ro/2009/04/08/radiant-tiny-paper-extension-gets-improved-ui/comment-page-1/#comment-8561</link>
		<dc:creator>xain</dc:creator>
		<pubDate>Fri, 30 Apr 2010 11:17:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aissac.ro/?p=342#comment-8561</guid>
		<description>I got the same error with radiant 0.90rc2.</description>
		<content:encoded><![CDATA[<p>I got the same error with radiant 0.90rc2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://blog.aissac.ro/2009/04/08/radiant-tiny-paper-extension-gets-improved-ui/comment-page-1/#comment-7641</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Mon, 08 Mar 2010 13:29:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aissac.ro/?p=342#comment-7641</guid>
		<description>Thanks for your work! Your extensions are great, but i've got a problem. I work with Radiant 0.9.0 and after installation the extension works. But if I want to insert an image i get this error:

NoMethodError in Admin/tiny_paper#images

Showing vendor/extensions/tiny_paper/app/views/admin/tiny_paper/_images_sizes.html.haml where line #6 raised:

undefined method `each' for #
Extracted source (around line #6):

3: %p= asset.title
4: %div
5:   %table#sizes
6:     - @thumbnails.each do &#124;k, v&#124;
7:       %tr
8:         %th= link_to k, asset.asset.url(k)
9:         %td= asset.width(k).to_s + 'px x ' + asset.height(k).to_s + 'px'

How can I resolve this problem? :)</description>
		<content:encoded><![CDATA[<p>Thanks for your work! Your extensions are great, but i&#8217;ve got a problem. I work with Radiant 0.9.0 and after installation the extension works. But if I want to insert an image i get this error:</p>
<p>NoMethodError in Admin/tiny_paper#images</p>
<p>Showing vendor/extensions/tiny_paper/app/views/admin/tiny_paper/_images_sizes.html.haml where line #6 raised:</p>
<p>undefined method `each&#8217; for #<br />
Extracted source (around line #6):</p>
<p>3: %p= asset.title<br />
4: %div<br />
5:   %table#sizes<br />
6:     - @thumbnails.each do |k, v|<br />
7:       %tr<br />
8:         %th= link_to k, asset.asset.url(k)<br />
9:         %td= asset.width(k).to_s + &#8216;px x &#8216; + asset.height(k).to_s + &#8216;px&#8217;</p>
<p>How can I resolve this problem? <img src='http://blog.aissac.ro/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cristi</title>
		<link>http://blog.aissac.ro/2009/04/08/radiant-tiny-paper-extension-gets-improved-ui/comment-page-1/#comment-22</link>
		<dc:creator>cristi</dc:creator>
		<pubDate>Wed, 15 Apr 2009 06:34:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aissac.ro/?p=342#comment-22</guid>
		<description>You can't use radiant tags in parts that have the Rich Text Editor filter. 
A good practice is to separate the static content from the dynamic content. Keep in the TinyMCE parts only the content, and keep in other parts, snippets or layouts the radius tags.</description>
		<content:encoded><![CDATA[<p>You can&#8217;t use radiant tags in parts that have the Rich Text Editor filter.<br />
A good practice is to separate the static content from the dynamic content. Keep in the TinyMCE parts only the content, and keep in other parts, snippets or layouts the radius tags.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arthur</title>
		<link>http://blog.aissac.ro/2009/04/08/radiant-tiny-paper-extension-gets-improved-ui/comment-page-1/#comment-20</link>
		<dc:creator>Arthur</dc:creator>
		<pubDate>Tue, 14 Apr 2009 13:52:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aissac.ro/?p=342#comment-20</guid>
		<description>Hi,
It looks great, but I have one problem:
Snippets!
How can I use snippets in tinymce?
'cause my current radius tag got converted to a HR :)</description>
		<content:encoded><![CDATA[<p>Hi,<br />
It looks great, but I have one problem:<br />
Snippets!<br />
How can I use snippets in tinymce?<br />
&#8217;cause my current radius tag got converted to a HR <img src='http://blog.aissac.ro/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
