<?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 Posts</title>
		<link>http://smashly.net/community/</link>
		<description>Smashly Community Forums &#187; Tag: layout editor - Recent Posts</description>
		<language>en</language>
		<pubDate>Wed, 08 Feb 2012 00:23:44 +0000</pubDate>

					<item>
				<title>byron on "toggle rating on layout editor"</title>
				<link>http://smashly.net/community/topic/toggle-rating-on-layout-editor#post-2011</link>
				<pubDate>Wed, 28 Jul 2010 03:36:58 +0000</pubDate>
				<dc:creator>byron</dc:creator>
				<guid isPermaLink="false">2011@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Welcome.
&#60;/p&#62;</description>
			</item>
					<item>
				<title>Jimbob on "toggle rating on layout editor"</title>
				<link>http://smashly.net/community/topic/toggle-rating-on-layout-editor#post-2008</link>
				<pubDate>Tue, 27 Jul 2010 19:41:36 +0000</pubDate>
				<dc:creator>Jimbob</dc:creator>
				<guid isPermaLink="false">2008@http://smashly.net/community/</guid>
				<description>&#60;p&#62;That's great news, thanks for adding it to your to-do list.
&#60;/p&#62;</description>
			</item>
					<item>
				<title>byron on "toggle rating on layout editor"</title>
				<link>http://smashly.net/community/topic/toggle-rating-on-layout-editor#post-1999</link>
				<pubDate>Mon, 26 Jul 2010 14:24:07 +0000</pubDate>
				<dc:creator>byron</dc:creator>
				<guid isPermaLink="false">1999@http://smashly.net/community/</guid>
				<description>&#60;p&#62;I'll put it on the list.  Shouldn't be too hard.&#60;/p&#62;
&#60;p&#62;BB
&#60;/p&#62;</description>
			</item>
					<item>
				<title>Jimbob on "toggle rating on layout editor"</title>
				<link>http://smashly.net/community/topic/toggle-rating-on-layout-editor#post-1994</link>
				<pubDate>Sun, 25 Jul 2010 21:34:02 +0000</pubDate>
				<dc:creator>Jimbob</dc:creator>
				<guid isPermaLink="false">1994@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Byron are you able to make a [toggle] shortcode for this plugin please? I've made a gallery of the highest rated images that sits on my front page. It's totally clean only having a cropped square thumb, no ratings, no name etc which is what I am after. The problem is making a custom layout for that sort of page, I was able to remove all the rating, name etc shortcodes but found there was no shortcode for toggle. So now my home page has this sweet looking clean gallery set up but it has 'toggle' ratings sitting above it... and there aren't even any ratings to toggle, which makes that link look quite silly sitting there as you could imagine. You have everything else asa shortcode, why not get the toggle thing set up as well? It would be an awesome feature to complete the templating side of things. 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-1643</link>
				<pubDate>Thu, 10 Jun 2010 13:16:01 +0000</pubDate>
				<dc:creator>cloudform</dc:creator>
				<guid isPermaLink="false">1643@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Thanks Byron! I will give it a try!
&#60;/p&#62;</description>
			</item>
					<item>
				<title>byron on "Code for Standard Layout?"</title>
				<link>http://smashly.net/community/topic/code-for-standard-layout#post-1634</link>
				<pubDate>Wed, 09 Jun 2010 04:18:00 +0000</pubDate>
				<dc:creator>byron</dc:creator>
				<guid isPermaLink="false">1634@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Here's a quick try at it:&#60;/p&#62;
