<?xml version='1.0'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:georss="http://www.georss.org/georss" >
<channel>
	<title><![CDATA[The Elgg Community: 13net's plugins, themes and language packs]]></title>
	<link>http://community.elgg.org/plugins/developer/_13net</link>
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">http://community.elgg.org/plugins/853263/1.8-12.05.03b/glee-theme-framework</guid>
	<pubDate>Mon, 12 Mar 2012 23:22:16 +0000</pubDate>
	<link>http://community.elgg.org/plugins/853263/1.8-12.05.03b/glee-theme-framework</link>
	<title><![CDATA[Glee Theme Framework]]></title>
	<description><![CDATA[
<blockquote>
<p><strong>ONLY INSTALL IF YOU YOU WANT TO USE A GLEE THEME.</strong></p>
<p><strong>This plugin needs the phloor framework.</strong></p>
<p>This plugin is released under the GPL3!</p>

</blockquote>
<p>Defines a nice environment for developing Elgg Themes with Bootstrap </p>
<ul>
<li>Default colors are mainly based on Elggs default theme.</li>
<li>Includes jQuery 1.7.1 (Elgg 1.8.3 uses 1.6.x by default)</li>
</ul>
<p>Includes some slightly adapted Bootswatch Themes for Bootstrap!</p>
<p><strong>Languages</strong></p>
<ul>
<li>English</li>
<li>German</li>
</ul>
<p>Please report any errors. Suggestions are very welcome. If you like the plugin <strong>please consider a recommendation</strong>. Thank you!</p>
]]></description>
	<dc:creator>13net</dc:creator>
</item>
<item>
	<guid isPermaLink="true">http://community.elgg.org/plugins/851022/1.8-12.05.03/glee-theme-draft-one</guid>
	<pubDate>Sun, 04 Mar 2012 15:33:49 +0000</pubDate>
	<link>http://community.elgg.org/plugins/851022/1.8-12.05.03/glee-theme-draft-one</link>
	<title><![CDATA[Glee Theme: Draft One]]></title>
	<description><![CDATA[
<blockquote>
<p>This plugin is released under the <strong>GPL3 license</strong>.</p>

</blockquote>
<p>&nbsp;</p>
<blockquote>
<p><strong>This plugin needs the 'gleeThemeFramework'!</strong></p>

</blockquote>
<p>A bootstrap theme for your Elgg site.Top: Topbar + HeaderLeft: Site menuRight: Body Bottom: Footer</p>
<p>You can see it in action on our demo site: <strong>http://demo.phloor.13net.at</strong></p>
<p><strong>Installation</strong>&nbsp;</p>
<blockquote>
<ol>
<li>Download 'glee' and 'glee_theme_draft_one'</li>
<li>Delete any previous installations of these plugins!</li>
<li>Copy both folders into your 'mod/' directory.</li>
<li>Put 'glee' below 'phloor' and 'glee_theme_draft_one' below 'glee'</li>
<li>Enable 'glee'</li>
<li>Enable 'glee_theme_draft_one'</li>
<li>Go to the settings page of 'glee'</li>
<li>Choose a <strong>color</strong>
</li>
<li>Choose a <strong>theme</strong>
</li>
</ol>
<p>&nbsp;</p>

</blockquote>
<p><strong>Languages</strong></p>
<ul>
<li>English</li>
<li>German</li>
</ul>
<p>&nbsp;</p>
<p>Please report any errors. Suggestions are very welcome. If you like the plugin <strong>please consider a recommendation</strong>. Thank you!</p>
<p>&nbsp;</p>
]]></description>
	<dc:creator>13net</dc:creator>
</item>
<item>
	<guid isPermaLink="true">http://community.elgg.org/plugins/847793/1.8.3-12.02.23b/phloor-starter-entity</guid>
	<pubDate>Wed, 22 Feb 2012 16:10:58 +0000</pubDate>
	<link>http://community.elgg.org/plugins/847793/1.8.3-12.02.23b/phloor-starter-entity</link>
	<title><![CDATA[[PHLOOR STARTER] Entity]]></title>
	<description><![CDATA[
<p><strong>This plugin is for demonstration purposes only</strong>. It will get you started on how to create and manage your own Entity type with the phloor framework.</p>
<p>All in all it consists of ~100 lines of actual php code (without comments and language strings)! You will see how easy it is to create your own entity type using phloor.</p>
<p><strong>Reuqirements</strong></p>
<ul>
<li>PHP version 5.3.0 or above</li>
<li>phloorFramework 1.8.3 or above <strong>(</strong>currently<strong> phloor 1.8.3rc3)</strong>
</li>
</ul>
<blockquote>
<p>This example is kept short and simple and just for your understanding of the inner mechanismns of phloor - it will only show you the <strong>minimum of whats possible</strong> to create your own entity.</p>
<p>If you want to see more sophisticated examples view the 1.8.3 versions of the following plugins:</p>
<ul>
<li>phloorMenuitem</li>
<li>phloorNews</li>
</ul>
<p>&nbsp;</p>

</blockquote>
<p>An entity controlled by phloor is automatically able to be: <em>created/edited/deleted/viewed/listed</em>! Everything from routing and displaying the pages<strong> 'all', 'owner', 'friends', 'edit', 'add', 'view'</strong> to defining the create/update/delete actions is done by phloor.</p>
<p>The only thing you need to do is:</p>
<ul>
<li>create a class extending ElggObject</li>
<li>implement at least 'default_vars' and 'form_vars' hook</li>
</ul>
<blockquote>
<p>You will not lose the flexibility given to you by Elgg since you can always take the whole control over your entity back. You can also implement partial things which would otherwise be automatically handled by phloor - but that will not be covered in this plugin.</p>

</blockquote>
<p>Attributes of the starter ENTITY are:</p>
<ul>
<li>title: a custom title</li>
<li>description: a custom description</li>
<li>tags: a comma seperated list of tags</li>
<li>comments_on: turn comments off/on</li>
<li>access_id: read access</li>
</ul>
<p>It uses the following phloors entity object hooks:</p>
<ul>
<li>'phloor_object:default_vars',&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'phloor_starter_ENTITY'</li>
<li>'phloor_object:form_vars',&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'phloor_starter_ENTITY'</li>
<li>'phloor_object:prepare_form_vars', 'phloor_starter_ENTITY'</li>
<li>'phloor_object:check_vars',&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'phloor_starter_ENTITY'</li>
</ul>
<p><strong>Languages</strong></p>
<ul>
<li>English</li>
</ul>
<p>Any suggestions are very welcome. Dont hesitate to ask questions!</p>
]]></description>
	<dc:creator>13net</dc:creator>
</item>
<item>
	<guid isPermaLink="true">http://community.elgg.org/plugins/841255/1.8-12.05.04b/redirects-for-18</guid>
	<pubDate>Sat, 28 Jan 2012 21:55:13 +0000</pubDate>
	<link>http://community.elgg.org/plugins/841255/1.8-12.05.04b/redirects-for-18</link>
	<title><![CDATA[Redirects for 1.8]]></title>
	<description><![CDATA[
<p><strong>!!!</strong> This plugin requires the <strong></strong><strong>phloorFramework</strong> - please make sure you got the <strong>LATEST</strong> release <strong>!!!</strong></p>
<p>This plugin enables rerouting of URLs. Administrators are able to create and manage 'Redirect' entities.</p>
<p>One can define a source and a destination url. If the source url matches with one of the entities a user will be redirected to the destination url accordingly. You are also able to use regular expressions (regex) or some special patterns for the source url.</p>
<p>Special Patterns are:</p>
<ul>
<li>%wwwroot% =&gt; will be replaced with your Elgg sites domain</li>
<li>%username% =&gt; will be replaced with the current logged in username</li>
</ul>
<p>If you use full qualified urls (e.g. "%wwwroot%XYZ" or "http://example.com/XYZ") the request will actually be forwarded with status code "302 - Moved Temporarily" (the address bar will contain the destination url).</p>
<p>Otherwise (just the query e.g. "pages/view/.*/.*" =&gt; "activity") only the page handler is switched (the url in the address bar still is the given "source"!</p>
<p>_____________________________________________________</p>
<p>&nbsp;</p>
<p>What you <strong>CAN</strong> do:</p>
<ul>
<li>create real redirects</li>
</ul>
<ul>
<li>reroute requests (switch page handler)</li>
</ul>
<ul>
<li>use regular expressions in source url</li>
</ul>
<ul>
<li>different read access levels (e.g. for logged in users only)</li>
</ul>
<ul>
<li>circumvent walled garden for specific page</li>
</ul>
<p>&nbsp;</p>
<p>What you <strong>can</strong> <strong>NOT</strong> do:</p>
<ul>
<li>transfer parameters from source to destination (thus no automated circumvention of walled garden)</li>
</ul>
<p>Languages</p>
<ul>
<li>English</li>
<li>German (coming soon!)</li>
</ul>
<p>_____________________________________________________</p>
<p>&nbsp;</p>
<p><strong>Examples</strong></p>
<p><strong>1)</strong></p>
<blockquote>
<p>Source:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; %wwwroot%REDIRECT_TO_GOOGLE</p>
<p>Destination: http://www.google.com</p>

</blockquote>
<p><strong>2)</strong></p>
<blockquote>
<p>Source:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; %wwwroot%REAL_REDIRECT</p>
<p>Destination: %wwwroot%activity</p>

</blockquote>
<p><strong>3)</strong></p>
<blockquote>
<p>Source:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SWITCH_PAGE_HANDLER</p>
<p>Destination: activity</p>

</blockquote>
<p>&nbsp;</p>
<p><strong>4)</strong></p>
<p><strong>Example problem.</strong> <em>You want to change the index page of your site quickly. </em><strong>Question.</strong> <em> How can that be solved with this plugin?</em><strong> Answer.</strong> You have to create 2 redirect objects!</p>
<p>The first is a real redirect with:</p>
<blockquote>
<p>Source:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; %wwwroot%</p>
<p>Destination: %wwwroot%/welcome</p>

</blockquote>
<p>The second one is with:</p>
<blockquote>
<p>Source:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; welcome</p>
<p>Destination: pages/view/34828/welcome-to-our-website</p>

</blockquote>
<p>This will route "www.yourdomain.com" to "www.yourdomain.com/pages/view/34828/welcome-to-our-website" - in the address bar the url will be "www.yourdomain.com/welcome".</p>
<p>See the plugin in action in that specfic scenario on http://phloor.13net.at where you'll first get rredirected to "pages/view/142/home" and that pagehandler is switched to display an other site that contanis a different menu - take a look!</p>
<p>&nbsp;</p>
<p>&nbsp; _____________________________________________________</p>
<p>&nbsp;</p>
<p>This plugin uses icons from the amazing famfamfam silk icon set. Please visit: http://www.famfamfam.com/lab/icons/silk/ Thank you Mr Mark James for this great work.</p>
<p>&nbsp;</p>
<p><strong>!!</strong> This plugin is beta and highly experimental - you can really screw up your site at the moment because no "real" security mechanisms are built in (the only thing thats done is checking if the source and destination are equal [and you can trick that too]). So please try to avoid creating infinite redirect cycles.. if you do create one nontheless - wait it out :)<strong> !!</strong></p>
<p>&nbsp;</p>
<p>Please report any errors. Suggestions are very welcome. If you like the plugin <strong>please consider a recommendation</strong>. Thank you!</p>
]]></description>
	<dc:creator>13net</dc:creator>
