<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://galleryproject.org" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Gallery - Module Development</title>
 <link>http://galleryproject.org/taxonomy/term/71/0</link>
 <description>Discussion forum for developers, no feature requests</description>
 <language>en</language>
<item>
 <title>Gallery API Changes</title>
 <link>http://galleryproject.org/node/39399</link>
 <description>&lt;p&gt;The best way to programmatically interact with Gallery is to use the various Gallery APIs. These are well defined interfaces that allow you to get access to almost all aspects of the Gallery framework in a reliable and efficient manner. Developers should keep an eye on changes in the APIs to make sure their code is compatible with the latest Gallery version.&lt;/p&gt;
&lt;p&gt;History of API changes:&lt;br /&gt;
&lt;a href=&quot;http://codex.gallery2.org/index.php/Gallery2:API_Changes_Since_The_Last_Release&quot; class=&quot;bb-url&quot; rel=&quot;nofollow&quot;&gt;API changes since the last release (2.1)&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://galleryproject.org/node/39399&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://galleryproject.org/node/39399#comments</comments>
 <category domain="http://galleryproject.org/taxonomy/term/71">Module Development</category>
 <pubDate>Wed, 02 Nov 2005 16:36:14 +0000</pubDate>
 <dc:creator>jozefs</dc:creator>
 <guid isPermaLink="false">39399 at http://galleryproject.org</guid>
</item>
<item>
 <title>Google Maps + Gallery</title>
 <link>http://galleryproject.org/node/32642</link>
 <description>&lt;p&gt;&lt;span style=&quot;font-weight:bold&quot;&gt;Summary&lt;/span&gt;:&lt;br /&gt;
This forum thread if about a Google Maps module and a Google Maps theme.&lt;br /&gt;
It started as a google maps theme for G2 which is still available, but soon a Goolge Maps module was born which has now much more features than the theme.&lt;/p&gt;
&lt;p&gt;For more information, you don&#039;t need to read the 500+ posts in this thread. There&#039;s a projection page on:&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size:14px&quot;&gt;&lt;span style=&quot;font-weight:bold&quot;&gt;&lt;a href=&quot;http://codex.gallery2.org/index.php/Gallery2:Modules:Map&quot; class=&quot;bb-url&quot; rel=&quot;nofollow&quot;&gt;http://codex.gallery2.org/index.php/Gallery2:Modules:Map&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://galleryproject.org/node/32642&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://galleryproject.org/node/32642#comments</comments>
 <category domain="http://galleryproject.org/taxonomy/term/71">Module Development</category>
 <pubDate>Fri, 08 Jul 2005 03:19:41 +0000</pubDate>
 <dc:creator>peterm</dc:creator>
 <guid isPermaLink="false">32642 at http://galleryproject.org</guid>
</item>
<item>
 <title>[SOLVED] map module - modifications</title>
 <link>http://galleryproject.org/node/113205</link>
 <description>&lt;p&gt;few years ago i made that sidebar links &quot;View in Google Earth&quot; &amp;amp; &quot;View Album on a Map&quot; to appear only to users logged on. i made some modifications to &quot;modules/map/module.inc&quot;&lt;/p&gt;