&#60;p&#62;For the HTML Layout section:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;li id=&#38;#39;psimg_[image_id]&#38;#39; class=&#38;#39;psgal_[gallery_id]&#38;#39; style=&#38;#39;width: 33%; height: 200px;&#38;#39;&#38;gt;
&#38;lt;div class=&#38;#39;bwbps_image_div&#38;#39; style=&#38;#39;width: 129px;&#38;#39;&#38;gt;
[thumbnail]&#38;lt;br/&#38;gt;
&#38;lt;a href=&#38;#39;[image_url]&#38;#39;&#38;gt;[caption]&#38;lt;/a&#38;gt;
&#38;lt;/div&#38;gt;
&#38;lt;/li&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;For the Wrapper section:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;#39;bwbps_gallery_div&#38;#39;&#38;gt;
&#38;lt;table&#38;gt;
&#38;lt;tbody&#38;gt;
&#38;lt;tr&#38;gt;
&#38;lt;td&#38;gt;
&#38;lt;ul class=&#38;#39;bwbps_gallery&#38;#39;&#38;gt;
[gallery]
&#38;lt;/ul&#38;gt;
&#38;lt;/td&#38;gt;
&#38;lt;/tr&#38;gt;
&#38;lt;/table&#38;gt;
&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That pretty much tries to emulate the gallery shown in the Demo on this site.  You can play around with the widths and heights that are hard coded in here to suit your needs.  The 33% gets you 3 images on a row.&#60;/p&#62;
&#60;p&#62;Hope that helps!&#60;br /&#62;
Byron
&#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>byron on "[medium_url] not working?"</title>
				<link>http://smashly.net/community/topic/medium_url-not-working#post-857</link>
				<pubDate>Wed, 10 Mar 2010 22:28:25 +0000</pubDate>
				<dc:creator>byron</dc:creator>
				<guid isPermaLink="false">857@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Excellent! Looks great!&#60;br /&#62;
BB
&#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-856</link>
				<pubDate>Wed, 10 Mar 2010 21:28:40 +0000</pubDate>
				<dc:creator>sommernyte</dc:creator>
				<guid isPermaLink="false">856@http://smashly.net/community/</guid>
				<description>&#60;p&#62;That fixed it (same link as above to see results)!  Thank you!
&#60;/p&#62;</description>
			</item>
					<item>
				<title>byron on "[medium_url] not working?"</title>
				<link>http://smashly.net/community/topic/medium_url-not-working#post-850</link>
				<pubDate>Wed, 10 Mar 2010 04:14:22 +0000</pubDate>
				<dc:creator>byron</dc:creator>
				<guid isPermaLink="false">850@http://smashly.net/community/</guid>
				<description>&#60;p&#62;I'm uploading a new version of PhotoSmash tonight...I think...Give this one a try and see if it's still giving you problems.  If so, can you set up a gallery with medium_url and give me a link to it?  I'll take a look.  It's working on the version I've got, but I'm wondering if it's not working because you don't have images for medium_url.&#60;/p&#62;
&#60;p&#62;This new version lets you resize images.&#60;/p&#62;
&#60;p&#62;BB
&#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-703</link>
				<pubDate>Sun, 07 Feb 2010 20:22:56 +0000</pubDate>
				<dc:creator>elizabethanne</dc:creator>
				<guid isPermaLink="false">703@http://smashly.net/community/</guid>
				<description>&#60;p&#62;just emailed - thank you!
&#60;/p&#62;</description>
			</item>
					<item>
				<title>byron on "toggle rating on layout editor"</title>
				<link>http://smashly.net/community/topic/toggle-rating-on-layout-editor#post-701</link>
				<pubDate>Sun, 07 Feb 2010 16:55:53 +0000</pubDate>
				<dc:creator>byron</dc:creator>
				<guid isPermaLink="false">701@http://smashly.net/community/</guid>
				<description>&#60;p&#62;No problem....one question, though...in addition to [gallery], did you put the [gallery_id] in the javascript?  That is required to make it work as well.&#60;/p&#62;
&#60;p&#62;I'm closing.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Byron
&#60;/p&#62;</description>
			</item>
					<item>
				<title>mike1 on "toggle rating on layout editor"</title>
				<link>http://smashly.net/community/topic/toggle-rating-on-layout-editor#post-700</link>
				<pubDate>Sun, 07 Feb 2010 10:04:46 +0000</pubDate>
				<dc:creator>mike1</dc:creator>
				<guid isPermaLink="false">700@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Well I had the Rating type turned on for all galleries, but I forgot to tell you that I am using the custom layout on a shortcode to show some random pictures on my index page...I have no idea if that matters or not for automatically showing the toggle rating. &#60;/p&#62;