</item>
<item>
	<guid isPermaLink="true">http://community.elgg.org/plugins/840315/1.8-12.01.27b/body-background-for-18</guid>
	<pubDate>Wed, 25 Jan 2012 14:35:41 +0000</pubDate>
	<link>http://community.elgg.org/plugins/840315/1.8-12.01.27b/body-background-for-18</link>
	<title><![CDATA[Body Background for 1.8]]></title>
	<description><![CDATA[
<p><strong>!!!</strong> This plugin requires the <strong></strong><strong>phloorFramework</strong> - please make sure you got the <strong>LATEST</strong> release <strong>!!!</strong></p>
<blockquote>
<p>This will give your Elgg site <em>a completly unique look instantly</em>. Just <strong>take a look at the screenshots</strong>.</p>

</blockquote>
<p>This plugin enables Administrators to change Elggs css background settings - this includes uploading a background image or changing the background color.</p>
<blockquote>
<p>Also you can allow whether your <strong>users are be able to upload background images for their profile page</strong> that can be individually placed everywhere on the page. Users are limited to upload 3 images - Admins are able to create an unlimited number of background images.</p>
<p>&nbsp;</p>

</blockquote>
<p>Recommended when using Elggs default theme - i cannot guarantee that it will work with every 3rd party theme - that depends on its implementation. Just give it a try!</p>
<p><strong>Important notice:</strong></p>
<blockquote>
<p><strong>This plugin only applies css rules for the "body" tag</strong>! You may want to make your own CSS rules (e.g. the profile pages - which automatically inherit the background and therefore may lead to unreadable content. =&gt; take a look at Matt Becketts "Customize CSS" plugin!)</p>

</blockquote>
<p>&nbsp;</p>
<p><strong>Languages</strong></p>
<ul>
<li>English</li>
</ul>
<p>This plugin is beta. Please report any errors. Suggestions are very welcome. If you like the plugin <strong>please consider a recommendation</strong>. Thank you!</p>
]]></description>
	<dc:creator>13net</dc:creator>
