OK, based on my experience with CMSs, and also running through the method used to add to Exhibition on pdinfo it looks like a fairly generic article form but one that is part of core functionality -not likely an add-on. the pertinent function or file appears to be called &#39;Heading_edit_images&#39; where you can add images to a article you make.  <div>
<div><font><br></font></div><div>it seems like creating the Exhibition tag then puts the page entry and pictures up on the Exhibitions page. so if we wanted to add a thumbnail image there we could either: </div><div><br></div>
<div>1. use an image from &#39;Heading_edit_images&#39;, and put a note encouraging users to upload a thumbnail image of their project at a certain pixel size as well as other images they want displayed on their personal Exhibition page. then we just have to figure out how to display that image in a smaller size</div>
<div><br></div><div>2. or better yet create an area or subsection on that page where someone is supposed to upload a header image along with the note for pixel size. i think this is the better method. </div><div><br></div>
<div>either way, it would need to be dealt with to avoid someone like me manually having to create a thumbnail and upload it for each new entry on the page.</div><div><br></div><div>i would REALLY like to know which version of Plone we are using on the pdinfo site. i can&#39;t research options until i know what&#39;s up</div>
<div><br></div><div>scott </div><div><br></div><div><br></div><div><br><div class="gmail_quote">On Tue, Mar 13, 2012 at 3:16 AM, Marco Donnarumma <span dir="ltr">&lt;<a href="mailto:devel@thesaddj.com" target="_blank">devel@thesaddj.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Ok, thanks Scott.<div>I&#39;m gonna look into this.</div><div><br></div><div>Apparently, the simple command could also work fine.</div>

<div>I&#39;m not sure about addons at the moment, as the version of Plone we use is apparently a bit out of date.</div>
<div><br></div><div>Also, I don&#39;t know about the feasibility of requiring a thumbnail for each project added to the exhibition page.</div><div>I mean, I agree, but don&#39;t know if we can implement that, or we would need another addon.</div>


<div><br></div><div>Will send update..</div><span><font color="#888888"><div><br></div><div>M</div></font></span><div><div><div><br></div><div><br></div><div><br><div class="gmail_quote">
On Mon, Mar 12, 2012 at 7:24 PM, Scott R. Looney <span dir="ltr">&lt;<a href="mailto:scottrlooney@gmail.com" target="_blank">scottrlooney@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div><blockquote class="gmail_quote" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">


.hc wrote:<br>
</blockquote><div> </div><blockquote class="gmail_quote" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">



The grid idea sounds good, something like this?<br><a href="http://processing.org/exhibition/" target="_blank">http://processing.org/exhibition/</a></blockquote><div><br></div></div><div>yup, exactly like that... </div></div>


<div>
<br></div><div><br></div><div>i&#39;m attaching the zip file of the thumbnails here. they are ordered by order of appearance on the Exhibition page. basically i just took an appropriate screen from each video.</div><div>


<div><br>
</div><div><blockquote class="gmail_quote" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">I think the exhibition page will require some python customization, I think want we want is called a Template, but I could be wrong:<br>



<a href="http://plone.org/products/plonetemplates" target="_blank">http://plone.org/products/plonetemplates</a></blockquote></div><div><br></div><div><br></div></div><div>as for methods of getting a grid view:</div><div>


<br></div>
<div><a href="http://plone.org/documentation/kb/create-a-photo-album" target="_blank">http://plone.org/documentation/kb/create-a-photo-album</a><br></div><div><br></div><div>this method looks like the easiest with static content. however, i think this is content generated by each poster to the Exhibition page from an entry form with tabs for various sections entered by each user. </div>



<div><br></div><div>so first we need to modify the form to add a thumbnail tab for future entries and then display the output results as a grid form with unique links for each title and picture thumbnail pair. i think the CMS should be able to configure the entry so that the text title and picture automatically link to the picture. some sort of character width per grid would need to be set.</div>



<div><br></div><div>this link might be helpful:</div><div><br></div><div><a href="http://www.noenieto.com/blog/theming-plone-4-part-2" target="_blank">http://www.noenieto.com/blog/theming-plone-4-part-2</a><br></div><div>


<br></div><div><br>
</div>here are the links to the addons i found for plone. this is one found by searching &#39;photo&#39;:<div><br></div><div><a href="http://plone.org/products/collective.gallery" target="_blank">http://plone.org/products/collective.gallery</a><br>



</div><div><br></div><div>also found this one sometime later. looks more full featured but maybe a bit overkill?:</div><div><br></div><div><a href="http://plone.org/products/plone-true-gallery" target="_blank">http://plone.org/products/plone-true-gallery</a><br>