&#60;p&#62;About the wrapper, I tried to add the code of the toggle ratings link on your answer, together with [gallery] but it didn't work...As soon as I went around the matter to actually show the rating when hovering the pic, I am not going to exam this matter further. So I leave to you to put a red or a green light on the subject since i didn't really tried to make it work.. :)&#60;/p&#62;
&#60;p&#62;Thank you for your help!
&#60;/p&#62;</description>
			</item>
					<item>
				<title>byron on "toggle rating on layout editor"</title>
				<link>http://smashly.net/community/topic/toggle-rating-on-layout-editor#post-699</link>
				<pubDate>Sun, 07 Feb 2010 02:03:03 +0000</pubDate>
				<dc:creator>byron</dc:creator>
				<guid isPermaLink="false">699@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Well, do a view source on to see the html tag on that Toggle link above.  It's got a [gallery_id] in there that is really important.&#60;/p&#62;
&#60;p&#62;BB
&#60;/p&#62;</description>
			</item>
					<item>
				<title>byron on "toggle rating on layout editor"</title>
				<link>http://smashly.net/community/topic/toggle-rating-on-layout-editor#post-698</link>
				<pubDate>Sun, 07 Feb 2010 01:58:34 +0000</pubDate>
				<dc:creator>byron</dc:creator>
				<guid isPermaLink="false">698@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Oh...sorry.  Misread that. Do you have the Rating Type turned on in Gallery Settings for the particular gallery you're wanting to show?  If it is, the toggle link should show automatically.  If no and you can't turn it on because you don't want ratings showing in a standard gallery, you can add this code to the Wrapper in the Custom Layout:&#60;/p&#62;
&#60;p&#62;&#60;a href='void(0);' title='Toggle image ratings' rel=&#34;nofollow&#34;&#62;Toggle ratings&#60;/a&#62;&#60;br /&#62;
[gallery]&#60;/p&#62;
&#60;p&#62;The [gallery] tag is needed to insert the gallery somewhere in your wrapper.  You can put div's or whatever other html you want in the wrapper to get it to do what you want.&#60;/p&#62;
&#60;p&#62;Hope that helps,&#60;br /&#62;
BB
&#60;/p&#62;</description>
			</item>
					<item>
				<title>mike1 on "toggle rating on layout editor"</title>
				<link>http://smashly.net/community/topic/toggle-rating-on-layout-editor#post-696</link>
				<pubDate>Sat, 06 Feb 2010 19:01:55 +0000</pubDate>
				<dc:creator>mike1</dc:creator>
				<guid isPermaLink="false">696@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Byron thanks for your answer, but I was using [ps_rating] already and the toggle rating link doesn't show at all...Any idea to how make it appear? Thanks.
&#60;/p&#62;</description>
			</item>
					<item>
				<title>byron on "Using Image Tags"</title>
				<link>http://smashly.net/community/topic/using-image-tags#post-695</link>
				<pubDate>Sat, 06 Feb 2010 13:58:32 +0000</pubDate>
				<dc:creator>byron</dc:creator>
				<guid isPermaLink="false">695@http://smashly.net/community/</guid>
				<description>&#60;p&#62;HI Elizabethanne,&#60;/p&#62;
&#60;p&#62;Glad you've got it working!&#60;/p&#62;
&#60;p&#62;I do custom work from time to time.  Send me an email at byron at whypad . com with what you're looking to do and we can discuss.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Byron
&#60;/p&#62;</description>
			</item>
					<item>
				<title>byron on "toggle rating on layout editor"</title>
				<link>http://smashly.net/community/topic/toggle-rating-on-layout-editor#post-694</link>
				<pubDate>Sat, 06 Feb 2010 13:56:50 +0000</pubDate>
				<dc:creator>byron</dc:creator>
				<guid isPermaLink="false">694@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Hi Mike,&#60;/p&#62;