</item>
<item>
	<guid isPermaLink="true">http://community.elgg.org/plugins/838997/1.8-12.05.02/glee-plugin-manager-for-18</guid>
	<pubDate>Thu, 19 Jan 2012 19:40:17 +0000</pubDate>
	<link>http://community.elgg.org/plugins/838997/1.8-12.05.02/glee-plugin-manager-for-18</link>
	<title><![CDATA[Glee Plugin Manager for 1.8]]></title>
	<description><![CDATA[
<p><strong>!!!</strong> This plugin requires the <strong></strong><strong>phloorFramework</strong> - please make sure you got the <strong>LATEST</strong> release <strong>!!! </strong></p>
<p>A rapid alternative to the Elgg standard plugin manager. Please take a look at the screenshot.</p>
<p><strong><span style="font-weight: normal; "><strong>Languages:</strong>&nbsp;</span></strong></p>
<ul>
<li><strong><span style="font-weight: normal; ">English</span></strong></li>
<li><strong><span style="font-weight: normal; ">German</span></strong></li>
</ul>
<p>Please report any errors. Suggestions are very welcome. If you like the plugin <strong>please consider a recommendation</strong>. Thank you!</p>
]]></description>
	<dc:creator>13net</dc:creator>
</item>
<item>
	<guid isPermaLink="true">http://community.elgg.org/plugins/837377/1.8-12.01.25/glee-logo-manager-for-18</guid>
	<pubDate>Sat, 14 Jan 2012 17:28:02 +0000</pubDate>
	<link>http://community.elgg.org/plugins/837377/1.8-12.01.25/glee-logo-manager-for-18</link>
	<title><![CDATA[Glee Logo Manager for 1.8]]></title>
	<description><![CDATA[
<p><strong>!!</strong>This plugin requires the <strong>phloorFramework</strong> - please make sure you got the <strong>LATEST</strong> release<strong>!!</strong></p>
<p>Suggested plugins are:</p>
<ul>
<li><strong>Logo for 1.8</strong></li>
<li><strong>Favicon for 1.8</strong></li>
<li><strong>Topbar Logo for 1.8</strong></li>
<li><strong>Body Background for 1.8</strong></li>
</ul>
<p>It combines the plugins mentioned above, creates a new admin menu section 'logo manager' and displays links to their settings. Please take a look at the screenshots!</p>
<p>Additionally administrators are given control over the topbar and footer logo. You are able to:</p>
<ul>
<li>enable/disable Elgg topbar logo</li>
<li>enable/disable Elgg footer logo =&gt; we highly recommend to keep this one! :)</li>
<li>enable/disable phloor topbar logo</li>
<li>enable/disable phloor footer logo</li>
</ul>
<p><strong>Languages:</strong></p>
<ul>
<li>English</li>
<li>German</li>
</ul>
<p>&nbsp;</p>
<p>Please report any errors. Suggestions are very welcome. If you like the plugin <strong>please consider a recommendation</strong>.</p>
<p><strong>What do other users say?</strong></p>
<blockquote>
<p>"<em>works like a charm! Very useful</em>" (Shrek8)</p>
<p>"<em>perfect job! recommended</em>" (ZombieMan_Rawr)</p>

</blockquote>
]]></description>
	<dc:creator>13net</dc:creator>
