<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

	<channel>
		<title>Smashly Community Forums &#187; Tag: layout editor - Recent Topics</title>
		<link>http://smashly.net/community/</link>
		<description>Smashly Community Forums &#187; Tag: layout editor - Recent Topics</description>
		<language>en</language>
		<pubDate>Wed, 08 Feb 2012 12:39:41 +0000</pubDate>

					<item>
				<title>mike1 on "toggle rating on layout editor"</title>
				<link>http://smashly.net/community/topic/toggle-rating-on-layout-editor#post-692</link>
				<pubDate>Fri, 05 Feb 2010 21:17:08 +0000</pubDate>
				<dc:creator>mike1</dc:creator>
				<guid isPermaLink="false">692@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Hey Byron, I need some help...I tried but couldn't find the answer...So how do I add the toggle rating link on custom layout? And if possible could the toggle rating behave show/hide instead of hide/show? thanks.
&#60;/p&#62;</description>
			</item>
					<item>
				<title>cloudform on "Code for Standard Layout?"</title>
				<link>http://smashly.net/community/topic/code-for-standard-layout#post-1628</link>
				<pubDate>Wed, 09 Jun 2010 01:00:08 +0000</pubDate>
				<dc:creator>cloudform</dc:creator>
				<guid isPermaLink="false">1628@http://smashly.net/community/</guid>
				<description>&#60;p&#62;In the Layouts Editor, you can edit galery_viewer, gallery_view_layout etc and more importantly see the code used.&#60;/p&#62;
&#60;p&#62;I learn from example, so I'd like to see the code used for &#34;Standard Layout&#34; but this option is not selectable. Does anyone have a copy of the Standard Layout code I could look at it in order to build my own layout with tiny changes from?
&#60;/p&#62;</description>
			</item>
					<item>
				<title>sommernyte on "[medium_url] not working?"</title>
				<link>http://smashly.net/community/topic/medium_url-not-working#post-849</link>
				<pubDate>Tue, 09 Mar 2010 22:01:26 +0000</pubDate>
				<dc:creator>sommernyte</dc:creator>
				<guid isPermaLink="false">849@http://smashly.net/community/</guid>
				<description>&#60;p&#62;I have a custom layout using [image_url] to link to the full size image.  However, since they are high-res originals, it's taking along time to load.  I tried to switch to [medium_url] but that doesn't work.&#60;/p&#62;
&#60;p&#62;Am I doing something wrong here?&#60;/p&#62;
&#60;p&#62;This works as seen here: &#60;a href=&#34;http://www.bellingham.org/index.php/photo-contest&#34; rel=&#34;nofollow&#34;&#62;http://www.bellingham.org/index.php/photo-contest&#60;/a&#62;&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;li class=&#38;#39;psgal_[gallery_id]&#38;#39; id=&#38;#39;psimg_[image_id]&#38;#39; style=&#38;#39;width: 33%;&#38;#39;&#38;gt;
		&#38;lt;div id=&#38;#39;psimage_[image_id]&#38;#39; style=&#38;#39;width: 129px&#38;#39; class=&#38;#39;bwbps_image_div&#38;#39;&#38;gt;
		&#38;lt;a href=&#38;#39;[image_url]&#38;#39; rel=&#38;#39;lightbox[album_[gallery_id]]&#38;#39; title=&#38;#39;[caption]&#38;#39; class=&#38;#39;thickbox&#38;#39;&#38;gt;&#38;lt;img src=&#38;#39;[thumb_url]&#38;#39; class=&#38;#39;ps_images&#38;#39; alt=&#38;#39;[caption]&#38;#39; height=&#38;#39;125&#38;#39; width=&#38;#39;125&#38;#39; /&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;br/&#38;gt;
&#38;lt;a href=&#38;#39;[image_url]&#38;#39; rel=&#38;#39;lightbox[album_[gallery_id]cap]&#38;#39; title=&#38;#39;[caption]&#38;#39;  class=&#38;#39;thickbox&#38;#39;&#38;gt;&#38;lt;span class=&#38;quot;bwbps_caption&#38;quot;&#38;gt;[caption]&#38;lt;/span&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;div id=&#38;quot;psstar-[gallery_id]-[image_id]&#38;quot; class=&#38;quot;bwbps-rating-incaption bwbps-rating-gal-[gallery_id]&#38;quot;&#38;gt;&#38;amp;nbsp;&#38;lt;/div&#38;gt;
&#38;lt;/div&#38;gt;&#38;lt;/li&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Changing to this does NOT work (I get a pop-up with the caption at the top, an X in the top right corner and no image):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;li class=&#38;#39;psgal_[gallery_id]&#38;#39; id=&#38;#39;psimg_[image_id]&#38;#39; style=&#38;#39;width: 33%;&#38;#39;&#38;gt;
		&#38;lt;div id=&#38;#39;psimage_[image_id]&#38;#39; style=&#38;#39;width: 129px&#38;#39; class=&#38;#39;bwbps_image_div&#38;#39;&#38;gt;
		&#38;lt;a href=&#38;#39;[medium_url]&#38;#39; rel=&#38;#39;lightbox[album_[gallery_id]]&#38;#39; title=&#38;#39;[caption]&#38;#39; class=&#38;#39;thickbox&#38;#39;&#38;gt;&#38;lt;img src=&#38;#39;[thumb_url]&#38;#39; class=&#38;#39;ps_images&#38;#39; alt=&#38;#39;[caption]&#38;#39; height=&#38;#39;125&#38;#39; width=&#38;#39;125&#38;#39; /&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;br/&#38;gt;