&#60;p&#62;To get ratings on custom layouts, add:  [ps_rating]&#60;/p&#62;
&#60;p&#62;Sorry, there isn't a setting to switch your toggle...but you could do a javascript call to it on page load to toggle it off first.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Byron
&#60;/p&#62;</description>
			</item>
					<item>
				<title>elizabethanne on "Using Image Tags"</title>
				<link>http://smashly.net/community/topic/using-image-tags#post-693</link>
				<pubDate>Fri, 05 Feb 2010 22:18:48 +0000</pubDate>
				<dc:creator>elizabethanne</dc:creator>
				<guid isPermaLink="false">693@http://smashly.net/community/</guid>
				<description>&#60;p&#62;hi there! you can ignore my question on the page template.  if anyone is looking to do this - the page template you should add to your theme is taxonomy-photosmash.php.  Works like a charm!&#60;/p&#62;
&#60;p&#62;would still love to know if you are available for any custom coding work.  :)  thanks byron and have a wonderful weekend!
&#60;/p&#62;</description>
			</item>
					<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>elizabethanne on "Using Image Tags"</title>
				<link>http://smashly.net/community/topic/using-image-tags#post-691</link>
				<pubDate>Fri, 05 Feb 2010 16:55:18 +0000</pubDate>
				<dc:creator>elizabethanne</dc:creator>
				<guid isPermaLink="false">691@http://smashly.net/community/</guid>
				<description>&#60;p&#62;hi byron!  thank you again for your detailed response, SUPER helpful!  so, i was able to pull the tag widget in and do as you suggested to click on the tags to bring up all of the images.  do you have a suggestion for how to tell the results to use a different page template?  it appears to be using archive.php and i'd love to create a custom template for this to make the look and feel match my regular galleries that are now working fabulously with your jquery suggestion.&#60;/p&#62;
&#60;p&#62;for adding the tags of the post to the caption, is that something you are planning on in a future release, or, do you do custom coding consulting work perhaps?&#60;/p&#62;
&#60;p&#62;thank you!
&#60;/p&#62;</description>
			</item>
					<item>
				<title>byron on "Using Image Tags"</title>
				<link>http://smashly.net/community/topic/using-image-tags#post-682</link>
				<pubDate>Fri, 05 Feb 2010 05:06:52 +0000</pubDate>
				<dc:creator>byron</dc:creator>
				<guid isPermaLink="false">682@http://smashly.net/community/</guid>
				<description>&#60;p&#62;ElizabethAnne, &#60;/p&#62;