</div><div><br></div><div><br></div><div>as far as having a template, yes i believe you&#39;d either need to change the template for that center section on the top Exhibition page or have an addon modify behavior or layout on that template.</div>


<span><font color="#888888">
<div><br></div><div>scott</div></font></span><div><div><div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">


<div><br></div><div><div>
<br><div><div>On Mar 12, 2012, at 8:36 AM, Marco Donnarumma wrote:</div><br><blockquote type="cite">Hi Scott,<div><br></div><div>nice one, thanks. Where are the thumbnails?</div><div><br></div><div>I also had a similar idea about the Exhibition page, grid-like layout, pretty classical but nice.</div>



<div>However, I can&#39;t do that with css only as Plone uses tables.. (aarrrrrrgghhh)<br>
<br>So, I will have to look into this and figure out something.</div><div>You mentioned an addon to modify only a single page, do you have a link?<br><br>M</div><div><br></div><div><br><br><div class="gmail_quote">On Mon, Mar 12, 2012 at 12:21 PM, Scott R. Looney <span dir="ltr">&lt;<a href="mailto:scottrlooney@gmail.com" target="_blank">scottrlooney@gmail.com</a>&gt;</span> wrote:<br>




<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">hey there - i don&#39;t know why i decided to stay up and do this after i said i was too busy, but i&#39;ve now made thumbnails for every listed project in the Exhibitions, ready to upload and deploy to the submission page. <div>





<br></div><div>what i propose is to place the images in a grid style, with brief text below. clicking on either the image or the text will then send you to the defined Exhibition subpage for that entry. so we need a way to distribute a bunch of thumbnail images with text, in a grid or table like format, 3 or 4 across. not sure how exactly that&#39;s done in Plone or whether one needs an addon for it to make it easier.<div>





<br></div><div>if you think the design is cool then the thumbnail should be a requirement for anyone wanting to post something in the Exhibition section. just add it to the form for Exhibition submissions.</div></div><span><font color="#888888"><div>





<br></div><div>scott</div><div><br></div>
</font></span><br>_______________________________________________<br>
Pdweb mailing list<br>
<a href="mailto:Pdweb@iem.at" target="_blank">Pdweb@iem.at</a><br>
<a href="http://lists.puredata.info/listinfo/pdweb" target="_blank">http://lists.puredata.info/listinfo/pdweb</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br>Marco Donnarumma<br>New Media + Sonic Arts Practitioner, Performer, Teacher, Director.<br>ACE, Sound Design MSc by Research (ongoing)<br>The University of Edinburgh, UK<br>




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>Portfolio: <a href="http://marcodonnarumma.com/" target="_blank">http://marcodonnarumma.com</a><br>Research: <a href="http://res.marcodonnarumma.com/" target="_blank">http://res.marcodonnarumma.com</a> | <a href="http://www.thesaddj.com/" target="_blank">http://www.thesaddj.com</a> | <a href="http://www.flxer.net/" target="_blank">http://www.flxer.net</a><br>




Director: <a href="http://www.liveperformersmeeting.net/" target="_blank">http://www.liveperformersmeeting.net</a><br>
</div>
_______________________________________________<br>Pdweb mailing list<br><a href="mailto:Pdweb@iem.at" target="_blank">Pdweb@iem.at</a><br><a href="http://lists.puredata.info/listinfo/pdweb" target="_blank">http://lists.puredata.info/listinfo/pdweb</a><br>



</blockquote></div><br></div></div><div>
<span style="font-size:12px"><br></span><span style="font-size:12px"><span style="border-spacing:0px 0px;text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:auto;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:12px;white-space:normal;font-family:Helvetica;word-spacing:0px"><div>



<br></div><div>----------------------------------------------------------------------------</div><div><br></div><div>The arc of history bends towards justice.     - Dr. Martin Luther King, Jr.</div><br></span></span>
</div>
<br></div></blockquote></div><br></div>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br>Marco Donnarumma<br>New Media + Sonic Arts Practitioner, Performer, Teacher, Director.<br>ACE, Sound Design MSc by Research (ongoing)<br>The University of Edinburgh, UK<br>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>Portfolio: <a href="http://marcodonnarumma.com/" target="_blank">http://marcodonnarumma.com</a><br>Research: <a href="http://res.marcodonnarumma.com/" target="_blank">http://res.marcodonnarumma.com</a> | <a href="http://www.thesaddj.com/" target="_blank">http://www.thesaddj.com</a> | <a href="http://www.flxer.net/" target="_blank">http://www.flxer.net</a><br>


Director: <a href="http://www.liveperformersmeeting.net/" target="_blank">http://www.liveperformersmeeting.net</a><br>
</div>
</div></div></blockquote></div><br></div>
</div>