&lt;p&gt;[code]&lt;br /&gt;
    /**&lt;br /&gt;
     * @see GalleryModule::getItemLinks()&lt;br /&gt;
     */&lt;br /&gt;
    function getItemLinks($items, $wantsDetailedLinks, $permissions) {&lt;/p&gt;
&lt;p&gt;	GalleryCoreApi::requireOnce(&#039;modules/map/classes/mapHelper.class&#039;);&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://galleryproject.org/node/113205&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://galleryproject.org/node/113205#comments</comments>
 <category domain="http://galleryproject.org/taxonomy/term/71">Module Development</category>
 <pubDate>Sun, 03 Aug 2014 10:05:12 +0000</pubDate>
 <dc:creator>eliz82</dc:creator>
 <guid isPermaLink="false">113205 at http://galleryproject.org</guid>
</item>
<item>
 <title>Sitebar user counter</title>
 <link>http://galleryproject.org/node/112936</link>
 <description>&lt;p&gt;Hello &lt;/p&gt;
&lt;p&gt;Im working at a big gallery with many users &lt;/p&gt;
&lt;p&gt;is there a modul to count register user and show a counter at the sitebar ? &lt;/p&gt;
</description>
 <comments>http://galleryproject.org/node/112936#comments</comments>
 <category domain="http://galleryproject.org/taxonomy/term/71">Module Development</category>
 <pubDate>Fri, 25 Apr 2014 15:45:52 +0000</pubDate>
 <dc:creator>olesvendsen</dc:creator>
 <guid isPermaLink="false">112936 at http://galleryproject.org</guid>
</item>
<item>
 <title>getRequestVariables(&#039;itemId&#039;) doesn&#039;t get ItemId</title>
 <link>http://galleryproject.org/node/112250</link>
 <description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I am working on a module and I have just about everything working except I cannot seem to get the itemId from the querystring, so the module works at a global level but won&#039;t narrow in on individual items. I&#039;ve looked at many other modules as examples and they all seem to use the call:&lt;/p&gt;
&lt;p&gt;$itemId = GalleryUtilities::getRequestVariables(&#039;itemId&#039;);&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://galleryproject.org/node/112250&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://galleryproject.org/node/112250#comments</comments>
 <category domain="http://galleryproject.org/taxonomy/term/71">Module Development</category>
 <pubDate>Sun, 27 Oct 2013 19:19:13 +0000</pubDate>
 <dc:creator>coreyellsworth</dc:creator>
 <guid isPermaLink="false">112250 at http://galleryproject.org</guid>
</item>
<item>
 <title>I need a module developed. Willing to pay. (module to push album to top)</title>
 <link>http://galleryproject.org/node/111862</link>
 <description>&lt;p&gt;I need a module that will let a user push any album to the top of the album list. I want it to have a confirmation page before doing so. If this is possible I&#039;m willing to pay $100  and possibly more if it looks really good. I don&#039;t mind if it&#039;s shared with the rest of the gallery community. I only require it for gallery2.&lt;/p&gt;
&lt;p&gt;thanks,&lt;br /&gt;
Jerry&lt;/p&gt;
</description>
 <comments>http://galleryproject.org/node/111862#comments</comments>
 <category domain="http://galleryproject.org/taxonomy/term/71">Module Development</category>
 <pubDate>Sat, 20 Jul 2013 13:44:20 +0000</pubDate>
 <dc:creator>nonamer</dc:creator>
 <guid isPermaLink="false">111862 at http://galleryproject.org</guid>
</item>
<item>
 <title>Can&#039;t create album or upload image with remote command (no GalleryRemote)</title>
 <link>http://galleryproject.org/node/111717</link>
 <description>&lt;p&gt;Hello,&lt;br /&gt;
sorry for my English.&lt;br /&gt;
I&#039;m trying to make an application to communicate remotely with an installation of Gallery2.&lt;br /&gt;
Through GalleryRemote everything works properly. With what I&#039;ve realized I can just log in and read the whole list of albums. If I try to create an album I get this error:&lt;/p&gt;
&lt;p&gt;OK&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://galleryproject.org/node/111717&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://galleryproject.org/node/111717#comments</comments>
 <category domain="http://galleryproject.org/taxonomy/term/71">Module Development</category>
 <pubDate>Wed, 19 Jun 2013 19:51:01 +0000</pubDate>
 <dc:creator>fantazma</dc:creator>
 <guid isPermaLink="false">111717 at http://galleryproject.org</guid>
</item>
<item>
 <title>finding parent/full path name</title>
 <link>http://galleryproject.org/node/111277</link>
 <description>&lt;p&gt;I am trying to find the parent path name (like you see in the UI programmitcally) in the album I am uploading into. &lt;/p&gt;
&lt;p&gt;I&#039;ve been looking through the code with very little luck. I&#039;ve done some searching, but the results have not led me to what I am looking for. &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://galleryproject.org/node/111277&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://galleryproject.org/node/111277#comments</comments>
 <category domain="http://galleryproject.org/taxonomy/term/71">Module Development</category>
 <pubDate>Fri, 05 Apr 2013 18:56:58 +0000</pubDate>
 <dc:creator>jerryh</dc:creator>
 <guid isPermaLink="false">111277 at http://galleryproject.org</guid>
</item>
<item>
 <title>Autoplay with new module multimedia</title>
 <link>http://galleryproject.org/node/111091</link>
 <description>&lt;p&gt;After I updated flash module to the new multimedia module, I&#039;ve found that the video will auto play once the page is opened. Is there a way to disable autoplay?&lt;br /&gt;
Thanks.&lt;/p&gt;
</description>
 <comments>http://galleryproject.org/node/111091#comments</comments>
 <category domain="http://galleryproject.org/taxonomy/term/71">Module Development</category>
 <pubDate>Fri, 08 Mar 2013 18:32:31 +0000</pubDate>
 <dc:creator>powerful_superman</dc:creator>
 <guid isPermaLink="false">111091 at http://galleryproject.org</guid>
</item>
<item>
 <title>question on calling archivemodule</title>
 <link>http://galleryproject.org/node/111023</link>
 <description>&lt;p&gt;I am working on extending some modules and reusing the archive module. I saw the previous thread about calling&lt;br /&gt;
ArchiveExtractToolkit()::performOperation($mimeType, &#039;extract&#039;, $filename, $destFilename, array());&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://galleryproject.org/node/111023&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://galleryproject.org/node/111023#comments</comments>
 <category domain="http://galleryproject.org/taxonomy/term/71">Module Development</category>
 <pubDate>Thu, 28 Feb 2013 17:44:08 +0000</pubDate>
 <dc:creator>jerryh</dc:creator>
 <guid isPermaLink="false">111023 at http://galleryproject.org</guid>
</item>
</channel>
</rss>