&#60;p&#62;You're welcome!&#60;/p&#62;
&#60;p&#62;Tagging is very cool...I'm using it extensively in StLouie.com.  There, you will see that there is a Random Tag widget on the front page.  It chooses a Random Photo Tag and displays a bunch of images with that tag using the jCarousel javascript to get a slider (I just haven't had time to upload enough images to actually scroll yet :-( ).  If you go into one of the posts, you'll see that there is a Related Images gallery at the bottom, this is driven off of images that are tagged with one of the tags of that post.  PExtend adds the tags to both the images and to the Posts that get created.  So, you can tell the related images gallery to show all images with one of the tags of the current post.&#60;/p&#62;
&#60;p&#62;So, to answer your questions:&#60;/p&#62;
&#60;p&#62;1) You've got that going it seems...To add tag field to your Upload form, add these parameters to your shortcode:  post_tags=true post_tags_label=’Add tags:'&#60;br /&#62;
2) It doesn't create a separate gallery for each tag, and that really is the beauty of tags.  The galleries that display them are dynamic...in other words, when a tag gallery is displayed, it pulls in any images tagged with the specified tag.  So, one Tag gallery can show any tag...you just specify the tag in the gallery short code.  &#60;/p&#62;
&#60;p&#62;Here's the shortcode I use for the Related Images galleries in StLouie.com:&#60;/p&#62;
&#60;p&#62;[photosmash create_post='image_post' tags='post_tags' tags_for_uploads='post_tags' form='related_photo' post_excerpt_field='description' layout='related_photos' post_cat_selected='post_cats']&#60;/p&#62;
&#60;p&#62;Note that create_post only works if you have PExtend installed and configured.  Note that tags='post_tags' causes the gallery to grab all images that are tagged with any of the tags of the current post.  Same goes for tags_for_uploads='post_tags'...this is telling the upload for to automatically tag new images with the same tags as the current post.   Note that 'post_excerpt_field' is a PExtend setting, as is post_cat_selected.&#60;/p&#62;
&#60;p&#62;3)  Cannot currently do this.  In StLouie.com, I use the PhotoSmash Photo Tag Cloud widget and the tags on the posts to provide tag navigation.  The photo tags are stored as alternate WP taxonomies, and I haven't built in displaying the tags in the layouts yet.&#60;/p&#62;
&#60;p&#62;4)  Only place you can do this right now is either in the PhotoSmash Photo Tag Cloud widget or by using something like my Related Images galleries where you have a shortcode something like:  [photosmash tags='post_tags']  This will cause the gallery to display images of whatever tags are on the current post, so you'd have to have a post with the baseball tag displaying the gallery.&#60;/p&#62;
&#60;p&#62;Maybe that gives you some ideas for work arounds where there are gaps in the current solution with regard to your requirements.&#60;/p&#62;
&#60;p&#62;BB
&#60;/p&#62;</description>
			</item>
					<item>
				<title>elizabethanne on "Using Image Tags"</title>
				<link>http://smashly.net/community/topic/using-image-tags#post-679</link>
				<pubDate>Thu, 04 Feb 2010 20:42:32 +0000</pubDate>
				<dc:creator>elizabethanne</dc:creator>
				<guid isPermaLink="false">679@http://smashly.net/community/</guid>
				<description>&#60;p&#62;oh, and in case this wasn't clear - for #2, where that gallery is created for the tag &#34;baseball&#34;, i would need that to be automatic, so as things are tagged, a new gallery is automatically created for images with that tag.  thanks!
&#60;/p&#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>byron on "PHP in layout editor?"</title>
				<link>http://smashly.net/community/topic/php-in-layout-editor#post-647</link>
				<pubDate>Mon, 01 Feb 2010 18:59:42 +0000</pubDate>
				<dc:creator>byron</dc:creator>
				<guid isPermaLink="false">647@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Welcome!
&#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-637</link>
				<pubDate>Fri, 29 Jan 2010 03:58:17 +0000</pubDate>
				<dc:creator>elizabethanne</dc:creator>
				<guid isPermaLink="false">637@http://smashly.net/community/</guid>
				<description>&#60;p&#62;got it!  haven't styled it yet, but layered this on it: &#60;a href=&#34;http://www.twospy.com/galleriffic/index.html&#34; rel=&#34;nofollow&#34;&#62;http://www.twospy.com/galleriffic/index.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;functionality is working with the photosmash functions (so far anyway!).  lots of work left to do but i am very hopeful.  thanks byron, you rock!
&#60;/p&#62;</description>
			</item>
					<item>
				<title>byron on "PHP in layout editor?"</title>
				<link>http://smashly.net/community/topic/php-in-layout-editor#post-630</link>
				<pubDate>Thu, 28 Jan 2010 23:11:40 +0000</pubDate>
				<dc:creator>byron</dc:creator>
				<guid isPermaLink="false">630@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Hope it works!
&#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-624</link>
				<pubDate>Thu, 28 Jan 2010 15:18:42 +0000</pubDate>
				<dc:creator>elizabethanne</dc:creator>
				<guid isPermaLink="false">624@http://smashly.net/community/</guid>
				<description>&#60;p&#62;naturally, that is so simple it just might work.  i have lots of jquery in my site, so let me play.  thanks for pointing me in a much better direction!
&#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>
		
	</channel>

</rss>