</item>
<item>
	<guid isPermaLink="true">http://community.elgg.org/plugins/837369/1.8-12.01.19/topbar-logo-for-18</guid>
	<pubDate>Sat, 14 Jan 2012 17:20:07 +0000</pubDate>
	<link>http://community.elgg.org/plugins/837369/1.8-12.01.19/topbar-logo-for-18</link>
	<title><![CDATA[Topbar Logo for 1.8]]></title>
	<description><![CDATA[
<p>Administrators are able to upload/remove a custom topbar logo.</p>
<p><strong>!!!</strong> This plugin requires the <strong></strong><strong>phloorFramework</strong> - please make sure you got the <strong>LATEST</strong> release <strong>!!!</strong></p>
<p>It will display the exact file without resizing the image - so make sure you got the appropriate resolution. Allowed mimetypes are <strong>'image/gif'</strong>,<strong> 'image/jpg'</strong>,<strong> 'image/jpeg'</strong>,<strong> 'image/pjpeg' and 'image/png'</strong>.</p>
<blockquote>
<p><strong>Installation steps:</strong></p>
<ol>
<li><strong>DEACTIVATE ANY PREVIOUS RELEASE OF THIS PLUGIN.</strong></li>
<li>Download the latest release.</li>
<li>Extract the archive file into the plugin directory of your Elgg installation.</li>
<li>Enable the plugin from the admin view.</li>
</ol>
</blockquote>
<p><strong>Languages:</strong></p>
<ul>
<li>English</li>
<li>German</li>
</ul>
<p>&nbsp;</p>
<p>Please report any errors. Suggestions are very welcome. If you like the plugin <strong>please consider a recommendation</strong>. Thank you!</p>
]]></description>
	<dc:creator>13net</dc:creator>