&#38;lt;a href=&#38;#39;[medium_url]&#38;#39; rel=&#38;#39;lightbox[album_[gallery_id]cap]&#38;#39; title=&#38;#39;[caption]&#38;#39;  class=&#38;#39;thickbox&#38;#39;&#38;gt;&#38;lt;span class=&#38;quot;bwbps_caption&#38;quot;&#38;gt;[caption]&#38;lt;/span&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;div id=&#38;quot;psstar-[gallery_id]-[image_id]&#38;quot; class=&#38;quot;bwbps-rating-incaption bwbps-rating-gal-[gallery_id]&#38;quot;&#38;gt;&#38;amp;nbsp;&#38;lt;/div&#38;gt;
&#38;lt;/div&#38;gt;&#38;lt;/li&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
			</item>
					<item>
				<title>elizabethanne on "Using Image Tags"</title>
				<link>http://smashly.net/community/topic/using-image-tags#post-678</link>
				<pubDate>Thu, 04 Feb 2010 20:41:38 +0000</pubDate>
				<dc:creator>elizabethanne</dc:creator>
				<guid isPermaLink="false">678@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Hi Byron!  Progressing on getting my galleries working (yay!) but still lots more to do.  Today I'm working on the captions, and everything is functioning smoothly, so thank you so much for your amazing plugin and help so far.&#60;/p&#62;
&#60;p&#62;I am curious about the image tags that can be added in photo manager.  What I'm trying to do is this:&#60;/p&#62;
&#60;p&#62;1) have multiple images tagged &#34;baseball&#34;.  DONE.&#60;br /&#62;
2) create a gallery only for images tagged &#34;baseball&#34;.&#60;br /&#62;
3) pull the tags for the images into the image caption.&#60;br /&#62;
4) have the tag &#34;baseball&#34; in the image caption be clickable, taking the user to the gallery for baseball.&#60;/p&#62;
&#60;p&#62;I hope this makes sense, and I would love to know if this is something that is possible.  Thank you!
&#60;/p&#62;</description>
			</item>
					<item>
				<title>elizabethanne on "PHP in layout editor?"</title>
				<link>http://smashly.net/community/topic/php-in-layout-editor#post-611</link>
				<pubDate>Thu, 28 Jan 2010 02:13:23 +0000</pubDate>
				<dc:creator>elizabethanne</dc:creator>
				<guid isPermaLink="false">611@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Hi there, sorry to bother again, I'm really hoping to get this working!  I was wondering if there was any way to use PHP in the layout editor?  I am working on a javascript display to update a large div based upon the clicked-upon thumbnail from the gallery and need to assign a counter to the image for navigation.&#60;/p&#62;
&#60;p&#62;thank you!
&#60;/p&#62;</description>
			</item>
					<item>
				<title>esqueci on "Layout Editor - Exemple"</title>
				<link>http://smashly.net/community/topic/layout-editor-exemple#post-622</link>
				<pubDate>Thu, 28 Jan 2010 11:59:38 +0000</pubDate>
				<dc:creator>esqueci</dc:creator>
				<guid isPermaLink="false">622@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Congratulations Byron! PS is incredibly always getting better and with your excellent support makes it stand over the crowd far from the others!&#60;/p&#62;
&#60;p&#62;Question: I want to start to use the layout editor but considering my very short knowledge on the subject things are not as intuitive for me as may be for most of the people. &#60;/p&#62;
&#60;p&#62;Could you please put here how is done the layout (as how would you create them in the layout editor of PS) of the Standard, the Widget_Std and the St. Louie website widget gallery layout that has a link to the posts (excellent idea!)?&#60;/p&#62;
&#60;p&#62;Comparing how this 3 are done I imagine I can figure out the rest by association...&#60;/p&#62;
&#60;p&#62;Thank you once again!
&#60;/p&#62;</description>
			</item>
					<item>
				<title>amanda on "adding voting in layout editor"</title>
				<link>http://smashly.net/community/topic/adding-voting-in-layout-editor#post-573</link>
				<pubDate>Fri, 22 Jan 2010 06:35:51 +0000</pubDate>
				<dc:creator>amanda</dc:creator>
				<guid isPermaLink="false">573@http://smashly.net/community/</guid>
				<description>&#60;p&#62;I searched for days for the perfect gallery with voting, so it is not without sincerity that I say a hearty THANK YOU for PhotoSmash.  I'm working on customizing it, and for the life of me, I can't figure out what field name to use to get the vote link, vote totals, etc. to appear in a custom layout.&#60;/p&#62;
&#60;p&#62;Could I get a little help,  please?
&#60;/p&#62;</description>
			</item>
		
	</channel>

</rss>
