<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<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>Gravity Support Forums Topic: form image with lightbox</title>
		<link>https://legacy.forums.gravityhelp.com/topic/form-image-with-lightbox</link>
		<description>Gravity Support Forums Topic: form image with lightbox</description>
		<language>en-US</language>
		<pubDate>Tue, 07 Apr 2026 16:36:38 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/form-image-with-lightbox" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "form image with lightbox"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-image-with-lightbox#post-31724</link>
			<pubDate>Thu, 04 Aug 2011 15:00:06 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">31724@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You would have to write the actual HTML to do what you want to do, using the merge tags where appropriate.   The screenshot I link to above shows an example of doing what you want to do.  That is the code you would use.&#60;/p&#62;
&#60;p&#62;If you want to align the thumbnails to the left then you'd have to write the HTML to do so.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>simonadp on "form image with lightbox"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-image-with-lightbox#post-31688</link>
			<pubDate>Thu, 04 Aug 2011 06:53:11 +0000</pubDate>
			<dc:creator>simonadp</dc:creator>
			<guid isPermaLink="false">31688@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;i didn't understand very well how to customize the body field. this is my code at the moment:&#60;/p&#62;
&#60;p&#62;{carica immagine 2::16:thumbnail:left}&#60;br /&#62;
{carica immagine 3::17:thumbnail:left}&#60;/p&#62;
&#60;p&#62;how should i change it, as in your example? i do not understand what's the number &#34;16&#34;-&#34;17&#34;. i tried with this code in different ways but no one worked:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;url}&#34; rel=&#34;lightbox&#34;&#62;&#38;lt;img src=&#34;{carica immagine 2::16:thumbnail:url}&#34; /&#38;gt;&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;url}&#34; rel=&#34;lightbox&#34;&#62;&#38;lt;img src=&#34;{carica immagine 3::17:thumbnail:url}&#34; /&#38;gt;&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;i also need to align the thumbanails to left.&#60;/p&#62;
&#60;p&#62;thank you for your patience.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "form image with lightbox"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-image-with-lightbox#post-31568</link>
			<pubDate>Wed, 03 Aug 2011 12:37:02 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">31568@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You would have to use the Content Template feature of the Post Body field to configure a Content Template for the Post that is created.  &#60;/p&#62;
&#60;p&#62;You would then have to write your own markup for the thumbnail images.  If you append :url to the end of the merge tag for the Post Image it will return only the full path URL to that image, it won't include any predefined markup.  So then you need to wrap it in your own markup.&#60;/p&#62;
&#60;p&#62;See this screenshot which has an example:&#60;br /&#62;
&#60;a href=&#34;http://i.imgur.com/bnWsv.png&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/bnWsv.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;That example created a Content Template and has a link to a full size image with an image as the link that is the thumbnail image.&#60;/p&#62;
&#60;p&#62;Whatever appears in your Content Template will be used to create the Post.  Think of it like when you are editing the Notification Message or your Form Confirmation, whatever appears there is what will be used to create your post.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>simonadp on "form image with lightbox"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-image-with-lightbox#post-31525</link>
			<pubDate>Wed, 03 Aug 2011 08:54:07 +0000</pubDate>
			<dc:creator>simonadp</dc:creator>
			<guid isPermaLink="false">31525@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;hello, thanks foy your plugin. it's really powerful!&#60;/p&#62;
&#60;p&#62;i'm using it here to let users publish announcements:&#60;br /&#62;
&#60;a href=&#34;http://tinyurl.com/42x3svh&#34; rel=&#34;nofollow&#34;&#62;http://tinyurl.com/42x3svh&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;and this is an example of a published announcement:&#60;br /&#62;
&#60;a href=&#34;http://tinyurl.com/3rglkwu&#34; rel=&#34;nofollow&#34;&#62;http://tinyurl.com/3rglkwu&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;as you can see, it's possible to upload a maximum of three images (1 body thumbnail + 2 attachment thumbnails).&#60;/p&#62;
&#60;p&#62;now i need to add a lightbox to the 2 thumbnails inside the content. i already installed the wpslimbox plugin (that automatically add a &#34;rel='lightbox'&#34; in the images links). but how can i make it work for my thumbnails?&#60;/p&#62;
&#60;p&#62;is there a way to add a link to the images?&#60;/p&#62;
&#60;p&#62;thank you for your help
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