</item>
<item>
	<guid isPermaLink="true">http://community.elgg.org/plugins/836944/1.8-12.01.13/topbar%C2%B9-for-18</guid>
	<pubDate>Fri, 13 Jan 2012 01:52:34 +0000</pubDate>
	<link>http://community.elgg.org/plugins/836944/1.8-12.01.13/topbar%C2%B9-for-18</link>
	<title><![CDATA[Topbar¹ for 1.8]]></title>
	<description><![CDATA[
<p><strong>!!!</strong> This plugin requires the <strong></strong><strong>phloorFramework</strong> - please make sure you got the <strong>LATEST</strong> release <strong>!!!</strong></p>
<p>This plugin enables a topbar that integrates well with the default theme but can also be adapted to your specific requirements very easily. Take a look at the screenshots or view a demo on<strong> http://phloor.13net.at</strong></p>
<p><strong></strong>The admin can enable/disable following elements:</p>
<ul>
<li>Dropdown login form (only visible for not logged in users/guests)</li>
<li>Search field</li>
<li>Quick link to phloor plugins</li>
</ul>
<p>&nbsp;</p>
<p>the plugin does not override any core files - so by default it will do exactly what the standard topbar would do: e.g. not showing up for non-logged-in users. you have to edit/override the core layout file for additional and different behaviour.</p>
<p>&nbsp;</p>
<p><strong>Instructions for an always visible topbar</strong></p>
<p>If you are using Elggs default layout than you can edit the lines 46 and 52 in file ''views/default/page/default.php" like the following.. from:</p>
<blockquote>
<p>&lt;?php if (elgg_is_logged_in()): ?&gt;&nbsp;&nbsp;&nbsp;</p>
<p>&nbsp;&lt;div class="elgg-page-topbar"&gt;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;</p>
<p>&nbsp; &lt;div class="elgg-inner"&gt;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;</p>
<p>&nbsp;&nbsp; &lt;?php echo $topbar; ?&gt;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;</p>
<p>&nbsp; &lt;/div&gt;&nbsp;&nbsp;&nbsp;</p>
<p>&nbsp;&lt;/div&gt;&nbsp;&nbsp;&nbsp;</p>
<p>&lt;?php endif; ?&gt;</p>

</blockquote>
<p>to:</p>
<blockquote>
<p>&lt;?php <strong>/*</strong>if (elgg_is_logged_in()):<strong>*/</strong> ?&gt;</p>
<p>&nbsp;&lt;div class="elgg-page-topbar"&gt;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;</p>
<p>&nbsp; &lt;div class="elgg-inner"&gt;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;</p>
<p>&nbsp;&nbsp; &lt;?php echo $topbar; ?&gt;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;</p>
<p>&nbsp; &lt;/div&gt;&nbsp;&nbsp;&nbsp;</p>
<p>&nbsp;&lt;/div&gt;&nbsp;&nbsp;&nbsp;</p>
<p>&lt;?php <strong>/*</strong>endif;<strong>*/</strong> ?&gt;</p>

</blockquote>
<p><strong>!! Best practice is to copy the file and put it into a seperate plugin !!</strong></p>
<p>&nbsp;</p>
<p>Please report any errors. Suggestions are very welcome. If you like the plugin <strong>please consider a recommendation</strong>. Thank you!</p>
]]></description>
	<dc:creator>13net</dc:creator>
