<?xml version="1.0" encoding="utf-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">

    <title type="text">Solspace Support Forums</title>
    <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/" />
    <link rel="self" type="application/atom+xml" href="http://www.solspace.com/forums/atom/" />
    <updated></updated>
    <rights>Copyright (c) 2008</rights>
    <generator uri="http://www.pmachine.com/" version="1.6.0">ExpressionEngine</generator>
    <id>tag:solspace.com,2008:07:18</id>


    <entry>
      <title>Can&#8217;t Upload Images</title>
      <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/viewthread/1141/" />      
      <id>tag:solspace.com,2008:forums/viewthread/.1141</id>
      <published>2008-07-04T16:45:46Z</published>
      <updated></updated>
      <author><name>Frank Johnson</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi. I&#8217;m trying to set up a system whereby a member can use a stand-alone entry form and a gallery extended form to add an entry to a website and then add images to that entry. I&#8217;m using SAEF redirect (and the hidden input form it requires) to take the member to the gallery extended form after they have submitted their entry. Here is the relevant code I have in the gallery extended form&#8217;s template:
</p>
<p>
</p><div class="codeblock"><code>
<span style="color: #0000BB">&#123;exp</span><span style="color: #007700">:</span><span style="color: #0000BB">gallery_extended</span><span style="color: #007700">:</span><span style="color: #0000BB">entry_form&nbsp;gallery_name</span><span style="color: #007700">=</span><span style="color: #DD0000">"Photo&nbsp;Gallery"&nbsp;</span><span style="color: #0000BB">related_id</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;segment_3&#125;"&nbsp;</span><span style="color: #0000BB">type</span><span style="color: #007700">=</span><span style="color: #DD0000">"weblog"&nbsp;</span><span style="color: #007700">return=</span><span style="color: #DD0000">"site/permalink/&#123;segment_3&#125;/"&nbsp;</span><span style="color: #0000BB">override_resize</span><span style="color: #007700">=</span><span style="color: #DD0000">"no"</span><span style="color: #0000BB">&#125;<br /><br /></span><span style="color: #007700">&lt;</span><span style="color: #0000BB">p</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">strong</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">Photo&nbsp;1</span><span style="color: #007700">:&lt;/</span><span style="color: #0000BB">strong</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">br&nbsp;</span><span style="color: #007700">/&gt;<br />&lt;</span><span style="color: #0000BB">input&nbsp;type</span><span style="color: #007700">=</span><span style="color: #DD0000">"file"&nbsp;</span><span style="color: #0000BB">name</span><span style="color: #007700">=</span><span style="color: #DD0000">"photo1"&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"form"&nbsp;</span><span style="color: #0000BB">size</span><span style="color: #007700">=</span><span style="color: #DD0000">"75"&nbsp;</span><span style="color: #007700">/&gt;&lt;/</span><span style="color: #0000BB">p</span><span style="color: #007700">&gt;<br /><br />&lt;</span><span style="color: #0000BB">p</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">strong</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">Photo&nbsp;2</span><span style="color: #007700">:&lt;/</span><span style="color: #0000BB">strong</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">br&nbsp;</span><span style="color: #007700">/&gt;<br />&lt;</span><span style="color: #0000BB">input&nbsp;type</span><span style="color: #007700">=</span><span style="color: #DD0000">"file"&nbsp;</span><span style="color: #0000BB">name</span><span style="color: #007700">=</span><span style="color: #DD0000">"photo2"&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"form"&nbsp;</span><span style="color: #0000BB">size</span><span style="color: #007700">=</span><span style="color: #DD0000">"75"&nbsp;</span><span style="color: #007700">/&gt;&lt;/</span><span style="color: #0000BB">p</span><span style="color: #007700">&gt;<br /><br /></span><span style="color: #0000BB">&#91;snip</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">there&nbsp;are&nbsp;actually&nbsp;twelve&nbsp;more&nbsp;input&nbsp;fields&nbsp;</span><span style="color: #007700">for&nbsp;</span><span style="color: #0000BB">additional&nbsp;photos&#93;<br /><br /></span><span style="color: #007700">&lt;</span><span style="color: #0000BB">input&nbsp;name</span><span style="color: #007700">=</span><span style="color: #DD0000">"submit"&nbsp;</span><span style="color: #0000BB">type</span><span style="color: #007700">=</span><span style="color: #DD0000">"submit"&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"form"&nbsp;</span><span style="color: #0000BB">value</span><span style="color: #007700">=</span><span style="color: #DD0000">"&nbsp;Upload&nbsp;Photos&nbsp;"&nbsp;</span><span style="color: #007700">/&gt;<br /><br />&lt;</span><span style="color: #0000BB">input&nbsp;type</span><span style="color: #007700">=</span><span style="color: #DD0000">"hidden"&nbsp;</span><span style="color: #0000BB">name</span><span style="color: #007700">=</span><span style="color: #DD0000">"apply_watermark"&nbsp;</span><span style="color: #0000BB">value</span><span style="color: #007700">=</span><span style="color: #DD0000">"n"&nbsp;</span><span style="color: #007700">/&gt;<br />&lt;</span><span style="color: #0000BB">input&nbsp;type</span><span style="color: #007700">=</span><span style="color: #DD0000">"hidden"&nbsp;</span><span style="color: #0000BB">name</span><span style="color: #007700">=</span><span style="color: #DD0000">"allow_comments"&nbsp;</span><span style="color: #0000BB">value</span><span style="color: #007700">=</span><span style="color: #DD0000">"n"&nbsp;</span><span style="color: #007700">/&gt;<br />&lt;</span><span style="color: #0000BB">input&nbsp;type</span><span style="color: #007700">=</span><span style="color: #DD0000">"hidden"&nbsp;</span><span style="color: #0000BB">name</span><span style="color: #007700">=</span><span style="color: #DD0000">"status"&nbsp;</span><span style="color: #0000BB">value</span><span style="color: #007700">=</span><span style="color: #DD0000">"o"&nbsp;</span><span style="color: #007700">/&gt;<br />&lt;</span><span style="color: #0000BB">input&nbsp;type</span><span style="color: #007700">=</span><span style="color: #DD0000">"hidden"&nbsp;</span><span style="color: #0000BB">name</span><span style="color: #007700">=</span><span style="color: #DD0000">"entry_date"&nbsp;</span><span style="color: #0000BB">id</span><span style="color: #007700">=</span><span style="color: #DD0000">"entry_date"&nbsp;</span><span style="color: #0000BB">value</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;current_time&nbsp;format="</span><span style="color: #007700">%</span><span style="color: #0000BB">Y</span><span style="color: #007700">-%</span><span style="color: #0000BB">m</span><span style="color: #007700">-%</span><span style="color: #0000BB">d&nbsp;</span><span style="color: #007700">%</span><span style="color: #0000BB">h</span><span style="color: #007700">:%</span><span style="color: #0000BB">i&nbsp;</span><span style="color: #007700">%</span><span style="color: #0000BB">A</span><span style="color: #DD0000">"&#125;"&nbsp;</span><span style="color: #007700">/&gt;<br />&lt;</span><span style="color: #0000BB">input&nbsp;type</span><span style="color: #007700">=</span><span style="color: #DD0000">"hidden"&nbsp;</span><span style="color: #0000BB">name</span><span style="color: #007700">=</span><span style="color: #DD0000">"cat_id"&nbsp;</span><span style="color: #0000BB">value</span><span style="color: #007700">=</span><span style="color: #DD0000">"1"&nbsp;</span><span style="color: #007700">/&gt;<br /><br /></span><span style="color: #0000BB">&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">exp</span><span style="color: #007700">:</span><span style="color: #0000BB">gallery_extended</span><span style="color: #007700">:</span><span style="color: #0000BB">entry_form&#125;</span>
</code></div><p>
</p>
<p>
When I try to submit a photo, I get an error message which says:
</p>
<blockquote><p>
We were unable to upload your file. Make sure your upload directory has the correct permissions set.
<br />
</p></blockquote>
<p>
Unless Gallery Extended is trying to upload the images to a different folder than are specified in the Photo Gallery preferences, the permissions are correct - 777 on both the image folder and the batch processing folder. When I try to upload a photo using the basic photo gallery module (from within the control panel), I don&#8217;t have any problem.
</p>
<p>
Any thoughts on why it wouldn&#8217;t work through the Gallery Extended form?
</p>
<p>
Thanks in advance for any help you can offer. I really appreciate it.
</p>
<p>
Frank
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Can Form Helper Help me do this..</title>
      <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/viewthread/1111/" />      
      <id>tag:solspace.com,2008:forums/viewthread/.1111</id>
      <published>2008-06-25T09:31:23Z</published>
      <updated></updated>
      <author><name>stevec</name></author>
      <content type="html">
      <![CDATA[
        <p>I have a requirement from a client who wants to have a members only area of their site, I want to do this in expression engine as it is wot i know. They need:
</p>
<p>
Members are given a username and password
<br />
Members when logged in can edit and add details to their profile, the details will include the ability to add upto 3 images along with custom information such as industry type etc.
<br />
Member profiles can be searched and viewed
<br />
Members can view and use a forum
</p>
<p>
I have spent a few hours looking at the ee forums but their doesnt seem to be a simple way of doing this. 
</p>
<p>
I am hoping that it can be Solspace to the rescue!!
</p>
<p>
Cheers
</p>
<p>
Steve
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Upload from CP tab not working</title>
      <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/viewthread/1192/" />      
      <id>tag:solspace.com,2008:forums/viewthread/.1192</id>
      <published>2008-07-16T10:09:31Z</published>
      <updated></updated>
      <author><name>orienteer</name></author>
      <content type="html">
      <![CDATA[
        <p>I have installed 2.1.1 in EE 1.6.4 Build:&nbsp; 20080710
</p>
<p>
I get the image tab in Publish &amp; Edit, then browse for file and then save the entry, everything seems to work except no image is uploaded.
<br />
I have uploaded an image via the normal Gallery module, then opened the Gallery Extended module and edited the image to include the related weblog id and it then shows in the Edit / Images tab for the entry.
<br />
Nothing shows in the Image viewer on the right, should it?
<br />
If I hover over the thumbnail the link goes to my system folder with the id number, so the path is wrong.
<br />
I have removed and re-installed the GX files twice in case there was an issue.
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Retrieving category and category_id in gallery_extended:entries</title>
      <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/viewthread/1198/" />      
      <id>tag:solspace.com,2008:forums/viewthread/.1198</id>
      <published>2008-07-17T00:19:46Z</published>
      <updated></updated>
      <author><name>Oxygen Smith</name></author>
      <content type="html">
      <![CDATA[
        <p>Hey all, just wondering if displaying category and category_id of a submitted image using &#8216;:entries&#8217; is still a feature request, or if there is yet some other way to pull the category of an image from gallery_extended:entries?
</p>
<p>
Second related question: does anyone know if in EE (using either gallery_extended or the out-of-the-box &#8216;gallery&#8217;) it is possible to assign custom entry statuses to images (ie. other than &#8216;open&#8217; or &#8216;closed&#8217;)? I&#8217;ve looked but I sense that it&#8217;s not there....
</p>
<p>
Thanks so much for your help!
</p>
<p>
R o B
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>insert images to blog text field with caption and html tags</title>
      <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/viewthread/1188/" />      
      <id>tag:solspace.com,2008:forums/viewthread/.1188</id>
      <published>2008-07-15T23:26:19Z</published>
      <updated>2008-07-16T01:07:50Z</updated>
      <author><name>listen1999</name></author>
      <content type="html">
      <![CDATA[
        <p>I have installed and configured the gallery extended module successfully. 
</p>
<p>
I am building a magazine website and the site requires the editors to insert magazine articles with images. With GE module installed, the editors are able to upload the images and then drag and drop the images to the textfield. When the images are dropped on the textfield, a piece of code is inserted, something like &#8220;http://www.demosite.com/images/ge/777.jpg&#8221;. I wonder if GE can further help wtih the following requirement. 
</p>
<p>
In addition to the image URL, can GE insert the the caption and some extra tag like &lt;div&gt; as well? For example:
</p>
<p>
</p><div class="codeblock"><code>
<span style="color: #007700">&lt;</span><span style="color: #0000BB">div&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"ge-image-border"</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">div&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"ge-image"</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">img&nbsp;src</span><span style="color: #007700">=</span><span style="color: #DD0000">"http://www.demosite.com/images/ge/777.jpg"</span><span style="color: #007700">&gt;&lt;/</span><span style="color: #0000BB">div</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">div&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"ge-caption"</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">this&nbsp;is&nbsp;a&nbsp;test</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">div</span><span style="color: #007700">&gt;&lt;/</span><span style="color: #0000BB">div</span><span style="color: #007700">&gt;</span>
</code></div><p>
</p>
<p>
Not sure if I have describle my problem clearly. Thanks
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Related entry &#123;title&#125; in GE 2.1 upload form</title>
      <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/viewthread/1168/" />      
      <id>tag:solspace.com,2008:forums/viewthread/.1168</id>
      <published>2008-07-10T15:22:59Z</published>
      <updated></updated>
      <author><name>mmcclung</name></author>
      <content type="html">
      <![CDATA[
        <p>Is there any way to pull the &#123;title&#125; of the related entry to stick in a hidden input element so that every single image isn&#8217;t titled &#8220;Batch Upload&#8221;?
</p>
<p>
I have tried &#123;exp:weblog:entries weblog="foo" entry_id="&#123;related_id&#125;"&#125;&#123;title&#125;&#123;/exp:weblog:entries&#125; but that won&#8217;t evaluate inside GE.
</p>
<p>
I have tried assigning that same code to a variable at the beginning of the template but GE doesn&#8217;t recognize the variable.
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>issue after upgrade</title>
      <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/viewthread/981/" />      
      <id>tag:solspace.com,2008:forums/viewthread/.981</id>
      <published>2008-05-14T16:14:41Z</published>
      <updated></updated>
      <author><name>rmeder</name></author>
      <content type="html">
      <![CDATA[
        <p>after upgrading I&#8217;m running into the following issue:
</p>
<p>
Notice: Undefined index: upload_path in /www/eh6627/public_html/eextreme/modules/gallery_extended/mod.gallery_extended.php on line 1974
<br />
The following errors were encountered
</p>
<p>
 * The upload path was incorrect.
</p>
<p>
Return to Previous Page
</p>
<p>
Please advise.
</p>
<p>
Thanks,
</p>
<p>
Rick
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Default status for images uploaded through control panel Images tab</title>
      <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/viewthread/1093/" />      
      <id>tag:solspace.com,2008:forums/viewthread/.1093</id>
      <published>2008-06-22T14:25:19Z</published>
      <updated></updated>
      <author><name>RobJ25</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi,
</p>
<p>
We&#8217;re having great success with this module but have just one problem.
</p>
<p>
When images are submitted via the &#8216;Images&#8217; tab in the Publish section of the Control Panel, the &#8216;status&#8217; field for each image in the exp_gallery_entries is set to the first character of the related article&#8217;s status.
</p>
<p>
In most installations I&#8217;m sure this wouldn&#8217;t be a problem&#8212;&#8216;Open&#8217; is truncated to &#8216;o&#8217;, &#8216;Closed&#8217; to &#8216;c&#8217;. However, we have a number of custom statuses, and unfortunately this means that EE&#8217;s image gallery module doesn&#8217;t recognize images submitted in this way as Open images.
</p>
<p>
Is it possible to force all images submitted via the Publish/Images tab to default to a status of &#8216;o&#8217; for &#8216;Open&#8217;?
</p>
<p>
Thanks,
<br />
Rob
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Help! gallery_name parameter not working</title>
      <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/viewthread/1100/" />      
      <id>tag:solspace.com,2008:forums/viewthread/.1100</id>
      <published>2008-06-23T10:42:46Z</published>
      <updated></updated>
      <author><name>Kevin Selles</name></author>
      <content type="html">
      <![CDATA[
        <p>Me again. Haven&#8217;t got much time so I&#8217;ll keep it short.
</p>
<p>
Problem:
</p>
<p>
I&#8217;ve got two separate galleries, one called PlayStation 3 (for PS3 screenshots) and another called Portadas PS3 (for PS3 game covers). I&#8217;ve uploaded a bunch of images to the first one and related them to a weblog entry. Now, I&#8217;ve uploaded an image to the second gallery and related it to the same weblog entry.
</p>
<p>
http://psnow.es/v3/index.php/global/analisis/call_of_duty_4_modern_warfare/
</p>
<p>
On the sidebar, where it says Ficha Técnica I need to display the box art (the image uploaded to the second gallery) and where it says Imágenes, display the latest screenshots uploaded (the first gallery). I&#8217;m usng this code.
</p>
<p>
</p><div class="codeblock"><code>
<span style="color: #0000BB">&#123;exp</span><span style="color: #007700">:</span><span style="color: #0000BB">weblog</span><span style="color: #007700">:</span><span style="color: #0000BB">entries&nbsp;weblog</span><span style="color: #007700">=</span><span style="color: #DD0000">"game"&nbsp;</span><span style="color: #0000BB">disable</span><span style="color: #007700">=</span><span style="color: #DD0000">"categories|member_data|trackbacks|pagination"&nbsp;</span><span style="color: #0000BB">limit</span><span style="color: #007700">=</span><span style="color: #DD0000">"1"&nbsp;</span><span style="color: #0000BB">rdf</span><span style="color: #007700">=</span><span style="color: #DD0000">"off"&nbsp;</span><span style="color: #0000BB">entry_id</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;embed:the_id&#125;"&nbsp;</span><span style="color: #0000BB">dynamic</span><span style="color: #007700">=</span><span style="color: #DD0000">"off"</span><span style="color: #0000BB">&#125;<br /></span><span style="color: #007700">&lt;</span><span style="color: #0000BB">div&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"modulo"&nbsp;</span><span style="color: #0000BB">id</span><span style="color: #007700">=</span><span style="color: #DD0000">"ModuloAnalisisFichaJuegoSidebar"</span><span style="color: #007700">&gt;<br />&nbsp;&lt;</span><span style="color: #0000BB">div&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"moduloCabezera"</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">h2</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">Ficha&nbsp;T</span><span style="color: #007700">&amp;</span><span style="color: #0000BB">eacute</span><span style="color: #007700">;</span><span style="color: #0000BB">cnica</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">h2</span><span style="color: #007700">&gt;<br />&nbsp;&lt;/</span><span style="color: #0000BB">div</span><span style="color: #007700">&gt;<br />&nbsp;&lt;</span><span style="color: #0000BB">div&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"moduloCabezeraSub"</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">span</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">Info&nbsp;de&nbsp;inter</span><span style="color: #007700">&amp;</span><span style="color: #0000BB">eacute</span><span style="color: #007700">;</span><span style="color: #0000BB">s&nbsp;sobre&nbsp;el&nbsp;juego</span><span style="color: #007700">.&lt;/</span><span style="color: #0000BB">span</span><span style="color: #007700">&gt;<br />&nbsp;&lt;/</span><span style="color: #0000BB">div</span><span style="color: #007700">&gt;<br />&nbsp;&lt;</span><span style="color: #0000BB">div&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"moduloContenido"</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">h3</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;title&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">h3</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;</span><span style="color: #0000BB">&#123;exp</span><span style="color: #007700">:</span><span style="color: #0000BB">gallery_extended</span><span style="color: #007700">:</span><span style="color: #0000BB">entries&nbsp;gallery_name</span><span style="color: #007700">=</span><span style="color: #DD0000">"Portadas&nbsp;PS3"&nbsp;</span><span style="color: #0000BB">limit</span><span style="color: #007700">=</span><span style="color: #DD0000">"1"&nbsp;</span><span style="color: #0000BB">related_id</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;entry_id&#125;"&nbsp;</span><span style="color: #0000BB">dynamic</span><span style="color: #007700">=</span><span style="color: #DD0000">"off"&nbsp;</span><span style="color: #0000BB">disable</span><span style="color: #007700">=</span><span style="color: #DD0000">"member_fields|date_fields"</span><span style="color: #0000BB">&#125;<br />&nbsp;&nbsp;<br />&nbsp;&nbsp;&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">exp</span><span style="color: #007700">:</span><span style="color: #0000BB">gallery_extended</span><span style="color: #007700">:</span><span style="color: #0000BB">entries&#125;<br />&nbsp;&nbsp;</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">ul</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">li</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;related_entries&nbsp;id</span><span style="color: #007700">=</span><span style="color: #DD0000">"game_platform"</span><span style="color: #0000BB">&#125;</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">b</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">Plataforma</span><span style="color: #007700">:&lt;/</span><span style="color: #0000BB">b</span><span style="color: #007700">&gt;&nbsp;</span><span style="color: #0000BB">&#123;title&#125;&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">related_entries&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">li</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">li</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;related_entries&nbsp;id</span><span style="color: #007700">=</span><span style="color: #DD0000">"game_genre"</span><span style="color: #0000BB">&#125;</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">b</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">G</span><span style="color: #007700">&amp;</span><span style="color: #0000BB">eacute</span><span style="color: #007700">;</span><span style="color: #0000BB">nero</span><span style="color: #007700">:&lt;/</span><span style="color: #0000BB">b</span><span style="color: #007700">&gt;&nbsp;</span><span style="color: #0000BB">&#123;title&#125;&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">related_entries&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">li</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">li</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;related_entries&nbsp;id</span><span style="color: #007700">=</span><span style="color: #DD0000">"game_publisher"</span><span style="color: #0000BB">&#125;</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">b</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">Distribuye</span><span style="color: #007700">:&lt;/</span><span style="color: #0000BB">b</span><span style="color: #007700">&gt;&nbsp;</span><span style="color: #0000BB">&#123;title&#125;&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">related_entries&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">li</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">li</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;related_entries&nbsp;id</span><span style="color: #007700">=</span><span style="color: #DD0000">"game_developer"</span><span style="color: #0000BB">&#125;</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">b</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">Desarrolla</span><span style="color: #007700">:&lt;/</span><span style="color: #0000BB">b</span><span style="color: #007700">&gt;&nbsp;</span><span style="color: #0000BB">&#123;title&#125;&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">related_entries&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">li</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">li</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">b</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">Lanzamiento</span><span style="color: #007700">:&lt;/</span><span style="color: #0000BB">b</span><span style="color: #007700">&gt;&nbsp;</span><span style="color: #0000BB">&#123;game_release_date&nbsp;format</span><span style="color: #007700">=</span><span style="color: #DD0000">"%d/%m/%Y"</span><span style="color: #0000BB">&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">li</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">li</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">b</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">Localizaci</span><span style="color: #007700">&amp;</span><span style="color: #0000BB">oacute</span><span style="color: #007700">;</span><span style="color: #0000BB">n</span><span style="color: #007700">:&lt;/</span><span style="color: #0000BB">b</span><span style="color: #007700">&gt;&nbsp;</span><span style="color: #0000BB">&#123;game_localization&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">li</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&lt;/</span><span style="color: #0000BB">ul</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">h3</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">Clasificaci</span><span style="color: #007700">&amp;</span><span style="color: #0000BB">oacute</span><span style="color: #007700">;</span><span style="color: #0000BB">n&nbsp;PEGI</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">h3</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;</span><span style="color: #0000BB">&#123;related_entries&nbsp;id</span><span style="color: #007700">=</span><span style="color: #DD0000">"game_clasification"</span><span style="color: #0000BB">&#125;</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">a&nbsp;href</span><span style="color: #007700">=</span><span style="color: #DD0000">"http://www.pegi.info/es/index/id/207"</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">img&nbsp;src</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;site_url&#125;uploads/images/pegi/&#123;entry_id&#125;.gif"&nbsp;</span><span style="color: #0000BB">alt</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;title&#125;"&nbsp;</span><span style="color: #0000BB">title</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;title&#125;"&nbsp;</span><span style="color: #007700">/&gt;&lt;/</span><span style="color: #0000BB">a</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">related_entries&#125;<br />&nbsp;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">div</span><span style="color: #007700">&gt;<br />&lt;/</span><span style="color: #0000BB">div</span><span style="color: #007700">&gt;<br />&lt;</span><span style="color: #0000BB">div&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"modulo"</span><span style="color: #007700">&gt;<br />&nbsp;&lt;</span><span style="color: #0000BB">div&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"moduloCabezera"</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">h2</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">Im</span><span style="color: #007700">&amp;</span><span style="color: #0000BB">aacute</span><span style="color: #007700">;</span><span style="color: #0000BB">genes</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">h2</span><span style="color: #007700">&gt;<br />&nbsp;&lt;/</span><span style="color: #0000BB">div</span><span style="color: #007700">&gt;<br />&nbsp;&lt;</span><span style="color: #0000BB">div&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"moduloCabezeraSub"</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">span</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">Las&nbsp;capturas&nbsp;m</span><span style="color: #007700">&amp;</span><span style="color: #0000BB">aacute</span><span style="color: #007700">;</span><span style="color: #0000BB">s&nbsp;recientes</span><span style="color: #007700">.&lt;/</span><span style="color: #0000BB">span</span><span style="color: #007700">&gt;<br />&nbsp;&lt;/</span><span style="color: #0000BB">div</span><span style="color: #007700">&gt;<br />&nbsp;&lt;</span><span style="color: #0000BB">div&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"moduloContenido"</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">div&nbsp;id</span><span style="color: #007700">=</span><span style="color: #DD0000">"ModuloImagenesFichaJuegoItems"</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;</span><span style="color: #0000BB">&#123;exp</span><span style="color: #007700">:</span><span style="color: #0000BB">gallery_extended</span><span style="color: #007700">:</span><span style="color: #0000BB">entries&nbsp;gallery_name</span><span style="color: #007700">=</span><span style="color: #DD0000">"PlayStation&nbsp;3"&nbsp;</span><span style="color: #0000BB">limit</span><span style="color: #007700">=</span><span style="color: #DD0000">"1"&nbsp;</span><span style="color: #0000BB">related_id</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;entry_id&#125;"&nbsp;</span><span style="color: #0000BB">dynamic</span><span style="color: #007700">=</span><span style="color: #DD0000">"off"&nbsp;</span><span style="color: #0000BB">disable</span><span style="color: #007700">=</span><span style="color: #DD0000">"member_fields|date_fields"</span><span style="color: #0000BB">&#125;<br />&nbsp;&nbsp;<br />&nbsp;&nbsp;&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">exp</span><span style="color: #007700">:</span><span style="color: #0000BB">gallery_extended</span><span style="color: #007700">:</span><span style="color: #0000BB">entries&#125;<br />&nbsp;&nbsp;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">div</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">div&nbsp;id</span><span style="color: #007700">=</span><span style="color: #DD0000">"ModuloImagenesFichaJuegoEnlace"</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">span</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">a&nbsp;href</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;category_path=gallery/category&#125;"&nbsp;</span><span style="color: #0000BB">title</span><span style="color: #007700">=</span><span style="color: #DD0000">"Ver&nbsp;galer&amp;iacute;a&nbsp;completa"</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">Ver&nbsp;todas&nbsp;las&nbsp;im</span><span style="color: #007700">&amp;</span><span style="color: #0000BB">aacute</span><span style="color: #007700">;</span><span style="color: #0000BB">genes&nbsp;</span><span style="color: #007700">&amp;</span><span style="color: #0000BB">raquo</span><span style="color: #007700">;&lt;/</span><span style="color: #0000BB">a</span><span style="color: #007700">&gt;&lt;/</span><span style="color: #0000BB">span</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&lt;/</span><span style="color: #0000BB">div</span><span style="color: #007700">&gt;<br />&nbsp;&lt;/</span><span style="color: #0000BB">div</span><span style="color: #007700">&gt;<br />&lt;/</span><span style="color: #0000BB">div</span><span style="color: #007700">&gt;<br /></span><span style="color: #0000BB">&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">exp</span><span style="color: #007700">:</span><span style="color: #0000BB">weblog</span><span style="color: #007700">:</span><span style="color: #0000BB">entries&#125;</span>
</code></div><p>
</p>
<p>
But for some reason, it looks like the gallery_name parameter is not responding. It displays the latest related image regardless of the gallery it&#8217;s in. On the documentation, gallery_name is listed but not linked to an explanation or anything.
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Current version is Gallery Extended 2.1.1</title>
      <link rel="alternate" type="text/html" href="http://www.solspace.com/forums/viewthread/650/" />      
      <id>tag:solspace.com,2008:forums/viewthread/.650</id>
      <published>2008-02-21T08:34:11Z</published>
      <updated>2008-07-09T08:16:35Z</updated>
      <author><name>Pie Man</name></author>
      <content type="html">
      <![CDATA[
        <p><b><span style="font-size:16px;">Gallery Extended 2.1.1</span></b>
</p>
<blockquote><p>Gallery Extended 2.1 allows you to treat user submitted images like putty on your site. You can throw a piece of putty at just about anything and it will stick. So too with images on your site using GX2. 
</p>
<p>
GX2 treats images like putty because an uploaded image can be associated with any piece of EE content. 
</p>
<p>
Every piece of EE content, from blog entries, to comments, to member accounts, to ratings, to freeform entries… all have unique entry ids. But their ids are unique only within their type. Comments all have unique ids with respect to one another, and so do blog entries. 
</p>
<p>
GX2 also allows users to upload multiple images with one form submission. There’s no limit to the number of images uploaded, except for how much data your server can handle at a time and how patient your users are. You be the judge. 
</p>
<p>
GX2 now includes a handy Image Tab for the Publish/Edit page in the CP to allow for easy image uploads and automatic Entry assigning!
</p>
<p>
Note that current GX1 users can upgrade to GX2 for $14.95. Send the dough through PayPal to software@solspace.com and we will add it to your account.
<br />
</p></blockquote>
<p>
» Current Version: <b>2.1.1</b>
</p>
<p>
» Compatibility: <b>ExpressionEngine 1.6.4</b>
</p>
<p>
» Price: <b>$49.95</b>
</p>
<p>
<span style="color:gray;">---------------------------------------------------------------------------------</span>
</p>
<p>
» <a href="http://www.solspace.com/software/detail/gallery_extended/">Details</a> | <a href="http://www.solspace.com/software/detail/gallery_extended/">Purchase</a> | <a href="http://www.solspace.com/software/detail/gallery_extended/">Download</a>
</p>
<p>
» <a href="http://www.solspace.com/docs/c/Gallery_Extended">Documentation</a>
</p>
<p>
<span style="color:red;">---------------------------------------------------------------------------------</span>
<br />
<b><a href="http://www.solspace.com/forums/subscribe/650/">Click here to Subscribe for Updates!</a></b>
<br />
<span style="color:red;">---------------------------------------------------------------------------------</span>
</p>
<p>
<b><span style="font-size:16px;">Gallery Extended Log</span></b>
</p>
<p>
<a href="http://www.solspace.com/forums/viewthread/650/#5495">Version 2.1.1</a> (July 9, 2008)
<br />
<a href="http://www.solspace.com/forums/viewthread/650/#4553">Version 2.1.0</a> (May 14, 2008)
<br />
<a href="http://www.solspace.com/forums/viewthread/650/#2816">Version 2.0.4</a> (February 25, 2008)
<br />
<a href="http://www.solspace.com/forums/viewthread/650/#2691">Version 2.0.3</a> (February 21, 2008)
</p>
      ]]>
      </content>
    </entry>


</feed>