</item>
<item>
	<guid isPermaLink="true">http://community.elgg.org/plugins/833712/1.8-12.01.22/social-share-privacy-for-18</guid>
	<pubDate>Sun, 01 Jan 2012 18:54:16 +0000</pubDate>
	<link>http://community.elgg.org/plugins/833712/1.8-12.01.22/social-share-privacy-for-18</link>
	<title><![CDATA[Social Share Privacy for 1.8]]></title>
	<description><![CDATA[
<p><strong>!!!</strong> This plugin requires the <strong></strong><strong>phloorFramework</strong> - please make sure you got the <strong>LATEST</strong> release <strong>!!! </strong></p>
<p>This plugin enables the jquery.socialshareprivacy plugin on your Elgg site.</p>
<p><strong>You can see a demo at: </strong>http://phloor.13net.at</p>
<p>More and more web sites use the social buttons from Facebook, Google+ or Twitter. However, these buttons are already loaded when accessing a page and immediately transfer data to the operator of the network platforms - without the user being able to do something about it.&nbsp;</p>
<p>Facebook &amp; Co can create complete data profiles of their users. Since this data is not compatible with the users notions of privacy - Heise online has designed a two-stage solution, which, by default, does not transmit data to third parties. One click on one of the buttons means that the user consents to transmit data to the operator of the social network.</p>
<p>Take a look at the projects (German) site: http://www.heise.de/extras/socialshareprivacy</p>
<p>In order for this plugin to work <strong>javascript</strong> has to be enabled.</p>
<p><strong>Languages</strong></p>
<ul>
<li>English (default)</li>
<li>German</li>
<li>
<strong><span style="font-weight: normal; ">Portuguese (thanks</span></strong> @Renato Cerceau<strong><span style="font-weight: normal; ">)</span></strong>
</li>
</ul>
<p>The language file is compact and <strong>very small</strong>.. if you are capable of speaking a language, that this plugin does not support yet (or if you want to correct a mistake/oddness.. for example in the english translation..), please consider taking the <strong>short time</strong> to translate it.. <strong>highly appreciated</strong>.&nbsp;</p>
<p>-&gt; please send to <strong>shareplugintranslations [monkey tail] 13net . at</strong> (or&nbsp;<strong>anyothertranslation [monkey tail] 13net . at</strong>)</p>
<p>Due to some interoperability problems with languages codes the buttons will be loaded with the locale code 'en' by default. Just the texts shipped with the plugin are translated - you can easily change this behaviour by adapting the file 'views/default/phloor_socialshareprivacy/js/foot_extend.php' to your needs. (for example: change 'en' to 'de')</p>
<p>Please report any errors. Suggestions are very welcome. If you like the plugin <strong>please consider a recommendation</strong>. Thank you!</p>
<p><strong>What do other users say?</strong></p>
<blockquote>
<p>Marvellous! Good work. *highly recommended* (good_vibrations)</p>

</blockquote>
]]></description>
	<dc:creator>13net</dc:creator>
</item>

</channel>
</rss>